Skip to content

Commit e43e93c

Browse files
committed
libcamera: disable SceneFlicker in bookworm
1 parent 7d43fb7 commit e43e93c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

device/libcamera/options.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ static std::map<unsigned, libcamera_control_id_t> libcamera_control_ids =
5656
LIBCAMERA_DRAFT_CONTROL(AeState),
5757
LIBCAMERA_DRAFT_CONTROL(AwbState),
5858
LIBCAMERA_DRAFT_CONTROL(LensShadingMapMode),
59+
#if LIBCAMERA_VERSION_MAJOR == 0 && LIBCAMERA_VERSION_MINOR < 1 // Support RasPI bullseye
5960
LIBCAMERA_DRAFT_CONTROL(SceneFlicker),
61+
#endif
6062
LIBCAMERA_DRAFT_CONTROL(TestPatternMode)
6163
};
6264

0 commit comments

Comments
 (0)