VideoCapture in Colab
How do i use cv2.VideoCapture(0) in google colab. I want to use the live video from my webcam in colab. Is there anyway to do it
How do i use cv2.VideoCapture(0) in google colab. I want to use the live video from my webcam in colab. Is there anyway to do it
sad as it is -- no way
(the processing happens on goog's servers, they'll have no physical access to your device)
while you still cannot use cv2.VideoCapture()
, there's some js magic to grab your webcam from the browser, see here:
Asked: Jun 27 '0
Seen: 20,838 times
Last updated: Aug 17 '20
Used google search for VideoCapture in Colab opencv python