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

 cameraSetting = property(lib_mvIMPACT_acquire.SettingsBlueFOX_cameraSetting_get, doc=)
 Camera related settings.
 
 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 )

Reimplemented from FullSettingsBase.

Property Documentation

◆ cameraSetting

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

Camera related settings.

◆ thisown

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