Skip to content

Commit 00e2d29

Browse files
committed
drivers: video: ov5640: Expose the high framerates first
Expose the high framerates first so that it can be listed first and chosen as the default frame rate in some applications. Signed-off-by: Phi Bang Nguyen <[email protected]>
1 parent e6d71f0 commit 00e2d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/video/ov5640.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ static const struct ov5640_mode_config csi2_modes[] = {
571571
.def_frmrate = OV5640_30_FPS,
572572
}};
573573

574-
static const int ov5640_frame_rates[] = {OV5640_15_FPS, OV5640_30_FPS, OV5640_60_FPS};
574+
static const int ov5640_frame_rates[] = {OV5640_60_FPS, OV5640_30_FPS, OV5640_15_FPS};
575575

576576
/* Initialization sequence for QQVGA resolution (160x120) */
577577
static const struct video_reg16 dvp_160x120_res_params[] = {

0 commit comments

Comments
 (0)