Alternatives to deprecated AVCaptureConnection frame-duration properties?
问题 According to this document the properties and methods relating to video-frame maximum and minimum duration: supportsVideoMaxFrameDuration supportsVideoMinFrameDuration videoMaxFrameDuration videoMinFrameDuration have all been deprecated. Are there alternatives? 回答1: According to the header file (AVCaptureSession.h), This property is deprecated on iOS, where min and max frame rate adjustments are applied exclusively at the AVCaptureDevice using the activeVideoMinFrameDuration and