Click or drag to resize

CameraCheckHealth Method

Run health checks on the camera and return a severity report.

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntax
public CameraHealth CheckHealth()

Return Value

Type: CameraHealth
The current health check report.
Remarks
The returned CameraHealth contains an aggregated Overall severity, along with the severity of each individual check (link, temperatures, fan, memory and infield verification). Each check uses the four-level severity scale `Ok`, `Suboptimal`, `Error`, `Unknown`. The `Overall` value is the worst severity across all populated checks. `CheckHealth` will throw an exception if the camera status (see Status) is not "connected".
See Also