Click or drag to resize

CalibratorCameraCorrectionTimestamp Method

Get the time at which the camera's in-field correction was created

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

Parameters

camera
Type: Zivid.NETCamera
The camera to check

Return Value

Type: DateTime
A timestamp indicating when the correction was created
Remarks
If HasCameraCorrection(Camera) is false, the returned timestamp will default to beginning of epoch (Jan 1st 1970 UTC).
See Also