Run health checks on the camera and return a severity report.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntaxpublic CameraHealth CheckHealth()
Public Function CheckHealth As CameraHealth
public:
CameraHealth^ CheckHealth()
Return Value
Type:
CameraHealthThe 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