Impact Acquire SDK .NET
|
This class provides access to general settings as well as to settings which are unique for the mvBlueFOX (Device specific interface layout only). More...
Public Member Functions | |
SettingsBlueFOX (Device device) | |
brief Constructs a new mv.impact.acquire.SettingsBlueFOX object. | |
SettingsBlueFOX (Device device, String settingName) | |
brief Constructs a new mv.impact.acquire.SettingsBlueFOX object. | |
Public Attributes | |
readonly PropertyS | basedOn = new PropertyS() |
A string property (read-only) containing the name of the setting this setting is based on. | |
readonly CameraSettingsBlueFOX | cameraSettings |
Camera related settings. | |
readonly ImageDestination | imageDestination |
Properties to define the result images format. | |
readonly 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 mv.impact.acquire.FunctionInterface as well. Statements made for the use of the class mv.impact.acquire.FullSettingsBase apply for this class as well.
|
inline |
brief Constructs a new mv.impact.acquire.SettingsBlueFOX object.
[in] | device | A pointer to a mv.impact.acquire.Device object obtained from a mv.impact.acquire.DeviceManager object. |
|
inline |
brief Constructs a new mv.impact.acquire.SettingsBlueFOX 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 |
A string property (read-only) containing the name of the setting this setting is based on.
readonly CameraSettingsBlueFOX cameraSettings |
Camera related settings.
|
inherited |
Properties to define the result images format.
|
inherited |
Image processing related properties.