Cog3DCameraCalibration ImportFromCVLArchive Method Cognex VisionPro 9.7
Import a cc3DCameraCalib from a CVL archive file.

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

public static Cog3DCameraCalibration ImportFromCVLArchive(
	string pathOfCVLArchiveFile
)

Parameters

pathOfCVLArchiveFile
Type: System String
The path of the CVL archive file containing the camera calibration. May not be null or empty.

Return Value

Type: Cog3DCameraCalibration
A converted 3D camera calibration.
Exceptions

ExceptionCondition
ArgumentException If the input argument is null or an empty string.
See Also