Table of Contents

Enum CameraDeviceFrameSource.CameraDeviceOpenMethod

Namespace
easyar
Assembly
EasyAR.Sense.dll

easyar.CameraDeviceOpening method.

public enum CameraDeviceFrameSource.CameraDeviceOpenMethod

Fields

PreferredType = 0

Open 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 = 1

Open the camera device according to the camera index.

SpecificType = 2

Open 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.