https://github.com/lealex262/magicmirror
https://github.com/lealex262/magicmirror
computer-vision raspberry-pi-3
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lealex262/magicmirror
- Owner: lealex262
- Created: 2017-08-12T20:39:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-18T04:29:53.000Z (almost 9 years ago)
- Last Synced: 2025-05-15T14:47:39.646Z (about 1 year ago)
- Topics: computer-vision, raspberry-pi-3
- Language: Python
- Size: 1.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magic Mirror
Current Capabilities:
* Concurrent GUI and video stream
* Fist gesture recognition to initiate picture countdown on GUI
* Taking a picture -> hosting it on Imgur -> deleting from local storage -> deleting from Imgur after given time period
* Send media or image link to phone number via SMS
Tasks:
* Optimize gesture recognition
* Improve and add more info/visuals on GUI
* Improve the mirror display/frame
Possible Tasks:
* Recognition of more/different gestures
* SMS for multiple phone numbers instead of a single one
Commands:
* Install required dependencies by installing pip then doing *pip install -r requirements.txt --user*
* To update package list, pip install your package then *pip freeze > requirements.txt* or manually adding to the requirements.txt file (recommended)
* To rotate the raspberry pi screen, do 1) *sudo nano /boot/config.txt* OR *sudo vim /boot/config.txt* OR just open up that file, 2) add *display_rotate=1* to the last line of that file, and 3) *sudo reboot*
* To display raspberry pi temperature, run *watch /opt/vc/bin/vcgencmd measure_temp*