Structure containing metadata info for processing AE/AWB algorithm.
Definition at line 192 of file NvSIPLControlAutoDef.hpp.
Data Fields | |
float_t | alpha |
power factor for statistics compression Valid Range: [0.5, 1.0] More... | |
bool | isFirstFrame |
A Boolean flag for notifying if it is first frame for processing AE/AWB algorithm without statistics. More... | |
float_t nvsipl::SiplControlAutoMetadata::alpha |
power factor for statistics compression Valid Range: [0.5, 1.0]
Definition at line 197 of file NvSIPLControlAutoDef.hpp.
bool nvsipl::SiplControlAutoMetadata::isFirstFrame |
A Boolean flag for notifying if it is first frame for processing AE/AWB algorithm without statistics.
Valid Range: [true, false]
Definition at line 204 of file NvSIPLControlAutoDef.hpp.