When running camera stream using v4l, I don’t see any GPU usage
v4l2-ctl -d 1 --set-fmt-video=width=1936,height=1552,pixelformat=RG12 --set-ctrl=bypass_mode=0,preferred_stride=3904 --stream-mmap
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.
may I also know the actual GPU usage? do you have numbers for reference?
besides,
you may give another try by preview disabled and shows frame-rate only.
for instance, $ gst-launch-1.0 nvarguscamerasrc sensor-id=0 sensor-mode=0 ! 'video/x-raw(memory:NVMM),width=1920, height=1080, framerate=30/1, format=NV12' ! nvvidconv ! fpsdisplaysink text-overlay=0 name=sink_0 video-sink=fakesink sync=0 -v