Impact Acquire SDK Python
|
Properties for adjusting the colors during a Bayer conversion. More...
Public Member Functions | |
__init__ (self, *args, **kwargs) | |
Properties | |
aoiHeight = property(lib_mvIMPACT_acquire.WhiteBalanceSettings_aoiHeight_get, doc=) | |
An integer property defining the height of the AOI in pixel to be used for the calculation. | |
aoiStartX = property(lib_mvIMPACT_acquire.WhiteBalanceSettings_aoiStartX_get, doc=) | |
An integer property defining the X-offset of the AOI in pixel to be used for the calculation. | |
aoiStartY = property(lib_mvIMPACT_acquire.WhiteBalanceSettings_aoiStartY_get, doc=) | |
An integer property defining the Y-offset of the AOI in pixel to be used for the calculation. | |
aoiWidth = property(lib_mvIMPACT_acquire.WhiteBalanceSettings_aoiWidth_get, doc=) | |
An integer property defining the width of the AOI in pixel to be used for the calculation. | |
blueGain = property(lib_mvIMPACT_acquire.WhiteBalanceSettings_blueGain_get, doc=) | |
A float property defining the gain for the blue channel. | |
greenGain = property(lib_mvIMPACT_acquire.WhiteBalanceSettings_greenGain_get, doc=) | |
A float property defining the gain for the green channel. | |
redGain = property(lib_mvIMPACT_acquire.WhiteBalanceSettings_redGain_get, doc=) | |
A float property defining the gain for the red channel. | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
totalGain = property(lib_mvIMPACT_acquire.WhiteBalanceSettings_totalGain_get, doc=) | |
A float property defining the overall gain. | |
WBAoiMode = property(lib_mvIMPACT_acquire.WhiteBalanceSettings_WBAoiMode_get, doc=) | |
An enumerated integer property defining the which area of the image is used for the calculation of the parameters. | |
WBResult = property(lib_mvIMPACT_acquire.WhiteBalanceSettings_WBResult_get, doc=) | |
An enumerated integer property (read-only) containing the result of the last white balance calibration. | |
Properties for adjusting the colors during a Bayer conversion.
This class provides properties to adjust the parameters needed for a Bayer conversion.
__init__ | ( | self, | |
* | args, | ||
** | kwargs ) |
Reimplemented from ComponentCollection.
|
static |
An integer property defining the height of the AOI in pixel to be used for the calculation.
|
static |
An integer property defining the X-offset of the AOI in pixel to be used for the calculation.
|
static |
An integer property defining the Y-offset of the AOI in pixel to be used for the calculation.
|
static |
An integer property defining the width of the AOI in pixel to be used for the calculation.
|
static |
A float property defining the gain for the blue channel.
|
static |
A float property defining the gain for the green channel.
|
static |
A float property defining the gain for the red channel.
|
static |
|
static |
A float property defining the overall gain.
|
static |
An enumerated integer property defining the which area of the image is used for the calculation of the parameters.
Valid values for this property may be: mvIMPACT.acquire.amCentered, mvIMPACT.acquire.amFull, mvIMPACT.acquire.amUseAoi.
|
static |
An enumerated integer property (read-only) containing the result of the last white balance calibration.
After the mvIMPACT.acquire.Device has been initialized, the value of this property will be mvIMPACT.acquire.bwbrUnknown.
Valid values for this property may be: mvIMPACT.acquire.bwbrUnknown, mvIMPACT.acquire.bwbrOK, mvIMPACT.acquire.bwbrErrorUnknown, mvIMPACT.acquire.bwbrErrorTooDark, mvIMPACT.acquire.bwbrErrorTooBright.