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