Hi guys,
I really need some help here...
I'm using a
G11 and I trying to make a script that right after manual shooting, upload to PC for a specific time, then go back to record mode to shoot again.
I got everything working upto uploading to WIA-Loader. I've tried CHDK, CHDK-DE & SDM.
using SDM, basically this is the script....
shoot
enable_usb_download
upload_images_for 20
disable_usb_download
...
I believe the problem is when you "enable_usb_download" the lens automatically retracts and CHDK can't go outside that mode again and simply shuts down. I've tried:
make_usb_connection
upload_images_for
plaback_mode/record_mode
set_config_value 121 1
set_record
Thanks in advance!! (I really need this)