we want to find the V4l2 control used by the insert-seq-hdr property of the gstreamer encoder so we can use it with jetson_multimedia_api
since it is in the gstreamer, we know it is availeble and should be in the API
we are using jetpack 6.1 and neither our video_encode sample app nor our NvVideoEncoder class contains any method for it, we also had to create our own method to use enableAV1HeadersWithFrames in the past because there wasn’t one and the control was availeble in v4l2_nv_extensions.h, so we assume that in order to use insert-seq-hdr we have to do something similar
note that we are using the api for encoding to get more control over the hardware
Q: Is there any example of running RTSP streaming?
Q: Is there an example for running UDP streaming?
Q: I have a USB camera. How can I launch it on AGX Orin?
For further issues, please share a method to replicate the issue through gstreamer command, or either sample. We will set up developer kit and check.