Impact Acquire SDK .NET
|
Contains features to control the devices Flat Field Correction parameters. More...
Public Member Functions | |
IEnumerable< T > | getEnumerable< T > () |
Returns an enumerator of a certain type that iterates through the collection. | |
IEnumerator< int > | GetEnumerator () |
Returns an enumerator that iterates through the collection. | |
mvFFCControl (mv.impact.acquire.Device device) | |
Constructs a new mv.impact.acquire.GenICam.mvFFCControl object. | |
mvFFCControl (mv.impact.acquire.Device device, System.String settingName) | |
Constructs a new mv.impact.acquire.GenICam.mvFFCControl object. | |
void | restoreDefault () |
Restores the default for every component of this collection. | |
Public Attributes | |
readonly mv.impact.acquire.PropertyI64 | mvFFCAutoLoadMode = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Selects whether FFC image shall be automatically loaded at camera startup. | |
readonly mv.impact.acquire.Method | mvFFCCalibrate = new mv.impact.acquire.Method() |
A method object. Starts the Calibration of the Flat Field Correction. | |
readonly mv.impact.acquire.PropertyI64 | mvFFCCalibrationImageCount = new mv.impact.acquire.PropertyI64() |
An integer property. The number of images to use for the calculation of the correction image. | |
readonly mv.impact.acquire.PropertyIBoolean | mvFFCEnable = new mv.impact.acquire.PropertyIBoolean() |
A boolean property. Enables the Flat Field Correction. | |
readonly mv.impact.acquire.Method | mvFFCImageLoad = new mv.impact.acquire.Method() |
A method object. Loads the Flat Field Correction image from flash. | |
readonly mv.impact.acquire.Method | mvFFCImageSave = new mv.impact.acquire.Method() |
A method object. Saves the calibrated Flat Field Correction image to flash. | |
Properties | |
IEnumerable< Component > | componentEnumerable [get] |
Returns an enumerator that iterates through the collection. | |
IEnumerable< ComponentList > | componentListEnumerable [get] |
Returns an enumerator that iterates through all the mv.impact.acquire.ComponentList elements in the collection. | |
int | hObj [get] |
Returns a unique identifier for the component collection referenced by this object. | |
Contains features to control the devices Flat Field Correction parameters.
Contains features to control the devices Flat Field Correction parameters.
|
inline |
Constructs a new mv.impact.acquire.GenICam.mvFFCControl object.
[in] | device | A pointer to a mv.impact.acquire.Device object obtained from a mv.impact.acquire.DeviceManager object. |
|
inline |
Constructs a new mv.impact.acquire.GenICam.mvFFCControl object.
[in] | device | A pointer to a mv.impact.acquire.Device object obtained from a mv.impact.acquire.DeviceManager object. |
[in] | settingName | 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 mv.impact.acquire.FunctionInterface.availableSettings, new settings can be created with the function mv.impact.acquire.FunctionInterface.createSetting |
|
inlineinherited |
Returns an enumerator of a certain type that iterates through the collection.
This interface will allow to e.g. write code like this:
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
inlineinherited |
Returns an enumerator that iterates through the collection.
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
inlineinherited |
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
readonly mv.impact.acquire.PropertyI64 mvFFCAutoLoadMode = new mv.impact.acquire.PropertyI64() |
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:
readonly mv.impact.acquire.Method mvFFCCalibrate = new mv.impact.acquire.Method() |
A method object. Starts the Calibration of the Flat Field Correction.
Starts the Calibration of the Flat Field Correction.
readonly mv.impact.acquire.PropertyI64 mvFFCCalibrationImageCount = new mv.impact.acquire.PropertyI64() |
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.
A boolean property. Enables the Flat Field Correction.
Enables the Flat Field Correction.
readonly mv.impact.acquire.Method mvFFCImageLoad = new mv.impact.acquire.Method() |
A method object. Loads the Flat Field Correction image from flash.
Loads the Flat Field Correction image from flash.
readonly mv.impact.acquire.Method mvFFCImageSave = new mv.impact.acquire.Method() |
A method object. Saves the calibrated Flat Field Correction image to flash.
Saves the calibrated Flat Field Correction image to flash.
|
getinherited |
Returns an enumerator that iterates through the collection.
This interface will allow to e.g. write code like this:
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
getinherited |
Returns an enumerator that iterates through all the mv.impact.acquire.ComponentList elements in the collection.
This interface will allow to e.g. write code like this:
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
getinherited |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mv.impact.acquire.ComponentList.