The screen message says "1 FAILED check log" and the camera remains recording after the script exits. I tried increasing the "mode change delay" to 1250 - no difference.
Thanks.
set VIDEO_STD: ERROR: video_recording set for mode 9
is_video=true recording=true move_status=6
Shows that this camera sets movie_status 6 while in video mode (and oops, i misspelled movie in the log :[), but not recording, so it should have
#define CAM_HAS_MOVIE_DIGEST_MODE 1
even though it doesn't actually have movie digest. We should probably rename this define...
This is the main thing the script is looking for.
S100 is similar, except is actually has movie digest.
Powershot N appears to have movie modes (VIDEO_STD and VIDEO_SPEED), and needs CAM_HAS_MOVIE_DIGEST_MODE since movie_status is 6 in these modes.
The script tried to use shoot_full to start the video. Since it took stills, I assume the camera has a different way of starting recording, but I guess it doesn't have a physical video button, so CAM_HAS_VIDEO_BUTTON is not defined. Can video recording be started with script at all on this cam?