Cog3DHandEyeCalibrationResult CreateCameraCalib Method Cognex VisionPro 9.8
Create the camera calibration based on the supplied camera extrinsics.

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

public Cog3DCameraCalibration CreateCameraCalib(
	Cog3DTransformRigid cam3DFromPhys3D
)

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: Cog3DCameraCalibration
The 3D camera calibration composed of the camera intrinsics in this result, and the supplied camera extrinsics.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also