Click or drag to resize

CameraHealth Class

Result of running the camera's health checks. Each check has a `Status` (severity) and a `Value` (the underlying measurement, when available). The `Overall` field aggregates the worst severity across all populated checks. Status values: - OK: Optimal. - Suboptimal: Degraded but functional. - Error: Faulty or out of spec. - Unknown: Check was not performed, or its outcome could not be determined.
Inheritance Hierarchy
SystemObject
  Zivid.NETCameraHealth

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

The CameraHealth type exposes the following members.

Constructors
  NameDescription
Public methodCameraHealth
Constructor
Public methodCameraHealth(String)
Construct CameraHealth by loading from file
Top
Properties
  NameDescription
Public propertyFan
Public propertyInfieldVerification
Public propertyMaxTransferSpeed
Public propertyMemory
Public propertyOverall
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.
Public propertyTemperature
Top
Methods
  NameDescription
Public methodClone
Create a clone (deep copy) of the current instance
Public methodCopyWith
Create a clone (deep copy) of the current instance and invoke delegate on the clone
Public methodStatic memberFromSerialized
Construct a new CameraHealth instance from a previously serialized string
Public methodLoad
Load from the given file
Public methodSave
Save to the given file
Public methodSerialize
Serialize to a string
Public methodToString
Get string representation of the object
(Overrides ObjectToString.)
Top
See Also