isaac_ros_argus_camera
isaac_ros_argus_camera copied to clipboard
Performance seems seems bad
Hello,
Running this on a Jetson Xavier NX with a Raspberry Pi IMX277. Video is very laggy, barely moving, I couldn't even use it to run camera calibration. While running, CPU usage raises by ~20%. This is the only node running.
JTOP Baseline (before running):
JTOP during run:
Image is also pixilated:
BTW, running video source from the Jetson-Inference packages yields better image results, though it flips the image over:
A USB camera with no gpu-optimized driver is working much smoother.
Hi, After reviewing your jtop, it appears that there is room to optimize the performance of your Jetson:
-
Run the following command to set the GPU and CPU clock to max. See Maximizing Jetson Orin Performance for more details:
sudo /usr/bin/jetson_clocks
Note: Every time you reboot the board, it will be get back to the normal value.
-
Run the following command to set the to power to MAX settings. See Power Mode Controls for more details:
sudo /usr/sbin/nvpmodel -m 0
@ikhann Thanks for the quick response. I will try changing the clocks. Power mode is already at the max. Nevertheless, using a basler USB3 camera, with their non gpu-optimized driver, gives much better performance, than a MIPI-CSI2 camera using this lib.
We are aware of the performance issues with IMX 219 and 277. Will update this once it is resolved.