Difference between revisions of "Thread:Talk:R-Car/Boards/Yocto-Gen3/How to use usb webcam in H3??"

From eLinux.org
Jump to: navigation, search
(New thread: How to use usb webcam in H3??)
 
m
 
Line 1: Line 1:
How to use usb webcam in H3??
+
How to use usb webcam in H3??<br />
Because I use python opencv  
+
 
>> cap = cv2.VideoCapture(0)
+
Because I use python opencv <br />
It doesn't capture webcam  
+
 
 +
>> cap = cv2.VideoCapture(0)<br />
 +
 
 +
It doesn't capture webcam <br />
 +
 
 
How to solve this problem??
 
How to solve this problem??

Latest revision as of 11:53, 17 October 2017

How to use usb webcam in H3??

Because I use python opencv

>> cap = cv2.VideoCapture(0)

It doesn't capture webcam

How to solve this problem??