Skip to content

prozum/track-tv

Repository files navigation

track-tv

Tracks faces to adjust screen orientation

Install Python Version

# Use pip to install pyFirmata 
sudo pip install pyfirmata

# Get source form github and enter source dir
git clone https://github.com/prozum/track-tv.git && cd track-tv

# Run track-tv
python track-tv.py

Install C++ Version

# Get source form github and enter source dir
git clone https://github.com/prozum/track-tv.git && cd track-tv

# Generate ninja files with meson
mkdir build && meson build

# Compile
ninja -C build

# Run track-tv with address of cascade file as first parameter
./build/track-tv <cascade-file>

About

Tracks faces to adjust screen orientation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors