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. The capture time constraint assumes a computer meeting Zivid's recommended minimum compute power.
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
Ambient light frequency
Public propertyMaxCaptureTime
Capture time budget
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