I have a GLKView that have a camera stream displaying. When I try to take a snapshot of that view in ipad 3 by making
[_glkView snapshot];
the UIImage generated have the correct size but the content is empty. However, if I run the same code on iPad Air it works perfectly.
Any ideas? Thanks.