0
votes
0answers
28 views

crop AVCaptureVideoPreviewLayer and apply color effect

I have cameraView using AVFoundation framework. When i alloc AVCaptureVideoPreviewLayer it display videoStream. How to apply crop to some portion of this AVCaptureVideoPreviewLayer layer and apply ...
0
votes
0answers
196 views

Convert tap point to focus interest point in GPUImageView

I'm using GPUImage framework for live photo editing. I have structure, like this: - GPUImageStillCamera -- GPUImageCropFilter --- Other visual filters ---- GPUImageView I want to convert tap point ...
0
votes
0answers
171 views

AVCaptureSession questions

I am in the works in developing an app in which camera usage is a vital component, so i have a few thoughts i would like to express and get some opinions. I am not using coreimage and all that ...