Hi there!
I seem to be having a problem getting what
should be a fairly simple script to work. All I need to do is have the camera take ONE photo, then shut down. Simple, right? Going REALLY basic, I used the following script:
@title One Shot Shutdown
print "shooting..."
shoot
shut_down
end(not sure if the 'end' statement is redundant, but I've tried the script with & without it.)
The screen output is:
*** STARTED ***
Shooting...
*** FINISHED ***...and no shutdown. The strange thing is that, if I press the shutter & run the script again, it happily takes one photo then shuts down as required!?!?! And if I power it up again, it autostarts, takes one photo, then... nothing again.
One last thing to note, is that on the second run, the output doesn't reach the *** FINISHED *** statement.
Any ideas?
Thanks...