Package | com.myflashlab.air.extensions.ar |
Class | public class CameraResolution |
Inheritance | CameraResolution Object |
CameraResolution can be used to define which resolution the camera should use for the preview. The Wikitude SDK will try to find and use the resolution closest to the specified one.
Constant | Defined By | ||
---|---|---|---|
AUTO : int = 3 [static]
In the AUTO mode the Wikitude SDK will automatically choose the camera resolution based on the device it
is running on. | CameraResolution | ||
FULL_HD_1920x1080 : int = 2 [static] | CameraResolution | ||
HD_1280x720 : int = 1 [static] | CameraResolution | ||
SD_640x480 : int = 0 [static] | CameraResolution |
AUTO | Constant |
public static const AUTO:int = 3
In the AUTO mode the Wikitude SDK will automatically choose the camera resolution based on the device it is running on.
FULL_HD_1920x1080 | Constant |
public static const FULL_HD_1920x1080:int = 2
HD_1280x720 | Constant |
public static const HD_1280x720:int = 1
SD_640x480 | Constant |
public static const SD_640x480:int = 0