2

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

Parth Doshi
  • 4,200
  • 15
  • 79
  • 129

1 Answers1

0

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

Community
  • 1
  • 1
Amitg2k12
  • 3,765
  • 10
  • 48
  • 97