Impact Acquire SDK Python
|
A base class to describe an SDI(Serial Digital Interface) camera signal (Device specific interface layout only) (deprecated. More...
Public Member Functions | |
__init__ (self, *args, **kwargs) | |
Properties | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
videoStandard = property(lib_mvIMPACT_acquire.CameraDescriptionSDI_videoStandard_get, doc=) | |
An enumerated integer property for defining the video standard this camera is compliant with. | |
A base class to describe an SDI(Serial Digital Interface) camera signal (Device specific interface layout only) (deprecated.
This class provides access to all settings specific for SDI video signals.
__init__ | ( | self, | |
* | args, | ||
** | kwargs ) |
Reimplemented from CameraDescriptionDigitalBase.
|
static |
|
static |
An enumerated integer property for defining the video standard this camera is compliant with.
Valid values for this property may be: mvIMPACT.acquire.vsCCIR, mvIMPACT.acquire.vsRS170, mvIMPACT.acquire.vsPALBGH, mvIMPACT.acquire.vsNTSCM, mvIMPACT.acquire.vsSDI480i, mvIMPACT.acquire.vsSDI576i, mvIMPACT.acquire.vsSDI720p, mvIMPACT.acquire.vsSDI1080i, mvIMPACT.acquire.vsSDI1080p.