I need to make a stereoscopic vision system and for that I’m using Python with the OpenCV library, an IMX219 camera in my Jetson Nano Developer Kit. But I’m having a lot of problems like not knowing where to start, how to open my cameras simultaneously, how to calculate the image disparity or if I need it to create my image depth calculation. Could someone help me with this? I really need help with this.
Hi,
You can find a sample to open the onboard camera with OpenCV below:
To calculate disparity, you can try our VPI library:
https://docs.nvidia.com/vpi/algo_stereo_disparity.html
Thanks.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.