Impact Acquire SDK Python
|
A class to describe a non-standard digital video signal(Device specific interface layout only) (deprecated. More...
Public Member Functions | |
__init__ (self, *args, **kwargs) | |
Properties | |
frameSync = property(lib_mvIMPACT_acquire.CameraDescriptionDigital_frameSync_get, doc=) | |
An enumerated integer property defining the edge valid for the frame sync signal of this camera. | |
lineSync = property(lib_mvIMPACT_acquire.CameraDescriptionDigital_lineSync_get, doc=) | |
An enumerated integer property defining the edge valid for the line sync. | |
pixelClk = property(lib_mvIMPACT_acquire.CameraDescriptionDigital_pixelClk_get, doc=) | |
An enumerated integer property defining the edge valid for the pixel clock of this camera. | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
A class to describe a non-standard digital video signal(Device specific interface layout only) (deprecated.
This class provides access to all settings specific for non-standard digital video signals.
__init__ | ( | self, | |
* | args, | ||
** | kwargs ) |
Reimplemented from CameraDescriptionDigitalBase2.
|
static |
An enumerated integer property defining the edge valid for the frame sync signal of this camera.
Valid values for this property may be: mvIMPACT.acquire.ceseNo, mvIMPACT.acquire.ceseFallingEdge, mvIMPACT.acquire.ceseRisingEdge.
|
static |
An enumerated integer property defining the edge valid for the line sync.
of this camera.
Valid values for this property may be: mvIMPACT.acquire.ceseNo, mvIMPACT.acquire.ceseFallingEdge, mvIMPACT.acquire.ceseRisingEdge.
|
static |
An enumerated integer property defining the edge valid for the pixel clock of this camera.
Valid values for this property may be: mvIMPACT.acquire.ceseNo, mvIMPACT.acquire.ceseFallingEdge, mvIMPACT.acquire.ceseRisingEdge.
|
static |