hi_isp_cmos_clut
Description
Defines the CLUT structure.
Definition
typedefstruct {
hi_bool enable;
hi_u32 gain_r;
hi_u32 gain_g;
hi_u32 gain_b;
hi_isp_clut_lut clut_lut;
} hi_isp_cmos_clut;
Members
Member |
Description |
|---|---|
enable |
CLUT enable. The options are as follows:
|
gain_r |
R channel gain. The value range is [0, 4095]. |
gain_g |
G channel gain. The value range is [0, 4095]. |
gain_b |
B channel gain. The value range is [0, 4095]. |
clut_lut |
LUT that defines the CLUT. |
Parent topic: Data Types