Impact Acquire SDK Python
InfoBlueDevice Class Reference

A more specific class to query information about a mvBlueDevice device and its driver(Device specific interface layout only). More...

Inheritance diagram for InfoBlueDevice:
[legend]

Public Member Functions

 __init__ (self, pDev)
 Constructs a new mvIMPACT.acquire.InfoBlueDevice object.
 

Properties

 sensorColorMode = property(lib_mvIMPACT_acquire.InfoBlueDevice_sensorColorMode_get, doc=)
 An enumerated integer property (read-only) containing the type of the sensor (color/mono/...)(if known).
 
 sensorType = property(lib_mvIMPACT_acquire.InfoBlueDevice_sensorType_get, doc=)
 An enumerated integer property (read-only) containing the type of sensor chip of the camera (if known).
 
 sensorXRes = property(lib_mvIMPACT_acquire.InfoBlueDevice_sensorXRes_get, doc=)
 An integer property (read-only) containing the horizontal resolution of the camera sensor.
 
 sensorYRes = property(lib_mvIMPACT_acquire.InfoBlueDevice_sensorYRes_get, doc=)
 An integer property (read-only) containing the vertical resolution of the camera sensor.
 
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

A more specific class to query information about a mvBlueDevice device and its driver(Device specific interface layout only).

This class contains a collection of properties providing various information about a mvBlueDevice device and its driver.

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,
pDev )

Constructs a new mvIMPACT.acquire.InfoBlueDevice object.

Parameters
pDev[in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object.

Reimplemented from Info.

Reimplemented in InfoBlueCOUGAR, and InfoBlueFOX.

Property Documentation

◆ sensorColorMode

sensorColorMode = property(lib_mvIMPACT_acquire.InfoBlueDevice_sensorColorMode_get, doc=)
static

An enumerated integer property (read-only) containing the type of the sensor (color/mono/...)(if known).

Valid values for this property may be: mvIMPACT.acquire.iscmUnknown, mvIMPACT.acquire.iscmMono, mvIMPACT.acquire.iscmBayer, mvIMPACT.acquire.iscmColor, mvIMPACT.acquire.iscmNIR.

Note
If nothing is known about this feature, this property will contain mvIMPACT.acquire.iscmUnknown.

If the device has more than one sensor head, and all these sensor heads can be accessed using the current interface, this property will contain as many values as the devices offers sensor heads.

◆ sensorType

sensorType = property(lib_mvIMPACT_acquire.InfoBlueDevice_sensorType_get, doc=)
static

An enumerated integer property (read-only) containing the type of sensor chip of the camera (if known).

Valid values for this property may be: mvIMPACT.acquire.istUnknown, mvIMPACT.acquire.istCCD, mvIMPACT.acquire.istCMOS.

This usually will either be mvIMPACT.acquire.istCCD or mvIMPACT.acquire.istCMOS.

If the device has more than one sensor head, and all these sensor heads can be accessed using the current interface, this property will contain as many values as the devices offers sensor heads.

◆ sensorXRes

sensorXRes = property(lib_mvIMPACT_acquire.InfoBlueDevice_sensorXRes_get, doc=)
static

An integer property (read-only) containing the horizontal resolution of the camera sensor.

If the device has more than one sensor head, and all these sensor heads can be accessed using the current interface, this property will contain as many values as the devices offers sensor heads.

◆ sensorYRes

sensorYRes = property(lib_mvIMPACT_acquire.InfoBlueDevice_sensorYRes_get, doc=)
static

An integer property (read-only) containing the vertical resolution of the camera sensor.

If the device has more than one sensor head, and all these sensor heads can be accessed using the current interface, this property will contain as many values as the devices offers sensor heads.

◆ thisown

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