Create a new camera calibration by composing the current Camera3DFromPhys3D transform with the specified Phys3DFromAny3D transform. The value of camera3DFromPhys3D in the new camera calibration object becomes
Camera3DFromPhys3D * phys3DFromAny3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- phys3DFromAny3D
- Type: Cognex.VisionPro3D Cog3DTransformRigid
The transform from a 3D space to the current camera calibration's Phys3D. May not be null.
Return Value
Type: Cog3DCameraCalibrationThe created camera calibration.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If phys3DFromAny3D is null. |
See Also