Cog3DCameraCalibrator TelecentricPhys3DFromCamera3DZs Property Cognex VisionPro
Gets/sets the approximate cameras' positions with respect to the calibration plate (for telecentric cameras).

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax

public Cog3DScalarCollection TelecentricPhys3DFromCamera3DZs { get; set; }

Property Value

Type: Cog3DScalarCollection
The approximate estimates of the cameras' positions (Z heights in Phys3D). May not be null.
Exceptions

ExceptionCondition
ArgumentNullException If telecentricPhys3DFromCamera3DZs of setter is null.
Remarks

Since the direction of Z axis of Phys3D is out the back of the calibration plate, the Z values of cameras that can see the calibration plate when defining the world coordinate should be negative.
See Also