Reads or sets the distance, in mm, relative to the camera defined origin of the Z axis, which corresponds to a pixel value of 0. Used when generating range images. The default is 0.0.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax
Property Value
Type: DoubleDefines a distance, in mm, relative camera defined origin of the Z axis, which corresponds to a pixel value of 0.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: SfZOffset |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the supplied value is less than ZOffsetMin or greater than ZOffsetMax. |
See Also