discoverpixy
Enumerations | Functions
Tracking (Screen)
Collaboration diagram for Tracking (Screen):

Enumerations

enum  Tracking_Implementation { OUR_TRACKING, REFERENCE_TRACKING }
 

Functions

void tracking_set_mode (enum Tracking_Implementation impl)
 
SCREEN_STRUCTget_screen_tracking ()
 

Detailed Description

The Tracking-Screen shows the object-tracking and allows some configuration

Enumeration Type Documentation

Enum which contains the available tracking implementations

Enumerator
OUR_TRACKING 

Our own tracking PID implementation.

REFERENCE_TRACKING 

Pixy's internal tracking implementation.

Function Documentation

SCREEN_STRUCT* get_screen_tracking ( )

Returns a pointer to the tracking screen

See also
gui_screen_navigate
Returns

Here is the caller graph for this function:

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()

Parameters
implThe new mode

Here is the caller graph for this function: