|
discoverpixy
|
Enumerations | |
| enum | Tracking_Implementation { OUR_TRACKING, REFERENCE_TRACKING } |
Functions | |
| void | tracking_set_mode (enum Tracking_Implementation impl) |
| SCREEN_STRUCT * | get_screen_tracking () |
The Tracking-Screen shows the object-tracking and allows some configuration
| SCREEN_STRUCT* get_screen_tracking | ( | ) |
Returns a pointer to the tracking screen
| void tracking_set_mode | ( | enum Tracking_Implementation | impl | ) |
Sets the current Mode/Tracking Implementation. Call this before using the screen obtained by get_screen_tracking()
| impl | The new mode |
1.8.9.1