| DetectorDetectCalibrationBoard Method (Camera) | 
 Detects feature points from a calibration board using the given camera
 
    Namespace: 
   Zivid.NET.Calibration
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
 Syntax
Syntaxpublic static DetectionResult DetectCalibrationBoard(
	Camera camera
)
Public Shared Function DetectCalibrationBoard ( 
	camera As Camera
) As DetectionResult
public:
static DetectionResult^ DetectCalibrationBoard(
	Camera^ camera
)
Parameters
- camera
- Type: Zivid.NETCamera
 Camera to be used to capture the calibration board
Return Value
Type: 
DetectionResult Remarks
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
DetectionResult, such as in-field verification/correction.
 See Also
See Also