SuggestSettingsParameters Class |
Namespace: Zivid.NET.CaptureAssistant
The SuggestSettingsParameters type exposes the following members.
Name | Description | |
---|---|---|
SuggestSettingsParameters | Constructor | |
SuggestSettingsParameters(String) | Construct SuggestSettingsParameters by loading from file |
Name | Description | |
---|---|---|
AmbientLightFrequency | Adapt suggested settings to the ambient light frequency. This can be used to avoid artifacts in the point
cloud due to AC powered ambient light being mixed in with the camera's projector light.
Select your power grid frequency. 60 Hz is typically used in Japan, Americas, Taiwan, South Korea, and the
Philippines. 50 Hz is the normal in rest of the world. If ambient light is unproblematic, turn off for
optimal performance.
| |
MaxCaptureTime | Capture time budget. This budget assumes a high-end computer meeting Zivid's recommendations. The actual
capture time may differ, based on your computer's performance and (for Zivid 2 and 2+) your network connection
speed.
|
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 SuggestSettingsParameters 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.) |