Skip to content
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

video_capture.read() not working in my jetson nano[BUG] #56

Open
mmzz16 opened this issue Jul 15, 2022 · 0 comments
Open

video_capture.read() not working in my jetson nano[BUG] #56

mmzz16 opened this issue Jul 15, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@mmzz16
Copy link

mmzz16 commented Jul 15, 2022

Describe the issue
i was working on using my CSI camera with jetson nano and when i try to run the code from simple_camera.py i get the following error: (-215:Assertion failed) size.width>0 && size.height>0 in function 'imshow'

What version of L4T/JetPack
L4T/JetPack version: 4.5

What version of OpenCV
OpenCV version:4.1.1

Python Version
Python version if applicable: 3.6.9

To Reproduce
Steps to reproduce the behavior:
For example, what command line did you run?

i tried running the whole simple_camera.py but when i try to check it the problem starts with this line of code:
ret_val, frame = video_capture.read()

Expected behavior
A clear and concise description of what you expected to happen.

i wanted to connect to the csi camera and see a display window

Additional context
Add any other context about the problem here.

@mmzz16 mmzz16 added the bug Something isn't working label Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant