Impact Acquire SDK Java
|
Contains features to control the devices Flat Field Correction parameters. More...
Public Member Functions | |
synchronized void | delete () |
PropertyI64 | getMvFFCAutoLoadMode () |
An enumerated integer property. | |
Method | getMvFFCCalibrate () |
A method object. | |
PropertyI64 | getMvFFCCalibrationImageCount () |
An integer property. | |
PropertyI | getMvFFCEnable () |
A boolean property. | |
Method | getMvFFCImageLoad () |
A method object. | |
Method | getMvFFCImageSave () |
A method object. | |
int | hObj () |
Returns a unique identifier for the component collection referenced by this object. | |
mvFFCControl (Device pDev) | |
Constructs a new mvIMPACT.acquire.mvFFCControl object. | |
mvFFCControl (Device pDev, String settingName) | |
Constructs a new mvIMPACT.acquire.mvFFCControl object. | |
ComponentCollection | restoreDefault () |
Restores the default for every component of this collection. | |
Protected Member Functions | |
void | finalize () |
mvFFCControl (long cPtr, boolean cMemoryOwn) | |
Static Protected Member Functions | |
static long | swigRelease (ComponentCollection obj) |
static long | swigRelease (mvFFCControl obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |
Contains features to control the devices Flat Field Correction parameters.
Contains features to control the devices Flat Field Correction parameters.
|
protected |
mvFFCControl | ( | Device | pDev, |
String | settingName ) |
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 |
mvFFCControl | ( | Device | pDev | ) |
Constructs a new mvIMPACT.acquire.mvFFCControl object.
pDev | [in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object. 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 |
synchronized void delete | ( | ) |
Reimplemented from ComponentCollection.
|
protected |
Reimplemented from ComponentCollection.
PropertyI64 getMvFFCAutoLoadMode | ( | ) |
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:
Method getMvFFCCalibrate | ( | ) |
A method object.
Starts the Calibration of the Flat Field Correction.
Starts the Calibration of the Flat Field Correction.
PropertyI64 getMvFFCCalibrationImageCount | ( | ) |
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.
PropertyI getMvFFCEnable | ( | ) |
A boolean property.
Enables the Flat Field Correction.
Enables the Flat Field Correction.
Method getMvFFCImageLoad | ( | ) |
A method object.
Loads the Flat Field Correction image from flash.
Loads the Flat Field Correction image from flash.
Method getMvFFCImageSave | ( | ) |
A method object.
Saves the calibrated Flat Field Correction image to flash.
Saves the calibrated Flat Field Correction image to flash.
|
inherited |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mvIMPACT.acquire.ComponentList.
|
inherited |
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
|
staticprotectedinherited |
|
staticprotected |
|
protectedinherited |