|
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
Enum which contains the available tracking implementations
| Enumerator | |
|---|---|
| OUR_TRACKING |
Our own tracking PID implementation. |
| REFERENCE_TRACKING |
Pixy's internal tracking implementation. |
Definition at line 31 of file screen_tracking.h.
| SCREEN_STRUCT* get_screen_tracking | ( | ) |
Returns a pointer to the tracking screen
Definition at line 418 of file screen_tracking.c.
| 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 |
Definition at line 210 of file screen_tracking.c.
1.8.9.1