Color Gains assuming order RGGB, RCCB, RCCC.
Definition at line 127 of file NvSiplControlAutoDef.hpp.
Data Fields | |
bool | valid |
A Boolean flag to control whether white balance gains are valid or not. More... | |
std::array< float_t, NVSIPL_ISP_MAX_COLOR_COMPONENT > | gain |
Gains that applies to individual color channels Valid Range: [0, 8.0]. More... | |
std::array<float_t, NVSIPL_ISP_MAX_COLOR_COMPONENT> nvsipl::SiplControlAutoAwbGain::gain |
Gains that applies to individual color channels Valid Range: [0, 8.0].
Definition at line 136 of file NvSiplControlAutoDef.hpp.
bool nvsipl::SiplControlAutoAwbGain::valid |
A Boolean flag to control whether white balance gains are valid or not.
Definition at line 131 of file NvSiplControlAutoDef.hpp.