Camera streaming failure on Orin NX

Please try nvargus-daemon infinite timeout.

sudo service nvargus-daemon stop
sudo enableCamInfiniteTimeout=1 nvargus-daemon
1 Like

No luck with infinite timeout.

infinitetimeout-kernel (2.2 MB)
infinitetimeout-gstreamer (2.8 KB)
infinitetimeout-argus (4.7 KB)

Also confirmed the new binary is in use with it’s md5sum:

md5sum /usr/lib/libnvscf.so 
6559d04a7084e9fea94b426060278440  /usr/lib/libnvscf.so

Do there have ISP overrides file at /var/nvidia/nvcam/settings/?
Please enable the log in nvargus-daemon to get more informaiton.

https://elinux.org/Jetson/l4t/Camera_BringUp

Looks like the control_point_* have problem.
Please reference to below to modify it.

https://docs.nvidia.com/jetson/archives/r35.3.1/DeveloperGuide/text/SD/CameraDevelopment/SensorSoftwareDriverProgramming.html#property-value-pairs

The control point values were the problem, we now have streaming images! Thank you.
We had a curve sized for 20 bit images but our camera outputs 16 bit (12 bit companded).

Would have been nice if there was a more clear error message that helped us identify this problem a bit faster :)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.