CameraDeviceFrameSource.CameraDeviceOpenMethod Enum¶
Description¶
Open method of CameraDevice .
Constant |
Value |
Description |
|---|---|---|
PreferredType |
0 |
Opens a camera by camera device type. If no camera is matched, the first camera will be used. |
DeviceIndex |
1 |
Opens a camera by index. |
SpecificType |
2 |
Opens a camera by specific camera device type. If no camera is matched, false will be returned. On Mac, camera device types can not be distinguished. |