Enum CameraDeviceFrameSource.CameraDeviceOpenMethod
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
easyar.CameraDeviceOpening method.
public enum CameraDeviceFrameSource.CameraDeviceOpenMethod
Fields
PreferredType = 0Open the camera device according to the camera device type. If there is no matching type, it will try to open the first camera device.
DeviceIndex = 1Open the camera device according to the camera index.
SpecificType = 2Open the camera device according to the exact camera device type. If there is no matching type, it will return false. On Mac, the camera type cannot be identified.