public static interface ImageTarget.OnDistanceBetweenTargetsListener
Modifier and Type | Method and Description |
---|---|
void |
onDistanceBetweenTargetsChanged(int distance,
ImageTarget firstTarget,
ImageTarget secondTarget)
Is called whenever the distance between the ImageTarget this listener is set to and another ImageTarget changes by an amount larger than the threshold.
|
void onDistanceBetweenTargetsChanged(int distance, ImageTarget firstTarget, ImageTarget secondTarget)
ImageTracker.setDistanceChangedThreshold(int)
.distance
- The distance between the ImageTargets in mm.