Cog3DCameraCalibrationResult ExportToCVLArchive Method Cognex VisionPro 9.8
Convert this camera calibration result to a cc3DCameraCalibResult and export to a CVL archive file.

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

public void ExportToCVLArchive(
	string pathOfCVLArchiveFile
)

Parameters

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

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