Yes, it works in the sense that it doesn´t hang, but it still give me some "shoot failed".I guess I have to check a "return value" to make a reshoot, to not miss any focuse step (like in Phils earlier version) ?
rem Leif Karlsson@title Original v Focus bracketing@param n Max number of steps @default n 300sleep 2000 for s=1 to n shoot v get_focus f get_dof d g=f+d*2/3 set_focus g print g,d,v if g>50000 then s=n if d<0 then s=n next send
Hi again,I did some further testing with your version r2529 and modified my script to print the return value from shoot.Code: [Select]rem Leif Karlsson@title Original v Focus bracketing@param n Max number of steps @default n 300sleep 2000 for s=1 to n shoot v get_focus f get_dof d g=f+d*2/3 set_focus g print g,d,v if g>50000 then s=n if d<0 then s=n next send- With this modification it doesn´t print out "shoot failed" when it misses a shoot- A successful shoot returns the value "1".- A missed shoot returns "0".Shouldn´t it be the opposite ?I also tested to fill the SD card:When it gets full (actually one or two shots before) I get a "Memory card full" message, and the script hangs. As I see it, I don´t get to the point where "2" should be returned.
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