Impact Acquire SDK Python
|
A class to describe a CameraLink® compliant camera(Device specific interface layout only) (deprecated. More...
Public Member Functions | |
__init__ (self, *args, **kwargs) | |
Properties | |
dataValid = property(lib_mvIMPACT_acquire.CameraDescriptionCameraLink_dataValid_get, doc=) | |
An enumerated integer property defining the way this camera transmits the data valid (DVAL) signal. | |
tapsXGeometry = property(lib_mvIMPACT_acquire.CameraDescriptionCameraLink_tapsXGeometry_get, doc=) | |
An enumerated integer property defining the way this camera transmits the pixel data in X direction. | |
tapsYGeometry = property(lib_mvIMPACT_acquire.CameraDescriptionCameraLink_tapsYGeometry_get, doc=) | |
An enumerated integer property defining the way this camera transmits the pixel data in Y direction. | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
A class to describe a CameraLink® compliant camera(Device specific interface layout only) (deprecated.
This class provides access to all settings specific for CameraLink® compliant cameras.
__init__ | ( | self, | |
* | args, | ||
** | kwargs ) |
Reimplemented from CameraDescriptionDigitalBase2.
|
static |
An enumerated integer property defining the way this camera transmits the data valid (DVAL) signal.
Valid values for this property may be: mvIMPACT.acquire.cldvmActive, mvIMPACT.acquire.cldvmInactive.
|
static |
An enumerated integer property defining the way this camera transmits the pixel data in X direction.
Valid values for this property may be: mvIMPACT.acquire.cltxg1X, mvIMPACT.acquire.cltxg1X2, mvIMPACT.acquire.cltxg2X, mvIMPACT.acquire.cltxg2XE, mvIMPACT.acquire.cltxg2XM, mvIMPACT.acquire.cltxg1X3, mvIMPACT.acquire.cltxg3X, mvIMPACT.acquire.cltxg1X4, mvIMPACT.acquire.cltxg4X, mvIMPACT.acquire.cltxg2X2, mvIMPACT.acquire.cltxg2X2E, mvIMPACT.acquire.cltxg2X2M, mvIMPACT.acquire.cltxg4XE, mvIMPACT.acquire.cltxg1X8, mvIMPACT.acquire.cltxg8X, mvIMPACT.acquire.cltxg4X2, mvIMPACT.acquire.cltxg4X2E.
|
static |
An enumerated integer property defining the way this camera transmits the pixel data in Y direction.
Valid values for this property may be: mvIMPACT.acquire.cltyg1Y, mvIMPACT.acquire.cltyg1Y2, mvIMPACT.acquire.cltyg2YE.
|
static |