Skip to content

Commit 1042ec0

Browse files
Nikolai-Lymodlin
authored andcommitted
[D401] 90 FPS enabled for 480p resolutions
1 parent 3a04b6d commit 1042ec0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kernel/realsense/d4xx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,8 +700,8 @@ static const u16 ds5_framerate_100[] = {100};
700700

701701
#define D401_COMMON_RES \
702702
DS5_RES(1280, 720, ds5_framerate_15_30)\
703-
DS5_RES(848, 480, ds5_framerate_15_60)\
704-
DS5_RES(640, 480, ds5_framerate_15_60)\
703+
DS5_RES(848, 480, ds5_framerate_15_90)\
704+
DS5_RES(640, 480, ds5_framerate_15_90)\
705705
DS5_RES(640, 360, ds5_framerate_15_90)\
706706
DS5_RES(480, 270, ds5_framerate_15_90)\
707707
DS5_RES(424, 240, ds5_framerate_15_90)\

0 commit comments

Comments
 (0)