Problem with stereoscopic vision with python on the Jetson Nano

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.