Cog3DHandEyeCalibrationResult RobotBase3DFromStationaryCamera3D Property Cognex VisionPro
Gets the transformation from Camera3D to RobotBase3D for a stationary camera/moving plate calibration. The returned transformation maps points from the calibrated camera 3D space to robot base 3D space.

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

public Cog3DTransformRigid RobotBase3DFromStationaryCamera3D { get; }

Property Value

Type: Cog3DTransformRigid
The transformation from Camera3D to RobotBase3D for a stationary camera/moving plate calibration.
Exceptions

ExceptionCondition
InvalidOperationException If this is a moving camera calibration.
See Also