Impact Acquire SDK Python
|
An internal base class to describe standard analogue video cameras(Device specific interface layout only) (deprecated. More...
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. | |
An internal base class to describe standard analogue video cameras(Device specific interface layout only) (deprecated.
Instances of this class can't be constructed directly. Use one of the derived types.
__init__ | ( | self, | |
* | args, | ||
** | kwargs ) |
Reimplemented from CameraDescriptionBase.
Reimplemented in CameraDescriptionStandard, and CameraDescriptionNonStandard.
|
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.
|
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.
|
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.
|
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.