nacl_sdk\pepper_44\examples\api\media_stream_video this is a example. i want to catch a frame to save as a YUV image.
PS.You can find some silly mistakes in my message. Sorry for my English.
nacl_sdk\pepper_44\examples\api\media_stream_video this is a example. i want to catch a frame to save as a YUV image.
PS.You can find some silly mistakes in my message. Sorry for my English.
The example plugin receives frames in the OnGetFrame method and converts them to Open GL textures. Here's the code that gets the frame information:
You would do something similar, except that instead of creating a GL texture you would save the YUV data.