Impact Acquire SDK Python
|
A base class to describe an arbitrary digital camera signal(Device specific interface layout only) (deprecated. More...
Public Member Functions | |
__init__ (self, *args, **kwargs) | |
Properties | |
pixelsPerCycle = property(lib_mvIMPACT_acquire.CameraDescriptionDigitalBase2_pixelsPerCycle_get, doc=) | |
An integer property defining the number of pixels per clock cycle transmitted by this camera. | |
scanMode = property(lib_mvIMPACT_acquire.CameraDescriptionDigitalBase2_scanMode_get, doc=) | |
An enumerated integer property providing information about the sensor of this camera. | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
A base class to describe an arbitrary digital camera signal(Device specific interface layout only) (deprecated.
This class provides access to all settings specific for digital video signals.
__init__ | ( | self, | |
* | args, | ||
** | kwargs ) |
Reimplemented from CameraDescriptionDigitalBase.
Reimplemented in CameraDescriptionCameraLink, and CameraDescriptionDigital.
|
static |
An integer property defining the number of pixels per clock cycle transmitted by this camera.
This corresponds the number of taps used by the camera in the described configuration.
|
static |
An enumerated integer property providing information about the sensor of this camera.
Valid values for this property may be: mvIMPACT.acquire.csmArea, mvIMPACT.acquire.csmLine.
|
static |