Impact Acquire SDK Python
|
A class describing non-standard video cameras(Device specific interface layout only) (deprecated. More...
Public Member Functions | |
__init__ (self, *args, **kwargs) | |
Properties | |
clampMode = property(lib_mvIMPACT_acquire.CameraDescriptionNonStandard_clampMode_get, doc=) | |
An enumerated integer property defining the clamp mode for this camera description. | |
clampStart_us = property(lib_mvIMPACT_acquire.CameraDescriptionNonStandard_clampStart_us_get, doc=) | |
The clamp start position defines where in each line of the video signal the frame grabber assumes the black level position. | |
fieldGateMode = property(lib_mvIMPACT_acquire.CameraDescriptionNonStandard_fieldGateMode_get, doc=) | |
An enumerated integer property defining the clamp mode for this camera description. | |
fieldGateStart = property(lib_mvIMPACT_acquire.CameraDescriptionNonStandard_fieldGateStart_get, doc=) | |
An integer property defining the start position (in pixel clocks) of the field gate detection area. | |
fieldGateWidth = property(lib_mvIMPACT_acquire.CameraDescriptionNonStandard_fieldGateWidth_get, doc=) | |
An integer property defining the width (in pixel clocks) of the field gate detection area. | |
HDOutput = property(lib_mvIMPACT_acquire.CameraDescriptionNonStandard_HDOutput_get, doc=) | |
An enumerated integer property defining whether the horizontal sync. | |
lineFrequency_Hz = property(lib_mvIMPACT_acquire.CameraDescriptionNonStandard_lineFrequency_Hz_get, doc=) | |
An integer property containing the line frequency of this camera in Hertz. | |
pixelClockOutput = property(lib_mvIMPACT_acquire.CameraDescriptionNonStandard_pixelClockOutput_get, doc=) | |
An enumerated integer property containing information whether the pixel clock is part of the video signal or not. | |
syncOutput = property(lib_mvIMPACT_acquire.CameraDescriptionNonStandard_syncOutput_get, doc=) | |
An enumerated integer property for RGB cameras containing information where the sync. | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
VDOutput = property(lib_mvIMPACT_acquire.CameraDescriptionNonStandard_VDOutput_get, doc=) | |
An enumerated integer property defining whether the vertical sync. | |
A class describing non-standard video cameras(Device specific interface layout only) (deprecated.
This class can be used to describe a non-standard analogue video camera. A camera considered as non-standard when it is not compliant with one of the defined video standards like e.g. CCIR.
__init__ | ( | self, | |
* | args, | ||
** | kwargs ) |
Reimplemented from CameraDescriptionStandardBase.
|
static |
An enumerated integer property defining the clamp mode for this camera description.
Valid values for this property may be: mvIMPACT.acquire.ecmAuto, mvIMPACT.acquire.ecmUser.
|
static |
The clamp start position defines where in each line of the video signal the frame grabber assumes the black level position.
This will only need modification in very rare cases.
|
static |
An enumerated integer property defining the clamp mode for this camera description.
This defines how the field detection(ODD/EVEN) is done.
Valid values for this property may be: mvIMPACT.acquire.efmAuto, mvIMPACT.acquire.efmUser.
|
static |
An integer property defining the start position (in pixel clocks) of the field gate detection area.
This will only need modification in very rare cases.
|
static |
An integer property defining the width (in pixel clocks) of the field gate detection area.
This will only need modification in very rare cases.
|
static |
An enumerated integer property defining whether the horizontal sync.
information is part of the video signal or transmitted via a separate wire.
Valid values for this property may be: mvIMPACT.acquire.ceseNo, mvIMPACT.acquire.ceseFallingEdge, mvIMPACT.acquire.ceseRisingEdge.
|
static |
An integer property containing the line frequency of this camera in Hertz.
|
static |
An enumerated integer property containing information whether the pixel clock is part of the video signal or not.
Valid values for this property may be: mvIMPACT.acquire.ceseNo, mvIMPACT.acquire.ceseFallingEdge, mvIMPACT.acquire.ceseRisingEdge.
|
static |
An enumerated integer property for RGB cameras containing information where the sync.
information is transmitted.
This can either be within one of the three color components or on a separate wire.
Valid values for this property may be: mvIMPACT.acquire.cesoAuto, mvIMPACT.acquire.cesoRed, mvIMPACT.acquire.cesoGreen, mvIMPACT.acquire.cesoBlue, mvIMPACT.acquire.cesoExtern.
|
static |
|
static |
An enumerated integer property defining whether the vertical sync.
information is part of the video signal or transmitted via a separate wire.
Valid values for this property may be: mvIMPACT.acquire.ceseNo, mvIMPACT.acquire.ceseFallingEdge, mvIMPACT.acquire.ceseRisingEdge.