will [Sat, 7 Sep 2024 13:53:14 +0000 (14:53 +0100)]
Added .venv
- removed unused loop.py dependencies
- removed unused files
+ modified .gitignore to not include the calibration image
+ split loop.py into multiple functions
+ camera.py debugging tools
+ fixed persitant issue with scaling in fft.py
+ Keyboard exeption in multithreaded code
+ added main loop function to loop.py
+ added silence error correction in loop.py
will [Mon, 5 Aug 2024 18:01:19 +0000 (19:01 +0100)]
- Added VideoCapture thread class to continuously capture frames
- Built vingette and color lookup table generator
- Tweaks to the looper file (loop.py)