Quote from: c10ud on 28 / March / 2014, 14:51:35Also removed KEY_PRINT entry since I see a number of ports deprecated it.KEY_PRINT alias has been removed from some ports, it was discussed here, but KEY_PLAYBACK is the "standard" button used for ALT mode in several models:Code: [Select]#define CAM_ALT_BUTTON_NAMES { "Playback", "Video", "Display" }#define CAM_ALT_BUTTON_OPTIONS { KEY_PLAYBACK, KEY_VIDEO, KEY_DISPLAY }
Also removed KEY_PRINT entry since I see a number of ports deprecated it.
#define CAM_ALT_BUTTON_NAMES { "Playback", "Video", "Display" }#define CAM_ALT_BUTTON_OPTIONS { KEY_PLAYBACK, KEY_VIDEO, KEY_DISPLAY }
A patch for 1.3.0 to reset the behavior of the set_mf and set_focus uBASIC commands for backwards compatibility. Currently they try to return a status value which needs to be used somehow. This patch reverts them to no longer returning status. See : http://chdk.setepontos.com/index.php?topic=11373.msg111673#msg111673The Lua equivalent functions are not affected by this patch and will continue to return status. There may very well be a better way to do this.
This patch adjusts S110's kbd so it doesn't interfere with shooting (ptp) when keeping the KEY_POWER phisically pressed. Also removed KEY_PRINT entry since I see a number of ports deprecated it.
This does not address concerns about overloading the camera using the function,
Quote from: waterwingz on 04 / April / 2014, 17:59:30This does not address concerns about overloading the camera using the function, Updated patch file that adds a #define to camera.h for specifying the shortest interval to which a script can set the HP timer. Defaults to 1000 uSec, which is a big speed-up from the standard USB remote timing and slower than the 500 uSec rate that my cameras all seemed to manage just fine with.
Fix attached.
Started by andre117 General Discussion and Assistance
Started by Bernd R General Discussion and Assistance
Started by quid « 1 2 » General Discussion and Assistance
Started by zell « 1 2 » General Discussion and Assistance
Started by srsa_4c « 1 2 » General Discussion and Assistance