Skip to content

qidaneix/happy-lunch-rp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

happy-lunch-rp

妈妈再也不用担心我吃不上午饭了

Project setup

install python3, pip and opencv

# update raspberry pi
sudo rpi-update
# refreshing the repositories
sudo apt-get update
# its wise to keep the system up to date!
# you can skip the following line if you not
# want to update all your software
sudo apt-get upgrade
# installing python3, pip and opencv for it
# see https://www.pyimagesearch.com/2017/09/04/raspbian-stretch-install-opencv-3-python-on-your-raspberry-pi/

install dependence

pip install requests
pip install schedule

check if usb webcam connected

ls -ltrh /dev/video*

run it

source ~/.profile
workon cv
python main.py

About

快乐午餐——树莓派

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages