Capture online video streams for image processing
Hi
I am trying to capture online streamed content process them image by image. I have the API's written for images in openCV in python 2.7 I am just trying to extend this and see explore different possibilities (and ofcourse choose the best method) for capturing and processing these online video streams. Can this be done in openCV? If not(or simpler) any other alternative (python alternative highly preferred)?
Thanks
Ajay
What kind of streaming do you use? As I know ffmpeg supports some of the streaming protocols, so, probably, you can use OpenCV VideoCapture class.
I refer to any online streaming portal .. say Youtube for example
@Alexander Smorkalov: Can you please elaborate a little ? ffmpeg is a different library altogether isnt it?