nn::camera::CTR::LensCorrection Enumerated Typeenum LensCorrection;
| Value | Description |
|---|---|
| LENS_CORRECTION_OFF | Turns lens correction off. |
| LENS_CORRECTION_ON_70 | Adjusts the image's edge brightness so that the brightness ratio of image edge to image center is 70. |
| LENS_CORRECTION_ON_90 | Adjusts the image's edge brightness so that the brightness ratio of image edge to image center is 90. |
| LENS_CORRECTION_MAX | |
| LENS_CORRECTION_DARK | Configures the image edges to be darker than they would be with just the default setting on. |
| LENS_CORRECTION_NORMAL | Default setting |
| LENS_CORRECTION_BRIGHT | Configures the image edges to be brighter than they would be with just the default setting on. |
Enumerated type that indicates the degree of lens correction to apply.
As referred to here, "lens correction" fixes a phenomenon called vignetting, where there is a difference in brightness between the center and edges of an image, by increasing the brightness of the edges to more closely match that of the center.
CONFIDENTIAL