Cog3DCameraCalibration ExportToCVLArchive Method Cognex VisionPro
Convert this camera calibration to a cc3DCameraCalib and export to a CVL archive file.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.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. May not be null or empty.
Exceptions

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