CameraHealth Class |
Namespace: Zivid.NET
The CameraHealth type exposes the following members.
| Name | Description | |
|---|---|---|
| CameraHealth | Constructor | |
| CameraHealth(String) | Construct CameraHealth by loading from file |
| Name | Description | |
|---|---|---|
| Fan | ||
| InfieldVerification | ||
| MaxTransferSpeed | ||
| Memory | ||
| Overall | 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.
| |
| Temperature |
| Name | Description | |
|---|---|---|
| Clone | Create a clone (deep copy) of the current instance | |
| CopyWith | Create a clone (deep copy) of the current instance and invoke delegate on the clone | |
| FromSerialized | Construct a new CameraHealth instance from a previously serialized string | |
| Load | Load from the given file | |
| Save | Save to the given file | |
| Serialize | Serialize to a string | |
| ToString | Get string representation of the object (Overrides ObjectToString.) |