Cog3DCameraCalibration CloneWithNewCamera3DFromPhys3D Method Cognex VisionPro
Create a new camera calibration by using the specified Camera3DFromPhys3D transform.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax

public Cog3DCameraCalibration CloneWithNewCamera3DFromPhys3D(
	Cog3DTransformRigid newCamera3DFromPhys3D
)

Parameters

newCamera3DFromPhys3D
Type: Cognex.VisionPro3D Cog3DTransformRigid
The new Camera3DFromPhys3D transform. May not be null.

Return Value

Type: Cog3DCameraCalibration
The created new camera calibration.
Exceptions

ExceptionCondition
ArgumentNullException If newCamera3DFromPhys3D is null.
See Also