Hello,
I tried to make a little script in uBASIC to automatically start a new Video after the last one finished after 10 min. on my IXUS120 / SD940 .
Every video gets stopped automatically by the camera after 10 minutes so I thought that I could start a video with "shoot", let the camera wait for 10min and 8 sec and start a new video with "shoot".
But the script only starts the first video and than does nothing.
@title video start stop
print "video start stop started"
t=605000
sleep 1000
:shot
print "Shot number", n
shoot
n=n+1
sleep t
print "Shot number", n
shoot
n=n+1
sleep t
print "Shot number", n
shoot
n=n+1
sleep t
print "Shot number", n
shoot
n=n+1
sleep t
print "Shot number", n
shoot
n=n+1
sleep t
print "Shot number", n
shoot
n=n+1
sleep t
print "Shot number", n
shoot
n=n+1
sleep t
:end
print "shooting finished"
sleep 1000
end
It is my first try to do a script . I hope someone can help
Greetings from Germany