UNSOLVED different modules simultaneously on jetson nano mipi interface
-
Dear V-EYE support,
I would like to know if it is possible to connect and use two different camera modules simultaneously with a Jetson Nano via the MIPI interface. Specifically, I am interested in using the IMX462, AR234, or IMX265 modules.
Best regards,
-
@joe
Of course. What you need to do is to reintegrate the DTS based on our released code and compile it into the required DTB file.
Specifically, the DTB file we are currently releasing configures both CAM0 and CAM1 as the same camera model.
Now, you need to integrate the DTS files of the two camera models into one DTB file. This will specify that CAM0 is one model and CAM1 is another model of the camera. -
Thank you for your response. I'm happy to hear this. I will try to test it as soon as I can and reply here.