Impact Acquire SDK Python
|
Category that contains features to control the frame averaging engine. More...
Public Member Functions | |
__init__ (self, *args) | |
Constructs a new mvIMPACT.acquire.mvFrameAverageControl object. | |
Properties | |
mvFrameAverageDynamicMode = property(lib_mvIMPACT_acquire.mvFrameAverageControl_mvFrameAverageDynamicMode_get, doc=) | |
An enumerated integer property. | |
mvFrameAverageEnable = property(lib_mvIMPACT_acquire.mvFrameAverageControl_mvFrameAverageEnable_get, doc=) | |
A boolean property. | |
mvFrameAverageFrameCount = property(lib_mvIMPACT_acquire.mvFrameAverageControl_mvFrameAverageFrameCount_get, doc=) | |
An integer property. | |
mvFrameAverageMode = property(lib_mvIMPACT_acquire.mvFrameAverageControl_mvFrameAverageMode_get, doc=) | |
An enumerated integer property. | |
mvFrameAverageNoiseGain = property(lib_mvIMPACT_acquire.mvFrameAverageControl_mvFrameAverageNoiseGain_get, doc=) | |
An integer property. | |
mvFrameAverageNoiseLimit = property(lib_mvIMPACT_acquire.mvFrameAverageControl_mvFrameAverageNoiseLimit_get, doc=) | |
An integer property. | |
mvFrameAverageSlope = property(lib_mvIMPACT_acquire.mvFrameAverageControl_mvFrameAverageSlope_get, doc=) | |
An integer property. | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
Category that contains features to control the frame averaging engine.
A category that contains features to control the frame averaging engine.
__init__ | ( | self, | |
* | args ) |
Constructs a new mvIMPACT.acquire.mvFrameAverageControl object.
pDev | [in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object. |
settingName | [in] The name of the driver internal setting to access with this instance. A list of valid setting names can be obtained by a call to mvIMPACT.acquire.FunctionInterface.getAvailableSettings, new settings can be created with the function mvIMPACT.acquire.FunctionInterface.createSetting |
Reimplemented from ComponentCollection.
|
static |
An enumerated integer property.
Sets the frame average dynamic operating mode.
Sets the frame average dynamic operating mode.
The following string values might be valid for this feature:
|
static |
A boolean property.
Enables the frame averaging engine.
Enables the frame averaging engine.
|
static |
An integer property.
Here you specify the frame count used for the calculation of the frame average.
Here you specify the frame count used for the calculation of the frame average.
|
static |
An enumerated integer property.
Sets the frame average operating mode.
Sets the frame average operating mode.
The following string values might be valid for this feature:
|
static |
An integer property.
Here you specify the noise border for very bright pictures.
Here you specify the noise border for very bright pictures.
|
static |
An integer property.
Here you specify the noise limit for very bright pictures.
Here you specify the noise limit for very bright pictures.
|
static |
An integer property.
Here you specify the noise border for very dark pictures.
Here you specify the noise border for very dark pictures.
|
static |