| Message ID | 20260128-sklug-lsc-resampling-v2-dev-v6-14-af7d95f03d22@ideasonboard.com |
|---|---|
| State | Accepted |
| Headers | show |
| Series |
|
| Related | show |
diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml index 8e99bd84825f6060dbc323be3f4b0cd6283e0942..f26a1b1b08bd1684cb76d75ecc32bdb9f8b0f6e5 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. ...