Click or drag to resize

CalibratorHasCameraCorrection Method

Check if the camera has an in-field correction written to it

Namespace:  Zivid.NET.Experimental.Calibration
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public static bool HasCameraCorrection(
	Camera camera
)

Parameters

camera
Type: Zivid.NETCamera
The camera to check

Return Value

Type: Boolean
Boolean indicating whether or not the camera has an in-field correction
Remarks
This is false if WriteCameraCorrection(Camera, CameraCorrection) has never been called using this camera. It will also be false after calling ResetCameraCorrection(Camera).
See Also