You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting component connection stage
Connecting camera video port to encoder input port
Opening output file "test1.mpg"
Enabling encoder output port
Starting video capture
Opening output file "test2.mpg"
Failed to open new file "(null)"
Opening output file "test3.mpg"
Failed to open new file "(null)"
Opening output file "test4.mpg"
Failed to open new file "(null)"
Finished capture
Closing down
Uh oh!
There was an error while loading. Please reload this page.
As noted at https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=162951#p1054066, command line
raspivid --nopreview -v --segment 5000 --start 1 -t 10000 -o test%d.mpg
logsWhen switching to a new segment, https://github.com/raspberrypi/userland/blob/master/host_applications/linux/apps/raspicam/RaspiVid.c#L1196 doesn't check that IMVs are wanted before trying to open the new file.
The text was updated successfully, but these errors were encountered: