Package | com.myflashlab.air.extensions.ar |
Class | public class ConfigAndroid |
Inheritance | ConfigAndroid Object |
_arSettings.android...
where
_arSettings is an instance of Config
class as follow:
var _arSettings:Config = new Config();
Property | Defined 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 |
cam2Enabled | property |
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.
public function get cam2Enabled():Boolean
public function set cam2Enabled(value:Boolean):void
camFocusDistanceAndroid | property |
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.
public function get camFocusDistanceAndroid():Number
public function set camFocusDistanceAndroid(value:Number):void
fullscreenMode | property |
fullscreenMode:Boolean
Indicates that the AR window will be in complete fullscreen. Default value is true
public function get fullscreenMode():Boolean
public function set fullscreenMode(value:Boolean):void