| Package | com.myflashlab.air.extensions.ar |
| Class | public class CameraPosition |
| Inheritance | CameraPosition Object |
| Constant | Defined By | ||
|---|---|---|---|
| BACK : int = 2 [static]
The SDK will try to start the back-facing camera, if the back-facing camera is not available the SDK will
use the first available camera. | CameraPosition | ||
| DEFAULT : int = 0 [static]
The first available camera is used, this may be the front, back or external camera. | CameraPosition | ||
| FRONT : int = 1 [static]
The SDK will try to start the front-facing camera, if the front-facing camera is not available the SDK will
use the first available camera. | CameraPosition | ||
| BACK | Constant |
public static const BACK:int = 2The SDK will try to start the back-facing camera, if the back-facing camera is not available the SDK will use the first available camera.
| DEFAULT | Constant |
public static const DEFAULT:int = 0The first available camera is used, this may be the front, back or external camera.
| FRONT | Constant |
public static const FRONT:int = 1The SDK will try to start the front-facing camera, if the front-facing camera is not available the SDK will use the first available camera.