Impact Acquire SDK Python
CameraDescriptionStandardBase Class Reference

An internal base class to describe standard analogue video cameras(Device specific interface layout only) (deprecated. More...

Inheritance diagram for CameraDescriptionStandardBase:
[legend]

Public Member Functions

 __init__ (self, *args, **kwargs)
 

Properties

 scanRate_kHz = property(lib_mvIMPACT_acquire.CameraDescriptionStandardBase_scanRate_kHz_get, doc=)
 An integer property containing the scan rate in kHz needed to driver the AD converter of the capture device with to convert the video signal properly.
 
 scanStandard = property(lib_mvIMPACT_acquire.CameraDescriptionStandardBase_scanStandard_get, doc=)
 An enumerated integer property defining the scan standard this camera is compliant with.
 
 startField = property(lib_mvIMPACT_acquire.CameraDescriptionStandardBase_startField_get, doc=)
 An enumerated integer property containing information about the first field transmitted by a camera.
 
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 videoStandard = property(lib_mvIMPACT_acquire.CameraDescriptionStandardBase_videoStandard_get, doc=)
 An enumerated integer property for defining the video standard this camera is compliant with.
 

Detailed Description

An internal base class to describe standard analogue video cameras(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!

Instances of this class can't be constructed directly. Use one of the derived types.

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 )

Property Documentation

◆ scanRate_kHz

scanRate_kHz = property(lib_mvIMPACT_acquire.CameraDescriptionStandardBase_scanRate_kHz_get, doc=)
static

An integer property containing the scan rate in kHz needed to driver the AD converter of the capture device with to convert the video signal properly.

◆ scanStandard

scanStandard = property(lib_mvIMPACT_acquire.CameraDescriptionStandardBase_scanStandard_get, doc=)
static

An enumerated integer property defining the scan standard this camera is compliant with.

Valid values for this property may be: mvIMPACT.acquire.ssITU601, mvIMPACT.acquire.ssSquare, mvIMPACT.acquire.ssUser.

◆ startField

startField = property(lib_mvIMPACT_acquire.CameraDescriptionStandardBase_startField_get, doc=)
static

An enumerated integer property containing information about the first field transmitted by a camera.

A camera might transmit either the odd or the even field of an interlaced video signal first.

Valid values for this property may be: mvIMPACT.acquire.afAuto, mvIMPACT.acquire.afOdd, mvIMPACT.acquire.afEven, mvIMPACT.acquire.afAny.

◆ 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.CameraDescriptionStandardBase_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.