Remove python stuff to swap over to C++

This commit is contained in:
James H
2022-01-03 11:20:14 +00:00
parent 97adf57e2e
commit 1a0e25bf83
7 changed files with 31 additions and 297 deletions

View File

@@ -1,13 +1,2 @@
# PiCamera
Camera for Raspberry Pi
## How to run
Either:
```
chmod +x ./start.sh
./start.sh
```
Or:
```
python3 src/main.py
```
Camera for Raspberry Pi in C++ :)