There is a bug in v4l2_nv_extensions.h which causes a compiler error when compiling with strict c++ rules. Specifically, there is a double ;; in a struct.
In file included from /usr/src/jetson_multimedia_api/include/NvBuffer.h:43:
/usr/src/jetson_multimedia_api/include/v4l2_nv_extensions.h:2346:28: error: extra ';' inside a struct [-Werror,-Wextra-semi]
2346 | __u32 nActiveRefFrames;;
I am on jetpack 6, api version r36.3.0
Could this please be addressed so we can compile with strict c++ rules?
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.