-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a problem that it cannot run in python3. #44
Comments
@Choikyungho9 Have you solved your problem or not please let me know if you solved it. thanks in advance
|
Which version are you running? I've been unable to recreate this. |
thanks for replying but I have solved it. there are issues with OpenCV. So I was checking the OpenCV versions and found the solution. I have never doubted the @jetsonhacks codes It always runs in like one attempt. no west of time. my bad🤗 --thanks and regards |
I rebuilt OpenCV-python with CUDA support with version 4.5.5. However, only python2 can run and python3 can't. Is that version difference the main problem? |
python simple_test.py works fine when I run it as terminal on jetpack 4.4.
But python3 simple_test.py in terminal doesn't work.
The error 'Unable to open camera' is displayed.
Please let me know what the problem is. Why does it only work with Python 2 version?
I need to use python 3.6.9 version / opencv 4.5.1.
The text was updated successfully, but these errors were encountered: