Impact Acquire SDK C++
|
Contains features to control the devices Flat Field Correction parameters. More...
#include <mvIMPACT_acquire_GenICam.h>
Public Member Functions | |
HOBJ | hObj (void) const |
Returns a unique identifier for the component collection referenced by this object. | |
mvFFCControl (mvIMPACT::acquire::Device *pDev, const std::string &settingName="Base") | |
Constructs a new mvIMPACT::acquire::GenICam::mvFFCControl object. | |
const ComponentCollection & | restoreDefault (void) const |
Restores the default for every component of this collection. | |
Public Attributes | |
PropertyI64 | mvFFCAutoLoadMode |
An enumerated integer property. Selects whether FFC image shall be automatically loaded at camera startup. | |
Method | mvFFCCalibrate |
A method object. Starts the Calibration of the Flat Field Correction. | |
PropertyI64 | mvFFCCalibrationImageCount |
An integer property. The number of images to use for the calculation of the correction image. | |
PropertyIBoolean | mvFFCEnable |
A boolean property. Enables the Flat Field Correction. | |
Method | mvFFCImageLoad |
A method object. Loads the Flat Field Correction image from flash. | |
Method | mvFFCImageSave |
A method object. Saves the calibrated Flat Field Correction image to flash. | |
Protected Attributes | |
HOBJ | m_hRoot |
Contains features to control the devices Flat Field Correction parameters.
Contains features to control the devices Flat Field Correction parameters.
|
inlineexplicit |
Constructs a new mvIMPACT::acquire::GenICam::mvFFCControl object.
[in] | pDev | A pointer to a mvIMPACT::acquire::Device object obtained from a mvIMPACT::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 mvIMPACT::acquire::FunctionInterface::getAvailableSettings, new settings can be created with the function mvIMPACT::acquire::FunctionInterface::createSetting |
|
inlineinherited |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mvIMPACT::acquire::ComponentList.
|
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.
|
protectedinherited |
PropertyI64 mvFFCAutoLoadMode |
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 mvFFCCalibrate |
A method object. Starts the Calibration of the Flat Field Correction.
Starts the Calibration of the Flat Field Correction.
PropertyI64 mvFFCCalibrationImageCount |
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.
PropertyIBoolean mvFFCEnable |
A boolean property. Enables the Flat Field Correction.
Enables the Flat Field Correction.
Method mvFFCImageLoad |
A method object. Loads the Flat Field Correction image from flash.
Loads the Flat Field Correction image from flash.
Method mvFFCImageSave |
A method object. Saves the calibrated Flat Field Correction image to flash.
Saves the calibrated Flat Field Correction image to flash.