Impact Acquire SDK Python
|
A base class for essential device related settings. More...
Public Member Functions | |
__init__ (self, *args) | |
Properties | |
basedOn = property(lib_mvIMPACT_acquire.BasicDeviceSettings_basedOn_get, doc=) | |
A string property (read-only) containing the name of the setting this setting is based on. | |
imageRequestTimeout_ms = property(lib_mvIMPACT_acquire.BasicDeviceSettings_imageRequestTimeout_ms_get, doc=) | |
An integer property defining the maximum time to wait for an image in ms. | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
A base class for essential device related settings.
This class acts as a base class for essential device related settings. It only contains features that are available for every device.
__init__ | ( | self, | |
* | args ) |
Reimplemented from ComponentCollection.
Reimplemented in BasicDeviceSettingsWithAOI, CameraSettingsBase, CameraSettingsVirtualDevice, CameraSettingsV4L2Device, CameraSettingsBlueDevice, CameraSettingsBlueFOX, CameraSettingsBlueCOUGAR, and CameraSettingsFrameGrabber.
|
static |
A string property (read-only) containing the name of the setting this setting is based on.
|
static |
An integer property defining the maximum time to wait for an image in ms.
When this property is set to 0 the timeout never elapses. If the timeout this property defines elapses the currently processed request will be returned to the user even if no data has been captured so far. The result structure of the request object should be examined in that case. Also this should be considered as an error from the users point of view in which case he should clean up the acquisition queue by calling mvIMPACT.acquire.FunctionInterface.imageRequestReset. Afterwards the capture loop can be restarted.
|
static |