Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 672 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 672 Bytes

stream_overlay

For twitch stream overlays with player score updating

Includes code for scoreboard UI, overlay for OBS, and backend server processing.

Needed dependencies to be installed: sudo pip install PyAutoGUI
sudo pip install Pillow --upgrade
sudo pip install -U flask-cors
sudo pip install opencv-python
sudo pip install requests

#Pi Reader Instructions:

Go to terminal and type: sudo raspi-config Enable SPI under config menu

Install following packages:
sudo pip install mfrc522
sudo pip install RPi.GPIO
sudo pip install python-http-client

Add python run path to /etc/profile to run script on start up