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. This tool suggests the optimal settings given the capabilities of the current SDK version. There is no guarantee that running this tool on the same scene with a different SDK version will suggest the same settings.
See Also