Impact Acquire SDK Python
|
A more specific class to query information about a mvBlueDevice device and its driver(Device specific interface layout only). More...
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") | |
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.
__init__ | ( | self, | |
pDev ) |
Constructs a new mvIMPACT.acquire.InfoBlueDevice object.
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.
|
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.
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.
|
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.
|
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.
|
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.
|
static |