We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd6ef5 commit 0406840Copy full SHA for 0406840
CameraViewController.m
@@ -140,7 +140,6 @@ - (void)prepareWithCameraViewControllerType:(CameraViewControllerType)value {
140
141
AVCaptureVideoDataOutput * videoDataOutput = [[[AVCaptureVideoDataOutput alloc] init] autorelease];
142
[videoDataOutput setAlwaysDiscardsLateVideoFrames:YES];
143
- [videoDataOutput setMinFrameDuration:CMTimeMake(1, 30)];
144
[videoDataOutput setVideoSettings:settingInfo];
145
146
// support multi-threading
0 commit comments