diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml index 8e99bd84..f26a1b1b 100644 --- a/src/libcamera/control_ids_core.yaml +++ b/src/libcamera/control_ids_core.yaml @@ -1353,7 +1353,12 @@ controls: type: bool direction: inout description: | - Enable or disable lens dewarping. This control is only available if lens - dewarp parameters are configured in the tuning file. + Enable or disable lens dewarping. + + - LensShadingCorrectionEnable: + type: bool + direction: inout + description: | + Enable or disable the lens shading correction. ...