discoverpixy
Main Page
Modules
Data Structures
Files
File List
Globals
common
app
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
31
enum
Tracking_Implementation
{
32
OUR_TRACKING
,
33
REFERENCE_TRACKING
34
};
35
40
void
tracking_set_mode
(
enum
Tracking_Implementation
impl);
41
47
SCREEN_STRUCT
*
get_screen_tracking
();
48
tracking_set_mode
void tracking_set_mode(enum Tracking_Implementation impl)
Definition:
screen_tracking.c:210
screen.h
Tracking_Implementation
Tracking_Implementation
Definition:
screen_tracking.h:31
REFERENCE_TRACKING
Pixy's internal tracking implementation.
Definition:
screen_tracking.h:33
SCREEN_S
Definition:
screen.h:52
get_screen_tracking
SCREEN_STRUCT * get_screen_tracking()
Definition:
screen_tracking.c:418
OUR_TRACKING
Our own tracking PID implementation.
Definition:
screen_tracking.h:32
Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by
1.8.9.1