Impact Acquire SDK Python
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

 __init__ (self, *args)

Properties

 basedOn = property(lib_mvIMPACT_acquire.FullSettingsBase_basedOn_get, doc=)
 A string property (read-only) containing the name of the setting this setting is based on.
 cameraSetting = property(lib_mvIMPACT_acquire.SettingsBlueFOX_cameraSetting_get, doc=)
 Camera related settings.
 imageDestination = property(lib_mvIMPACT_acquire.FullSettingsBase_imageDestination_get, doc=)
 Properties to define the result images format.
 imageProcessing = property(lib_mvIMPACT_acquire.FullSettingsBase_imageProcessing_get, doc=)
 Image processing related properties.
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")

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 mvIMPACT.acquire.FunctionInterface as well. Statements made for the use of the class mvIMPACT.acquire.FullSettingsBase apply for this class as well.

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

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Property Documentation

◆ basedOn

basedOn = property(lib_mvIMPACT_acquire.FullSettingsBase_basedOn_get, doc=)
staticinherited

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

◆ cameraSetting

cameraSetting = property(lib_mvIMPACT_acquire.SettingsBlueFOX_cameraSetting_get, doc=)
static

Camera related settings.

◆ imageDestination

imageDestination = property(lib_mvIMPACT_acquire.FullSettingsBase_imageDestination_get, doc=)
staticinherited

Properties to define the result images format.

◆ imageProcessing

imageProcessing = property(lib_mvIMPACT_acquire.FullSettingsBase_imageProcessing_get, doc=)
staticinherited

Image processing related properties.

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static