Cannot run IMX219-83 STEREO IN PYTHON

Hello, I have a problem with displaying the image from the IMX219-83 camera using a Python script. I am trying to combine images from two cameras into one to create a vision system. I have tried almost every method available on the Internet, always with the same result: either a green frame is displayed, or the message “unable to run camera” appears. Additionally, the Cheese application does not recognize the Logitech C270 USB camera that I connected for testing. When I type “ls /dev/video*” in the terminal, it shows that the system sees these two cameras. After entering “DISPLAY=:0.0 nvgstcapture-1.0 --sensor-id=0” and “DISPLAY=:0.0 nvgstcapture-1.0 --sensor-id=1” in the terminal, the images from the cameras appear. However, any attempts to display the image in Python are unsuccessful. Could you list the modules and how to approach this? Thank you in advance.

Follow below link to install OpenCv to try.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.