Impact Acquire SDK Python
CameraDescriptionDigital Class Reference

A class to describe a non-standard digital video signal(Device specific interface layout only) (deprecated. More...

Inheritance diagram for CameraDescriptionDigital:
[legend]

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")
 

Detailed Description

A class to describe a non-standard digital video signal(Device specific interface layout only) (deprecated.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

This class provides access to all settings specific for non-standard digital video signals.

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,
* args,
** kwargs )

Reimplemented from CameraDescriptionDigitalBase2.

Property Documentation

◆ frameSync

frameSync = property(lib_mvIMPACT_acquire.CameraDescriptionDigital_frameSync_get, doc=)
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.

Note
Not every value defined by this enumeration will be supported by this property. Check which values are available by reading the properties translation dictionary with the functions mvIMPACT.acquire.PropertyICameraExternalSyncEdge.getTranslationDictString and mvIMPACT.acquire.PropertyICameraExternalSyncEdge.getTranslationDictValue

◆ lineSync

lineSync = property(lib_mvIMPACT_acquire.CameraDescriptionDigital_lineSync_get, doc=)
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.

Note
Not every value defined by this enumeration will be supported by this property. Check which values are available by reading the properties translation dictionary with the functions mvIMPACT.acquire.PropertyICameraExternalSyncEdge.getTranslationDictString and mvIMPACT.acquire.PropertyICameraExternalSyncEdge.getTranslationDictValue

◆ pixelClk

pixelClk = property(lib_mvIMPACT_acquire.CameraDescriptionDigital_pixelClk_get, doc=)
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.

Note
Not every value defined by this enumeration will be supported by this property. Check which values are available by reading the properties translation dictionary with the functions mvIMPACT.acquire.PropertyICameraExternalSyncEdge.getTranslationDictString and mvIMPACT.acquire.PropertyICameraExternalSyncEdge.getTranslationDictValue

◆ thisown

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