Packagecom.myflashlab.air.extensions.ar
Classpublic class ConfigAndroid
InheritanceConfigAndroid Inheritance Object

ConfigAndroid holds Android specific settings you may like to configure before starting the camera. You must access the properties in this class only through _arSettings.android... where _arSettings is an instance of Config class as follow: var _arSettings:Config = new Config();



Public Properties
 PropertyDefined By
  cam2Enabled : Boolean
Get if the wikitude sdk may use the android camera2 api on devices with android version 5.1 or higher.
ConfigAndroid
  camFocusDistanceAndroid : Number
Set the initial camera manual focus distance in %.
ConfigAndroid
  fullscreenMode : Boolean
Indicates that the AR window will be in complete fullscreen.
ConfigAndroid
Property Detail
cam2Enabledproperty
cam2Enabled:Boolean

Get if the wikitude sdk may use the android camera2 api on devices with android version 5.1 or higher. The default value is false.


Implementation
    public function get cam2Enabled():Boolean
    public function set cam2Enabled(value:Boolean):void
camFocusDistanceAndroidproperty 
camFocusDistanceAndroid:Number

Set the initial camera manual focus distance in %. 0 = Shortest distance from frontmost surface of the lens that can be brought into sharp focus. 1 = Infinity Focus. If setting the focus distance is not supported by the camera this value will be internally set to 1.


Implementation
    public function get camFocusDistanceAndroid():Number
    public function set camFocusDistanceAndroid(value:Number):void
fullscreenModeproperty 
fullscreenMode:Boolean

Indicates that the AR window will be in complete fullscreen. Default value is true


Implementation
    public function get fullscreenMode():Boolean
    public function set fullscreenMode(value:Boolean):void