Impact Acquire SDK Python
|
Contains features to control the devices Flat Field Correction parameters. More...
Public Member Functions | |
__init__ (self, *args) | |
Constructs a new mvIMPACT.acquire.mvFFCControl object. | |
Properties | |
mvFFCAutoLoadMode = property(lib_mvIMPACT_acquire.mvFFCControl_mvFFCAutoLoadMode_get, doc=) | |
An enumerated integer property. | |
mvFFCCalibrate = property(lib_mvIMPACT_acquire.mvFFCControl_mvFFCCalibrate_get, doc=) | |
A method object. | |
mvFFCCalibrationImageCount = property(lib_mvIMPACT_acquire.mvFFCControl_mvFFCCalibrationImageCount_get, doc=) | |
An integer property. | |
mvFFCEnable = property(lib_mvIMPACT_acquire.mvFFCControl_mvFFCEnable_get, doc=) | |
A boolean property. | |
mvFFCImageLoad = property(lib_mvIMPACT_acquire.mvFFCControl_mvFFCImageLoad_get, doc=) | |
A method object. | |
mvFFCImageSave = property(lib_mvIMPACT_acquire.mvFFCControl_mvFFCImageSave_get, doc=) | |
A method object. | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
Contains features to control the devices Flat Field Correction parameters.
Contains features to control the devices Flat Field Correction parameters.
__init__ | ( | self, | |
* | args ) |
Constructs a new mvIMPACT.acquire.mvFFCControl object.
pDev | [in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object. |
settingName | [in] The name of the driver internal setting to access with this instance. A list of valid setting names can be obtained by a call to mvIMPACT.acquire.FunctionInterface.getAvailableSettings, new settings can be created with the function mvIMPACT.acquire.FunctionInterface.createSetting |
Reimplemented from ComponentCollection.
|
static |
An enumerated integer property.
Selects whether FFC image shall be automatically loaded at camera startup.
Selects whether FFC image shall be automatically loaded at camera startup.
The following string values might be valid for this feature:
|
static |
A method object.
Starts the Calibration of the Flat Field Correction.
Starts the Calibration of the Flat Field Correction.
|
static |
An integer property.
The number of images to use for the calculation of the correction image.
The number of images to use for the calculation of the correction image.
|
static |
A boolean property.
Enables the Flat Field Correction.
Enables the Flat Field Correction.
|
static |
A method object.
Loads the Flat Field Correction image from flash.
Loads the Flat Field Correction image from flash.
|
static |
A method object.
Saves the calibrated Flat Field Correction image to flash.
Saves the calibrated Flat Field Correction image to flash.
|
static |