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