We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae6252 commit 182119dCopy full SHA for 182119d
1 file changed
src/video_capture/avfoundation.mm
@@ -522,7 +522,7 @@ - (id)initWithParams: (NSDictionary *) params
522
}
523
if ([req_preset isEqualToString:@"HD"]) {
524
MSG(WARNING, "preset HD deprecated - use 1280x720\n");
525
- req_preset = @"640x480";
+ req_preset = @"1280x720";
526
527
// for compat make first letter Upper - the preset opt used to
528
// be "low" so make it "Low"
0 commit comments