I have a custom board powered on TX2-NX which has 2 MIPI camera port. When connect 2 camera at same time, I can read images from either one camera by the following command:
I changed my plan to use one Respberry Pi and one Arducam, powered by Jetson Xavier-NX. My Jetpack version is 4.6.1, I was told that the driver of Respberry Pi (imx219) and Arducam (imx477) was installed officially since Jetpack version 4.6. (website)
However, after I flashed the board and connected the cameras, both of them didn’t work, no matter which driver I switch in jetson-io.py. I can’t even find any camera devices by using “ls /dev/video*” command. Can someone help me to solve this problem?