I am trying to implement a VC IMX 296 csi camera on an AGX Xavier running Ubuntu 18.04 Jetpack 4.6.0 with the Auvidea J20 board connection.
After successfully running the quickstart script from the vc_mipi_nvidia github repo I am still unable to read the camera as nothing is showing up at /dev/video*.
I then tried running configuration commands for the J20 as reommended from the RidgeRun Getting started guide:
That turned on the GPIO LED on the J20 board but still no read from the /dev/video* directory.
Running $dmesg | grep ‘i2c’ gives the following output. Leading me to believe it flashed correctly.
And running $sudo i2cdetect -y -r 2 gives:
My camera is connected to the second port (J1_2) on the Auvidea J20 board. Still no prevail on being able to read the camera.
If there are any suggestions on how to move forward please let me know!