Table of Contents

Enum CameraPosition

Namespace
VisioForge.Core.PhotoCapture
Assembly
VisioForge.Core.dll

Specifies the physical position of a camera on a device.

public enum CameraPosition

Fields

Back = 0

The camera is positioned on the back of the device.

Front = 1

The camera is positioned on the front of the device (facing the user).

Unknown = 2

The camera position is unknown or unspecified.