Create the camera calibration for a stationary camera hand-eye calibration
at the supplied robot hand pose.
The physical 3D (Phys3D) space is the Hand 3D space (Hand3D).
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.1.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 stationary 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 true. |
See Also