openCV, Python - grab video stream

asked 2016-09-03 08:08:52 -0600

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

edit retag flag offensive close merge delete