Click or drag to resize

SettingsInfoResolution2D Method (CameraInfo, Settings2D)

Returns the resolution of a 2D frame according to the provided camera information and 2D settings.

Namespace:  Zivid.NET.Experimental
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntax
public static Resolution Resolution2D(
	CameraInfo cameraInfo,
	Settings2D settings
)

Parameters

cameraInfo
Type: Zivid.NETCameraInfo
settings
Type: Zivid.NETSettings2D

Return Value

Type: Resolution
Remarks
If no acquisitions have been specified in the provided settings this function will throw an exception.
See Also