Skip to content

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

@ankitagr92

Description

@ankitagr92

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions