Skip to content

Commit

Permalink
libcamera: disable SceneFlicker in bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Oct 14, 2023
1 parent 7d43fb7 commit e43e93c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions device/libcamera/options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ static std::map<unsigned, libcamera_control_id_t> libcamera_control_ids =
LIBCAMERA_DRAFT_CONTROL(AeState),
LIBCAMERA_DRAFT_CONTROL(AwbState),
LIBCAMERA_DRAFT_CONTROL(LensShadingMapMode),
#if LIBCAMERA_VERSION_MAJOR == 0 && LIBCAMERA_VERSION_MINOR < 1 // Support RasPI bullseye
LIBCAMERA_DRAFT_CONTROL(SceneFlicker),
#endif
LIBCAMERA_DRAFT_CONTROL(TestPatternMode)
};

Expand Down

0 comments on commit e43e93c

Please sign in to comment.