You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
Unable to open camera when running simple_camera.py with Python version 3.7.5 using VSCode.
What version of L4T/JetPack
L4T/JetPack version: 4.6.1
What version of OpenCV
OpenCV version: 4.1.1.2 (although some seem to be 3.2.0 when I use the command: "dpkg -l | grep libopencv")
Python Version
Python version if applicable: 3.7.5
To Reproduce
Steps to reproduce the behavior:
Power the Jetson Nano
Attach RPi V2 camera
Clone this repo
Run the simple_camera.py file
Expected behavior
A Gstreamer window pops up which shows the camera working, like it does for python 2.7.17
Additional context
I have a ton of different installations and overall, it's kind of a mess. Locating the root issue might be rather problematic.
I have used a command that removes python from the computer so that I could install the 3.7 version, what issues might this have caused? Well I needed to at least reinstall pip, who knows what else it did.
The text was updated successfully, but these errors were encountered:
I am using python3.8 and I am getting
ImportError: cannot import name '_gi' from partially initialized module 'gi' (most likely due to circular import) (/usr/lib/python3/dist-packages/gi/init.py)
Describe the issue
Unable to open camera when running simple_camera.py with Python version 3.7.5 using VSCode.
What version of L4T/JetPack
L4T/JetPack version: 4.6.1
What version of OpenCV
OpenCV version: 4.1.1.2 (although some seem to be 3.2.0 when I use the command: "dpkg -l | grep libopencv")
Python Version
Python version if applicable: 3.7.5
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A Gstreamer window pops up which shows the camera working, like it does for python 2.7.17
Additional context
The text was updated successfully, but these errors were encountered: