Click or drag to resize

CaptureAssistantSuggestSettings Method

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

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public static IList<Settings> SuggestSettings(
	Camera camera,
	CaptureAssistantSuggestSettingsParameters suggestSettingsParameters
)

Parameters

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

Return Value

Type: IListSettings
List of settings. Capture with Capture(Camera, IEnumerableSettings).
Remarks
See Also