Click or drag to resize

CameraHealthOverallOption Enumeration

The aggregated severity across all checks, taking the highest-precedence severity among them. Precedence from highest to lowest is Error, Unknown, Suboptimal, OK: a failing check is the most important to surface, and a check whose outcome could not be determined (Unknown) takes precedence over a Suboptimal one.

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntax
public enum OverallOption
Members
  Member nameValueDescription
OK0
Suboptimal1
Error2
Unknown3
See Also