Hy everyone,
I try to convert yuv data (yuv420p) in rgb data in ios 5 with OpenGLES. I already had a look at the GLCameraRipple Demo from Apple, but that did not worked for me.
Have anybody tried this before and can help me?
Cheers
Hy everyone,
I try to convert yuv data (yuv420p) in rgb data in ios 5 with OpenGLES. I already had a look at the GLCameraRipple Demo from Apple, but that did not worked for me.
Have anybody tried this before and can help me?
Cheers
The GLCameraRipple doesn't use RAW YUV data. It uses a frame buffer straight from the camera. Getting the GLCameraRipple to work with raw YUV data is not possible because you cannot layer back a manual created buffer.