Difference between revisions of "Talk:R-Car/Boards/Yocto-Gen3"

From eLinux.org
Jump to: navigation, search
(How to use usb camera in H3)
Line 1: Line 1:
Note: This is a page to discuss only about H3 Starter kit Premier and M3 Starter Kit Pro.
+
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??

Revision as of 11:47, 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??