Click or drag to resize

SuggestSettingsParameters Class

Used to specify a constraint on the total capture time for the settings suggested by the Capture Assistant, and optionally specify the ambient light frequency.
Inheritance Hierarchy
SystemObject
  Zivid.NET.CaptureAssistantSuggestSettingsParameters

Namespace:  Zivid.NET.CaptureAssistant
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class SuggestSettingsParameters

The SuggestSettingsParameters type exposes the following members.

Constructors
  NameDescription
Public methodSuggestSettingsParameters
Constructor
Public methodSuggestSettingsParameters(String)
Initializes a new instance of the SuggestSettingsParameters class
Top
Properties
  NameDescription
Public propertyAmbientLightFrequency
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.
Public propertyMaxCaptureTime
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.
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 methodLoad
Public methodSave
Public methodToString
Get string representation of the object
(Overrides ObjectToString.)
Top
See Also