Packagecom.myflashlab.air.extensions.ar
Classpublic class CameraResolution
InheritanceCameraResolution Inheritance 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.



Public Constants
 ConstantDefined 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
Constant Detail
AUTOConstant
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_1920x1080Constant 
public static const FULL_HD_1920x1080:int = 2

HD_1280x720Constant 
public static const HD_1280x720:int = 1

SD_640x480Constant 
public static const SD_640x480:int = 0