OK, have it running ok, raw format ok, and able to download crw files direct off camera, on a 4gb sdhc with 64k cluster size.
couple of short tip text files in the book area.
Starting to get the grips of this chdk stuff.
Just found: chdk usb remote capture... hehehe but running any of the scripts on that page does nothing?...
(with the diy 3v lithium/switch ).
any ideas?
linky:
CHDK@title Remote button
:loop
wait_click 1
is_key k "remote"
if k=1 then shoot
goto "loop"
end
or if you like my own version
@title Remote button
while 1
wait_click 1
if is_key "remote" then shoot
wend
end
To calibrate your own timing just use this part of the script to begin with
do
do
a = get_usb_power
until a>0
if a>0 then print a
until is_key "set"
end
cheers, love the work done on this!...
ps maybe 3v isn't enough for the s5?
or the build hasn't got 'get_usb_power' function available?