A simple camera software developed in python-tkinter
for Raspberry Pi with RPi HQ camera.
git clone https://github.com/HelloWorld7894/CopernicusPi.git
python3 -m pip install Pillow picamera
sudo apt install tix-dev
sudo apt install python3-pil python3-pil.imagetk
This command disables cursor! Don´t use if you don´t have touchscreen attached to pi!
sudoedit /etc/lightdm/lightdm.conf
# Add this to the file:
# xserver-command = X -nocursor
python3 ./src/Main.py