Hey
Yeah, I thought it was pretty strange.
Without the script running everything works sweet, and if we powercycle the cameras they work great.
What's the command to get the camera to switch between playback and record mode? At the moment, i'm using a click("half_shutter") to get it into record mode.
I can script it dropping into playback mode for 3 sec and then back to record mode quite quickly so I can test that.
Haven't directly released halfshoot: this is what we're doing:
:loop
press "shoot_half"
wait_click
is_key k "remote"
if k=1 then
print "shoot"
click "shoot_full"
sleep 2000
endif
goto "loop"
Yes, USB remote is enabled, and that's triggering okay - it's just the script that we have to quit to get teh upload to happen.
When just shooting by hand (no chdk) the eyefi uploads fairly quicky, I can try a variety of different things on the camera natively however because just quitting the script kicks the upload off, something must not be happening while the script is running which eye-fi is waiting for.
We're [client and myself] not completely happy with the shutter release delay/timings, so we're going to try a few more approaches (the ms offset is one of these tests) this afternoon - but right now because we have to powercycle to get the photos to upload, the eye-fi option is not viable - too unreliable powercycling the cameras and hoping all of them come back online.