Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
#include <BlackLevelEstimator.h>
Public Member Functions | |
tcBlackLevelEstimator () | |
virtual | ~tcBlackLevelEstimator () |
virtual teNackCode | setBlackLevel (int selector, float &value)=0 |
virtual teNackCode | getBlackLevel (int selector, float &value)=0 |
virtual teNackCode | setBlackLevelAuto (int selector, int mode)=0 |
Static Public Attributes | |
static const int | gnBlackLevelAuto_Off = 0 |
static const int | gnBlackLevelAuto_Once = 1 |
static const int | gnBlackLevelAuto_Continuous = 2 |
This interface allows a sensor board to implement the SFNC Analog Black level GenICam control interface in a consistent manner.
|
inline |
|
inlinevirtual |
|
pure virtual |
Gets the selected black level value.
selector | see AnalogControl::eeAnalogSelected |
value[out] | the computed black level for the given selector. |
|
pure virtual |
Sets a static black level value to use when BlackLevelAuto is OFF. (SFNC 6.7)
selector | see AnalogControl::eeAnalogSelected |
value[in,out] | the static black level to save for the given selector. |
|
pure virtual |
Sets the black level automatic operating mode. (SFNC 6.8)
selector | see AnalogControl::eeAnalogSelected |
mode | see AnalogControl::eeAnalogAuto |
|
static |
|
static |
From SFNC 6.8
|
static |