Impact Acquire SDK .NET
SettingsBlueFOX Class Reference

This class provides access to general settings as well as to settings which are unique for the mvBlueFOX (Device specific interface layout only). More...

Inheritance diagram for SettingsBlueFOX:
[legend]

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.
 

Detailed Description

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.

Note
This class will only be available if mv.impact.acquire.Device.interfaceLayout is set to mv.impact.acquire.TDeviceInterfaceLayout.dilDeviceSpecific before the device is opened.

Constructor & Destructor Documentation

◆ SettingsBlueFOX() [1/2]

SettingsBlueFOX ( Device device)
inline

brief Constructs a new mv.impact.acquire.SettingsBlueFOX object.

Parameters
[in]deviceA pointer to a mv.impact.acquire.Device object obtained from a mv.impact.acquire.DeviceManager object.

◆ SettingsBlueFOX() [2/2]

SettingsBlueFOX ( Device device,
String settingName )
inline

brief Constructs a new mv.impact.acquire.SettingsBlueFOX object.

Parameters
[in]deviceA pointer to a mv.impact.acquire.Device object obtained from a mv.impact.acquire.DeviceManager object.
[in]settingNameThe 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

Member Data Documentation

◆ basedOn

readonly PropertyS basedOn = new PropertyS()
inherited

A string property (read-only) containing the name of the setting this setting is based on.

◆ cameraSettings

Camera related settings.

◆ imageDestination

readonly ImageDestination imageDestination
inherited

Properties to define the result images format.

◆ imageProcessing

readonly ImageProcessing imageProcessing
inherited

Image processing related properties.