Cog3DHandEyeCalibrationResult MovingCamera3DFromHand3D Property Cognex VisionPro 9.5
Gets the hand-eye transformation for a moving camera/stationary plate calibration. The returned transformation maps points from the robot hand 3D space (Hand3D) to the calibrated camera 3D space (Camera3D).

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

public Cog3DTransformRigid MovingCamera3DFromHand3D { get; }

Property Value

Type: Cog3DTransformRigid
The hand-eye transformation for a moving camera/stationary plate calibration.
Exceptions

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