Youtube video processing on iPhone

Posted by Chonch on Stack Overflow See other posts from Stack Overflow or by Chonch
Published on 2010-04-07T06:59:34Z Indexed on 2010/04/07 7:03 UTC
Read the original article Hit count: 615

Filed under:
|
|
|

Hey

In my iPhone app, I want to load a video from youtube, perform some basic image processing on it and display it to the user.

I am using openCV to do my image processing, and I know I can use it for grabbing all of the frames from the video as well (cvRetrieveFrame).

My only problem is that cvRetrieveFrame expects to get its source of type CvCapture* which can be created either by a camera source or by a file name.

How can I set a youtube video file as the source for CvCapture*?

Thanks,

© Stack Overflow or respective owner

Related posts about iphone

Related posts about opencv