Hi,
Since iOS7, some of the AVCaptureConnection and AVCaptureVideoDataOutput methods are flagged as deprecated. We want to make a final build for a product, so I was wondering when these methods will be replaced by others.
The methods in specific are:
AVCaptureConnection videoMinFrameDuration, isVideoMinFrameDurationSupported, setVideoMinFrameDuration, setVideoMaxFrameDuration
AVCaptureVideoDataOutput setVideoSettings
I have asked someone on a iOSDev IRC channel if this is something I should be worried about, he said I should be fine till october next year. However, I want to prevent to create another build just to fix a posible removed method.
So my question to you is, have you planned on replacing those deprecated methods and if so, when will this 'fix' be released?
Thanks for the quick reply, I am looking forward to the next release.