Script for my camera Canon - Script Writing - CHDK Forum  

Script for my camera Canon

  • 4 Replies
  • 2966 Views
Script for my camera Canon
« on: 11 / July / 2011, 09:33:19 »
Advertisements
I wanted to know if there is or you can create a script that, once you press the shutter button the camera, she continues to capture the frames, until it pressed again a second time.
Practically it would be like shooting mode in sequence, but without having to constantly hold the shutter release button.
A similar function is already integrated in the Canon compact, and it is the custom self-timer, but it is limited to a maximum of 10 shots and the other between shots, and time is one second, while if it were shot in sequence, the time between shots and the other is lower.
Now i have a Canon Powershot A650IS, but soon also buy canon powershot a2200
Sorry if the grammar may not be correct, but unfortunately I know little English and therefore use google translate from Italian to English and vice versa.

*

Offline funnel

  • ****
  • 349
Re: Script for my camera Canon
« Reply #1 on: 11 / July / 2011, 09:48:35 »
You can use this script. Works like you described.

Code: [Select]
@title Continuous:
print ""
print ""
print "Continuous-drive:"
press "shoot_half"
sleep 3000
press "shoot_full"
gosub "waitpress"
release "shoot_full"
release "shoot_half"
print "Done..."
print ""
end

:waitpress
wait_click
return

Re: Script for my camera Canon
« Reply #2 on: 12 / July / 2011, 09:37:01 »
Thank you very much

Re: Script for my camera Canon
« Reply #3 on: 04 / August / 2011, 08:11:31 »
can I ask why there is a 'sleep 3000' in this script?



*

Offline funnel

  • ****
  • 349
Re: Script for my camera Canon
« Reply #4 on: 04 / August / 2011, 08:18:17 »
After pressing the shoot_half button the script waits 3 seconds so the camera can focus and starts shooting.

 

Related Topics


SimplePortal 2.3.6 © 2008-2014, SimplePortal