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

How to use 4 USB webcam with NVIDIA Jetson TX2 using USB hub? #95

Open
ankitagr92 opened this issue Jan 31, 2019 · 2 comments
Open

How to use 4 USB webcam with NVIDIA Jetson TX2 using USB hub? #95

ankitagr92 opened this issue Jan 31, 2019 · 2 comments

Comments

@ankitagr92
Copy link

Hello,
I am trying to use 4 USB webcams with NVIDIA jetson TX2 but I am unable to get the output, the program shows the following error:
VIDIOC_QUERYCTRL: Input/output error
VIDIOC_STREAMON: No space left on device
VIDIOC_STREAMON: No space left on device
Traceback (most recent call last):
File "multiCameraProcessing.py", line 73, in
CaptureImages()
File "multiCameraProcessing.py", line 70, in init
self.processImages()
File "multiCameraProcessing.py", line 51, in processImages
frame3_undistort = self.undistort.image_undistort(frame3, camera_name_right)
File "/home/nvidia/Desktop/Thesis/Programs_v3/Undistortion.py", line 25, in image_undistort
dim1 = image.shape[:2][::-1]
AttributeError: 'NoneType' object has no attribute 'shape'

Please suggest a solution on how to use 4 USB webcams together

@ex00
Copy link

ex00 commented Jan 31, 2019

Hi @ankitagr92,
Do you try to use web cam inside dl-docker image?
I think that the more suitable place for ask question about NVIDIA products is community forum: https://forums.geforce.com/default/board/25/nvidia-community/

@diffgg
Copy link

diffgg commented May 11, 2020

Hi, @ankitagr92 , I have met exact the same problem. Did you fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants