Create the camera calibration based on the supplied camera extrinsics.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- cam3DFromPhys3D
- Type: Cognex.VisionPro3D Cog3DTransformRigid
The camera extrinsics. This rigid 3D transform maps points from the physical 3D space (Phys3D) into the camera 3D space (Camera3D).
Return Value
Type: Cog3DCameraCalibrationThe 3D camera calibration composed of the camera intrinsics in this result, and the supplied camera extrinsics.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the input argument is null. |
See Also