i have used GPUImage framework, while run example code for SimplePhotoFilter (i have used GPUImageSketchFilter) in iPad am getting some dots over the filtered image, like this:
|
i have used GPUImage framework, while run example code for SimplePhotoFilter (i have used GPUImageSketchFilter) in iPad am getting some dots over the filtered image, like this:
|
|||||||||
|
|
This is due to a known bug in the iOS 5.x texture caches, and I filed a bug report on it a while ago. Usually, it only strikes when using something other than the AVCaptureSessionPresetPhoto preset with an AVCaptureStillImageOutput, but it appears that this can also occur on that preset in certain conditions. Given the NDA, I can't say whether this has been fixed in iOS 6.0, but try running this with the beta and see for yourself. As a workaround for iOS 5.x, you can edit the |
|||
|
|