|
Auterion App SDK
Auterion SDK is a library that can be used by AuterionOS apps to communicate with the system.
|
Interface for interacting with image tracking related systems. More...
Classes | |
| class | auterion::TrackingResult |
| Represents the result of an image tracking operation. More... | |
| class | auterion::TrackingInterface |
| Provides an API to react to tracking related events, and update the current tracking status. More... | |
| struct | auterion::TrackingSelection |
| Represents the tracking selection as received by AMC. More... | |
Enumerations | |
| enum | auterion::TrackingState { UNKNOWN = 0 , INACTIVE = 1 , TRACKING = 2 , DEGRADED = 3 , LOST = 4 } |
| Tracking state enum to represent different tracking states. | |
Functions | |
| std::ostream & | auterion::operator<< (std::ostream &os, const TrackingState &state) |
| Overloaded << operator to stringify the TrackingState enum. | |
Interface for interacting with image tracking related systems.