Click or drag to resize

DetectorCaptureCalibrationBoard Method

Capture calibration board with the given camera

Namespace:  Zivid.NET.Calibration
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public static Frame CaptureCalibrationBoard(
	Camera camera
)

Parameters

camera
Type: Zivid.NETCamera
Camera to be used to capture the calibration board

Return Value

Type: Frame
Remarks
The functionality is to be exclusively used in combination with Zivid verified calibration boards. For further information please visit Zivid help page. This function will perform a relatively slow but high-quality point cloud capture with the given camera. This function is necessary for applications that require very high-accuracy captures, such as in-field verification/correction. The Frame that is returned from this function may be used as input to DetectCalibrationBoard(Frame). You may also use DetectCalibrationBoard(Camera) directly, which will invoke this function under the hood and yield a DetectionResult.
See Also