SettingsDiagnosticsGroup Class |
When Diagnostics is enabled, additional diagnostic data is recorded during capture and included when saving
the frame to a .zdf file. This enables Zivid's Customer Success team to provide better assistance and more
thorough troubleshooting.
Enabling Diagnostics increases the capture time and the RAM usage. It will also increase the size of the
.zdf file. It is recommended to enable Diagnostics only when reporting issues to Zivid's support team.
Inheritance Hierarchy SystemObject
Zivid.NETSettingsDiagnosticsGroup
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public class DiagnosticsGroup
Public Class DiagnosticsGroup
public ref class DiagnosticsGroup
The SettingsDiagnosticsGroup type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Enabled | Enable or disable diagnostics. |
TopMethods
| 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 |
| ToString | Get string representation of the object (Overrides ObjectToString.) |
TopSee Also