CameraSelectionStrategy Enumeration#
Syntax#
C#
VB
Members#
| Member name | Value | Description | |
|---|---|---|---|
| FirstFound | 0 | Open the first suitable camera found. | |
| Unambiguous | 1 | If exactly one camera is found, open the camera. If multiple cameras are found, an exception will be thrown. |