Zooming while capturing video using AVCapture in iOS
问题 I am using AVCapture to capture video and save it. But I need to provide zooming option like pinch to zoom or through a zoom button. Also video should be saved in exactly in same manner in which it is being displayed, I mean when zoomed in, it should be saved zoomed. Any help, Link is appreciated. My code for setting up AVCapture session is: - (void)setupAVCapture{ session = [[AVCaptureSession alloc] init]; session.automaticallyConfiguresApplicationAudioSession=YES; [session