Does enable_usb_download work? - Script Writing - CHDK Forum

Does enable_usb_download work?

  • 1 Replies
  • 2000 Views
Does enable_usb_download work?
« on: 06 / February / 2011, 20:44:56 »
Advertisements
When I try to use this command, it never seems to do anything except freeze my A720IS and I end up having to power cycle it.  I want to remotely trigger a shot and have the camera immediately connect to a computer, so that I can pull the picture off it.  Any ideas what I am doing wrong or maybe an alternate way of doing this?

do
    a = get_usb_power
until a > 0

shoot

sleep 1000
enable_usb_download
 

end



Re: Does enable_usb_download work?
« Reply #1 on: 07 / February / 2011, 00:30:12 »
Ok, I solved my issue by using SDM with make_usb_connection. 

 

Related Topics