Impact Acquire SDK Python
CameraDescriptionSDI Class Reference

A base class to describe an SDI(Serial Digital Interface) camera signal (Device specific interface layout only) (deprecated. More...

Inheritance diagram for CameraDescriptionSDI:
[legend]

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.
 

Detailed Description

A base class to describe an SDI(Serial Digital Interface) camera 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 SDI 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 CameraDescriptionDigitalBase.

Property Documentation

◆ thisown

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

◆ videoStandard

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