|
Impact Acquire SDK C++
|
This class provides access to general settings as well as to settings which are unique for the mvBlueFOX(Device specific interface layout only). More...
#include <mvIMPACT_acquire.h>
Public Member Functions | |
| SettingsBlueFOX (Device *pDev, const std::string &name="Base") | |
| brief Constructs a new mvIMPACT::acquire::SettingsBlueFOX object. | |
Public Attributes | |
| PropertyS | basedOn |
| A string property (read-only) containing the name of the setting this setting is based on. | |
| CameraSettingsBlueFOX | cameraSetting |
| Camera related settings. | |
| ImageDestination | imageDestination |
| Properties to define the result images format. | |
| ImageProcessing | imageProcessing |
| Image processing related properties. | |
This class provides access to general settings as well as to settings which are unique for the mvBlueFOX(Device specific interface layout only).
To see a small code example on how you can work with object of this class see the detailed description of the class mvIMPACT::acquire::FunctionInterface as well. Statements made for the use of the class mvIMPACT::acquire::FullSettingsBase apply for this class as well.
|
inlineexplicit |
brief Constructs a new mvIMPACT::acquire::SettingsBlueFOX object.
| [in] | pDev | A pointer to a mvIMPACT::acquire::Device object obtained from a mvIMPACT::acquire::DeviceManager object. |
| [in] | name | 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 |
|
inherited |
A string property (read-only) containing the name of the setting this setting is based on.
| CameraSettingsBlueFOX cameraSetting |
Camera related settings.
|
inherited |
Properties to define the result images format.
|
inherited |
Image processing related properties.