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
Syntaxpublic static bool HasCameraCorrection(
	Camera camera
)
Public Shared Function HasCameraCorrection ( 
	camera As Camera
) As Boolean
public:
static bool HasCameraCorrection(
	Camera^ camera
)
Parameters
- camera
 - Type: Zivid.NETCamera
The camera to check 
Return Value
Type: 
BooleanBoolean indicating whether or not the camera has an in-field correction
Remarks
See Also