Click or drag to resize

AssistantSuggestSettings Method

Finds suggested settings for the current scene based on the SuggestSettingsParameters.

Namespace:  Zivid.NET.CaptureAssistant
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public static Settings SuggestSettings(
	Camera camera,
	SuggestSettingsParameters suggestSettingsParameters
)

Parameters

camera
Type: Zivid.NETCamera
Camera instance
suggestSettingsParameters
Type: Zivid.NET.CaptureAssistantSuggestSettingsParameters
Provides parameters (e.g., max capture time constraint) to the SuggestSettings algorithm.

Return Value

Type: Settings
List of settings. Capture with Capture(Settings).
Remarks
The suggested settings returned from this function should be passed into Capture(Settings) to perform the actual capture.
See Also