Tagged Questions

6
votes
3answers
3k views

Need help with YUV display in OpenGl

I am having trouble displaying a raw YUV file that it is in NV12 format. I can display a selected frame, however, it is still mainly in black and white with certain shades of pink and green. Here is ...
1
vote
1answer
738 views

Writing YUV data into a CGContext

How can I write a YUV frame data into a CGContext?
0
votes
1answer
721 views

Displaying a YUV formatted video stream in iOS

I am writing an iOS application that gets live video streams from analog security cameras. I can get the video stream from our server application and decode it from it's proprietary format on the ...
0
votes
1answer
448 views

UIImage to YUV 422 Colorspace

I have been trying to figure this out for a while to no avail, I was wondering if someone could help or point me in he right direction. I have a need to convert an UIImage or a stored JPG to get its ...