Hi,
I’m developing a ROS node with Qt to display a video stream from a camera. I noticed that the GPU usage (~10%) is very high for such a simple task.
To find if the problem was with my application, I used ffplay to display the camera and the GPU usage was similar.
Do you have any idea why the usage is so high?
I’m using an NVIDIA Jetson AGX Orin with Jetpack JetPack 5.1.1. I have measured the GPU usage with jetson_stats.
Thank you!