PresetsCategories2D Method |
Returns a list of preset categories, where each category contains a list of recommended 2D presets.
A preset category contains a collection of presets optimized for one scenario or use case.
Namespace:
Zivid.NET.Presets
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax public static Category2D[] Categories2D(
CameraInfoModelOption modelOption
)
Public Shared Function Categories2D (
modelOption As CameraInfoModelOption
) As Category2D()
public:
static array<Category2D^>^ Categories2D(
CameraInfoModelOption modelOption
)
Parameters
- modelOption
- Type: Zivid.NETCameraInfoModelOption
Return Value
Type:
Category2DRemarks
The settings might change between different releases of the SDK. New presets might be added and old ones
might be removed. If having the exact same settings is desired, it is recommended to save them to a YML file
and load as needed.
See Also