AVCapture capturing and getting framebuffer at 60 fps in iOS 7
问题 I'm developping an app which requires capturing framebuffer at as much fps as possible. I've already figured out how to force iphone to capture at 60 fps but - (void)captureOutput:(AVCaptureOutput *)captureOutput didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer fromConnection:(AVCaptureConnection *)connection method is being called only 15 times a second, which means that iPhone downgrades capture output to 15 fps. Has anybody faced such problem? Is there any possibility to increase