Skip to content

a simple camera software developed in python-tkinter for Raspberry Pi with RPi HQ camera

License

Notifications You must be signed in to change notification settings

HelloWorld7894/PiCam-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CopernicusPi

Could not load CopernicusPi logo

A simple camera software developed in python-tkinter for Raspberry Pi with RPi HQ camera.

Installation

Clone the repo

git clone https://github.com/HelloWorld7894/CopernicusPi.git

Install required frameworks

python3 -m pip install Pillow picamera

Install required packages

sudo apt install tix-dev
sudo apt install python3-pil python3-pil.imagetk

Modify the lightdm.conf file to hide cursor (optional)

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

Run

python3 ./src/Main.py

About

a simple camera software developed in python-tkinter for Raspberry Pi with RPi HQ camera

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages