discoverpixy
screen_tracking.h
Go to the documentation of this file.
1 /**************************************************************************************************************************************
2 * Project: discoverpixy
3 * Website: https://github.com/t-moe/discoverpixy
4 * Authors: Aaron Schmocker, Timo Lang
5 * Institution: BFH Bern University of Applied Sciences
6 * File: common/app/screen_tracking.h
7 *
8 * Version History:
9 * Date Autor Email SHA Changes
10 * 2015-05-16 timolang@gmail.com e46314b Added Tracking Screen and implemented "Reference Tracking" and "Color Region Selection"
11 *
12 **************************************************************************************************************************************/
13 
14 #include "screen.h"
15 
20 
26 
27 
34 };
35 
41 
48 
void tracking_set_mode(enum Tracking_Implementation impl)
Tracking_Implementation
Pixy's internal tracking implementation.
SCREEN_STRUCT * get_screen_tracking()
Our own tracking PID implementation.