Create a new camera calibration by using the specified
Camera3DFromPhys3D transform.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- newCamera3DFromPhys3D
- Type: Cognex.VisionPro3D Cog3DTransformRigid
The new Camera3DFromPhys3D transform. May not be null.
Return Value
Type: Cog3DCameraCalibrationThe created new camera calibration.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If newCamera3DFromPhys3D is null. |
See Also