Cognex Internal Use Only.
Gets or sets the motion compensation accuracy.
Namespace: Cognex.VisionPro.TrevistaAssembly: Cognex.VisionPro.Trevista (in Cognex.VisionPro.Trevista.dll) Version: 87.1.0.0
Syntax
Property Value
Type: DoubleThe motion compensation accuracy. Must be greater than zero and less than or equal to one. The accuracy of motion compensation increases as this value approaches 1. Default value is 1. This property is ignored if MotionType is None.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | If the object has been disposed. |
| ArgumentOutOfRangeException | The supplied value is either greater than 1, or less than or equal to zero. |
Remarks
This property only supports float value type precision. Up to five decimal places (such as 0.00001) will be maintained. Further precision can be assigned but will be lost due truncation.
See Also