@lapserThe "insistent" wins, well done lapser !
press "shoot_half"do sleep 50until get_shooting = 1
Does it work in single shot AND continuous mode?
rem Leif Karlsson@title lapser@param n Max number of steps @default n 200sleep 2000 for s=1 to n press "shoot_half"do sleep 50until get_shooting = 1 shoot get_focus f get_dof d g=f+d*2/3 set_focus g print g,d if g>50000 then s=n if d<0 then s=n next send
All tests with flash.- Did a 100 shoot loop in single shot mode without any problem.- Next test in high-speed mode didn´t start the second part ... When I interrupted the script and started it again, it looped twice for every shot (this is consistent with my other hangs)- One more test in high-speed, 100 shots in second part with no problem...
Last test with this scriptCode: [Select]rem Leif Karlsson@title lapser@param n Max number of steps @default n 200press "shoot_half"do sleep 10until get_shooting = 1sleep 2000for s=1 to n shoot get_focus f get_dof d g=f+d*2/3 set_focus g print g,d if g>50000 then s=n if d<0 then s=n next sendCorrect to use shoot ?100 shots no problems.
rem Leif Karlsson@title lapser@param n Max number of steps @default n 200press "shoot_half"do sleep 10until get_shooting = 1sleep 2000for s=1 to n shoot get_focus f get_dof d g=f+d*2/3 set_focus g print g,d if g>50000 then s=n if d<0 then s=n next send
rem Leif Karlsson@title lapser@param n Max number of steps @default n 200print_screen 1for s=1 to n shoot get_focus f get_dof d g=f+d*2/3 set_focus g print g,d if g>50000 then s=n if d<0 then s=n next send
Keep the tests coming They all ended with a crash (shoot new). Also some missed shots with both old and new shoot ...
3 "SHOOT FAILED" in about 100 shots.Side note: I have seen two consecutive "missed shots" with Philmoz version, if that is to any help ...
Started by airman99 Script Writing
Started by Barney Fife Feature Requests
Started by SpumCo Script Writing
Started by mellow-yellow Script Writing
Started by Andre-K General Help and Assistance on using CHDK stable releases