Questions tagged [cmsamplebuffer]

106 questions
0
votes
1 answer

Scale and crop CMSampleBufferRef

I am using AvFoundation & AVCaptureVideoDataOutputSampleBufferDelegate to record a video. I need to implement Zoom functionality in the video being recorded. I am using the following delegate method. - (void)captureOutput:(AVCaptureOutput…
1 2 3 4 5 6 7
8