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
I would like to use rpicamsrc with different sensor-mode using an HQ sensor. gst-launch-1.0 -e rpicamsrc preview=1 ! 'video/x-h264,profile=high, width=1920, height=1080, framerate=30/1' ! h264parse ! splitmuxsink ... works great.
However I would like to save videos with higher resolution for this sensor:
`ioctl: VIDIOC_ENUM_FMT
Type: Video Capture
`
How can I use format 4 for example using rpicamsrc with a similar pipeline as shown above?
What is highest framerate possible? Since this is recording to disk for now, I am open to any options that are possible.
Thank you.
Nikk
The text was updated successfully, but these errors were encountered:
I would like to use rpicamsrc with different sensor-mode using an HQ sensor.
gst-launch-1.0 -e rpicamsrc preview=1 ! 'video/x-h264,profile=high, width=1920, height=1080, framerate=30/1' ! h264parse ! splitmuxsink ...
works great.However I would like to save videos with higher resolution for this sensor:
`ioctl: VIDIOC_ENUM_FMT
Type: Video Capture
`
How can I use format 4 for example using rpicamsrc with a similar pipeline as shown above?
What is highest framerate possible? Since this is recording to disk for now, I am open to any options that are possible.
Thank you.
Nikk
The text was updated successfully, but these errors were encountered: