Class arel.Tracking
Tracking This class defines different constants that are used throughout the code
- Defined in: main.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
Class Detail
arel.Tracking()
Field Detail
<static> <constant>
arel.Tracking.BARCODE_QR
Tracking type Barcode and QR Codes
<static> <constant>
arel.Tracking.GPS
Tracking type GPS
<static> <constant>
arel.Tracking.INSTANT2D
Tracking type Markerless 2D instantly. Meaning, when starting this tracking, the current frame will be used as reference image.
<static> <constant>
arel.Tracking.INSTANT2DG
Tracking type Markerless 2D instantly. Meaning, when starting this tracking, the current frame will be rectified based on
the device's accelerometer and will be used as reference image
<static> <constant>
arel.Tracking.INSTANT2DGE
Tracking type Markerless 2D instantly. Meaning, when starting this tracking, the current frame will be rectified based on
the device's accelerometer and will be used as reference image. Once the image is lost from view, based on the accelometer, it is tried
to extrapolate the 3D objects position.
<static> <constant>
arel.Tracking.INSTANT3D
Tracking type Markerless 3D instantly. After a short initialization, the current environment is instantly tracked 3D and the point map is being extended
(aka SLAM).
<static> <constant>
arel.Tracking.LLA_MARKER
Tracking type LLA Marker
<static> <constant>
arel.Tracking.MARKER
Tracking type ID Marker tracking
<static> <constant>
arel.Tracking.MARKERLESS_2D
Tracking type Markerless 2D Tracking aka Imagetracking
<static> <constant>
arel.Tracking.MARKERLESS_3D
Tracking type Markerless 3D Tracking
<static> <constant>
arel.Tracking.Orientation
Tracking configuration for Orientation
<static> <constant>
arel.Tracking.OTHER
Tracking type Other fallback
<static> <constant>
arel.Tracking.STATE_EXTRAPOLATED
The coordinateSystem is currently not tracking, however the attached models are still visible due to smoothing.
<static> <constant>
arel.Tracking.STATE_NOTTRACKING
The coordinateSystem is currently not tracking. This can be used to determine a coordinateSystem as lost.
<static> <constant>
arel.Tracking.STATE_TRACKING
The coordinateSystem is currently tracking. This can be used to determine a coordinateSystem as detected.