Retract lens comand (does it exist??? ) - page 2 - Script Writing - CHDK Forum  

Retract lens comand (does it exist??? )

  • 13 Replies
  • 7550 Views
Re: Retract lens comand (does it exist??? )
« Reply #10 on: 12 / July / 2009, 09:20:03 »
Advertisements
After returning from Playback mode, shooting is reset to single-shot mode.

You need your script to press the buttons so that continuous-shooting mode is selected and then press "shoot_full".

« Last Edit: 12 / July / 2009, 09:33:54 by Microfunguy »

Re: Retract lens comand (does it exist??? )
« Reply #11 on: 12 / July / 2009, 10:16:20 »
This works fine on my A620  :-

@title Retract lens
playback_mode
sleep_for_seconds 75
record_mode
sleep_for_seconds 3

rem enable continuous shooting mode
click "set"
sleep 300
click "down"
sleep 300
click "down"
sleep 300
click "right"
click "set"
sleep 1500

rem disable synch mode
set_sync 0 0 0 0

press "shoot_full"

rem do not exit script
while 1
   do
wend


Re: Retract lens comand (does it exist??? )
« Reply #12 on: 16 / July / 2009, 10:28:19 »
Hello!
finaly a little time to test the "clik"s out... and that work realy fine. :)
Now is the record_mode comand that does not work on my G9. It does exactly the same as the playback_mode. Folowing the click theory I used the press "shoot_half" in order to turn into record mode :)
The video mode I have not yet tested.

Re: Retract lens comand (does it exist??? )
« Reply #13 on: 16 / July / 2009, 11:34:27 »
To test record and playback mode switching, try this script:

Code: [Select]
@title Playback 1
@param a
@default a 5
" Playback"
sleep_for_seconds 2
playback_mode
sleep_for_seconds a
record_mode
end


To test movie mode switching, try this very simple script :

Code: [Select]
@title Movie mode
@param a movie duration
@default a 10
shoot_movie_for a
end


As far as I know they should work.



 

Related Topics


SimplePortal 2.3.6 © 2008-2014, SimplePortal