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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: