Create the camera calibration for a stationary camera hand-eye calibration.
The physical 3D space (Phys3D) is the RobotBase 3D space (RobotBase3D).
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 73.0.0.0
Syntax
Return Value
Type: Cog3DCameraCalibrationThe 3D camera calibration composed of the camera intrinsics in this result, and the stationary camera's extrinsics (in RobotBase 3D space).
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | If IsCameraMoving would return true. |
See Also