First implementation of Camera to replace disp

This commit is contained in:
Grant Sanderson
2016-02-23 22:29:32 -08:00
parent 19e3c7f849
commit c4c342c406
5 changed files with 419 additions and 269 deletions

View File

@ -84,6 +84,8 @@ MAX_LEN_FOR_HUGE_TEX_FONT = 25
LOGO_PATH = os.path.join(IMAGE_DIR, "logo.png")
FFMPEG_BIN = "ffmpeg"
### Colors ###