I haven’t, but trying now. Hitting error after error trying to use the examples for the pipelines.
Using this information:
Update:
Trying this (just to try) since it’s a Bayer sensor, but hitting issues.
gst-launch-1.0 nvarguscamerasrc num-buffers=200 ! 'video/x-raw(memory:NVMM), width=1920, height=1080, framerate=30/1, format=NV12' ! omxh264enc ! qtmux ! filesink location=test.mp4 -e
WARNING: erroneous pipeline: no element "omxh264enc"
So, turns out omxh264enc is deprecated
So then I try and use
nvv4l2h264enc ! h264parse
And hit the same issue
WARNING: erroneous pipeline: no element "nvv4l2h264enc"