I am using CIFunHouse apple demo for my project to applying filter effects, When I try to take a snapshot of GLKView on iPad Air by making
UIImage* imageCaptured = [(GLKView*)_videoPreviewView snapshot];
the UIImage generated have distortion. see image
Any ideas? How to fix this. Thanks in advance.