Closed pakal closed 2 years ago
This is not something we intend to do with libcamera-apps unfortunately.
However, @davidplowman might be able to tell you if this might be feasible through picamera2.
Thanks for the feedback, OK then for now I'll pause video, and I'll implement a picamera2-based handler later to make it smoothly :)
The legacy raspivid/picamera stack had a special mode to extract frames without disrupting video recording:
https://picamera.readthedocs.io/en/release-1.13/recipes2.html#capturing-images-whilst-recording
With libcamera, we can have a preview in a GUI window, but I couldn't find options to extract still images from the video stream.
Attempting to use libcamera-still during video recording naturally creates a conflict :
Is there any workaround, of future plan, for libcamera-apps to allow this ? Without resorting to a custom handling of the h264 stream ?
Thanks a lot !