Public Member Functions | |
int | getCount () |
Trackable | getTrackable (int index) |
Package Functions | |
void | setCMemPtr (long trackingResultCPtr) |
Contains tracked targets information
Definition at line 10 of file TrackingResult.java.
int com.maxst.ar.TrackingResult.getCount | ( | ) |
Get tracking target count. Current version ar engine could not track multi target. That feature will be implemented not so far future.
Definition at line 25 of file TrackingResult.java.
Trackable com.maxst.ar.TrackingResult.getTrackable | ( | int | index | ) |
Get tracking target information
index | target index |
Definition at line 34 of file TrackingResult.java.