Ask Your Question

timbugto's profile - activity

2016-09-03 08:16:58 -0600 asked a question openCV, Python - grab video stream

Hi there,

I would like to grab a video stream like youtube by using openCV and Python, without downloading the clip. I want to analyse some frames and the only solution I found so far was to download the clip and use: cv2.VideoCapture(file)

Is there a way to do so without downloading, so I can get it done with a stream instead a file?

cheers