I am currently attempting to draw an image in openGL using YUV420 format (bi-planar). I receive raw data, and am attempting to parse it into a CVPixelBuffer, and then pass
The iosurface property is null in the CVPixelBuffer you've created.
Created manually:
Created by CMSampleBufferGetImageBuffer:
To my knowledge there is no solution.