Create the camera calibration for a moving camera hand-eye calibration,
at the supplied robot hand pose.
The physical 3D space (Phys3D) is the RobotBase 3D space (RobotBase3D).
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 69.0.0.0
Syntax
Parameters
- robotBase3DFromHand3D
- Type: Cognex.VisionPro3D Cog3DTransformRigid
The current robot hand pose in RobotBase 3D space (RobotBase3D).
Return Value
Type: Cog3DCameraCalibrationThe 3D camera calibration composed of the camera intrinsics in this result, and the moving camera's extrinsics, derived from the supplied robot hand pose.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the input argument is null. |
| InvalidOperationException | If IsCameraMoving would return false. |
See Also