Package | com.transmote.flar.source |
Interface | public interface IFLARSource |
Implementors | FLARCameraSource, FLARLoaderSource, FLARProxy |
Property | Defined by | ||
---|---|---|---|
inited : Boolean [read-only]
returns true if initialization is complete.
| IFLARSource | ||
mirrored : Boolean
set to true to flip the camera image horizontally.
| IFLARSource | ||
resultsToDisplayRatio : Number [read-only]
ratio of area of reported results to display size.
| IFLARSource | ||
source : BitmapData [read-only]
retrieve the BitmapData source used for analysis.
| IFLARSource | ||
sourceSize : Rectangle [read-only]
size of BitmapData source used for analysis.
| IFLARSource |
Method | Defined by | ||
---|---|---|---|
update():void
update the BitmapData source.
| IFLARSource |
inited | property |
inited:Boolean
[read-only]returns true if initialization is complete.
Implementation public function get inited():Boolean
mirrored | property |
mirrored:Boolean
[read-write]set to true to flip the camera image horizontally.
Implementation public function get mirrored():Boolean
public function set mirrored(value:Boolean):void
resultsToDisplayRatio | property |
resultsToDisplayRatio:Number
[read-only]ratio of area of reported results to display size. used to scale results of FLARToolkit analysis to correctly fit display area.
Implementation public function get resultsToDisplayRatio():Number
source | property |
source:BitmapData
[read-only]retrieve the BitmapData source used for analysis. NOTE: returns the actual BitmapData object, not a clone.
Implementation public function get source():BitmapData
sourceSize | property |
sourceSize:Rectangle
[read-only]size of BitmapData source used for analysis.
Implementation public function get sourceSize():Rectangle
update | () | method |
public function update():void
update the BitmapData source.