I have an application on Android that plays video files stored on the SD card. I need to capture the YUV information for individual frames for a processing function that the software performs.

I am currently using the stock Android MediaPlayer in my app. Can I use this to capture YUV frame information? If so, how?

Thanks, Joseph

link|improve this question
I don't think so – Péter Varga Dec 21 '11 at 3:27
feedback

1 Answer

I Suppose, you need to capture the frame individually that you would be doing already + store the frame into memory or file and then convert it into the RGB to display it. Refer display YUV Image

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.