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
Describe the bug --initial pause for rpicam-vid does not prevent video from recording and timeout.
For example the following command finishes in ~7s and produces a correct length video without waiting for the user to press "Enter".
Unfortunately, this is because of the use of the libav backend, which does not correctly support pause/split/segment, etc correctly. We will look into fixing this hopefully soon.
Describe the bug
--initial pause
forrpicam-vid
does not prevent video from recording and timeout.For example the following command finishes in ~7s and produces a correct length video without waiting for the user to press "Enter".
Neither
-k
nor--signal
work.Bug report
report_initial.txt
Additional context
I'm trying to use it with
--sync
and--signal
option. I want to would start a client, start a server, and trigger the server/client with SIGUSR1.Reference document: https://www.raspberrypi.com/documentation/computers/camera_software.html#rpicam-vid
The text was updated successfully, but these errors were encountered: