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 based on its type. If there is no matching type, it will attempt to open the first camera device.

DeviceIndex = 1

Open the camera device according to its index.

SpecificType = 2

Open the camera device based on its exact device type. If no matching type is found, it will return false. On Mac, the camera type cannot be determined.