Skip to content

HtwoO/piMotionDetectionCam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

piMotionDetectionCam

A simple motion detection camera program running over the raspberry pi.

###Prerequisite Install the following python packages on Raspbian first.

sudo apt-get install python3-picamera python3-pil python3-pip

Install qiniu with the following command:

pip3 install qiniu

Signup for a QiNiu Cloud Storage(七牛云存储) account. Fill in the appropriate field in the file credentials.py with your own QiNiu service information.

QINIU_ACCESS_KEY = ''
QINIU_SECRET_KEY = ''
QINIU_BUCKET_NAME = ''

###Run the program

python3 piMotionDetectionCam.py

About

A simple motion detection camera program running over the raspberry pi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages