|
Impact Acquire SDK Python
|
Properties for configuring settings belonging to the mirror filter that processes a certain channel of a captured image. More...
Public Member Functions | |
| __init__ (self, *args, **kwargs) | |
| hObj (self) | |
| Returns a unique identifier for the component collection referenced by this object. | |
| restoreDefault (self) | |
| Restores the default for every component of this collection. | |
Properties | |
| mirrorMode = property(lib_mvIMPACT_acquire.MirrorParameters_mirrorMode_get, doc=) | |
| An enumerated integer property defining the mirror mode to be applied to this channel of the image. | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
Properties for configuring settings belonging to the mirror filter that processes a certain channel of a captured image.
Properties in this class will only have influence on the capture process if mvIMPACT.acquire.ImageProcessing.mirrorOperationMode is set to mvIMPACT.acquire.momChannelBased.
| __init__ | ( | self, | |
| * | args, | ||
| ** | kwargs ) |
|
inherited |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mvIMPACT.acquire.ComponentList.
|
inherited |
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
|
static |
An enumerated integer property defining the mirror mode to be applied to this channel of the image.
Valid values for this property may be: mvIMPACT.acquire.mmOff, mvIMPACT.acquire.mmTopDown, mvIMPACT.acquire.mmLeftRight, mvIMPACT.acquire.mmTopDownAndLeftRight.
|
static |