Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mp3guy/campi
Small "motion detection" program for the Raspberry Pi with camera module
https://github.com/mp3guy/campi
Last synced: 17 days ago
JSON representation
Small "motion detection" program for the Raspberry Pi with camera module
- Host: GitHub
- URL: https://github.com/mp3guy/campi
- Owner: mp3guy
- Created: 2014-03-07T16:47:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-07T16:56:31.000Z (almost 11 years ago)
- Last Synced: 2024-10-30T03:44:36.574Z (2 months ago)
- Language: C
- Size: 211 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CamPi
=====Small "motion detection" program for the Raspberry Pi with camera module.
Lots of help from [http://thinkrpi.wordpress.com/2013/05/22/opencv-and-camera-board-csi/](http://thinkrpi.wordpress.com/2013/05/22/opencv-and-camera-board-csi/).
Instructions for setup/building are provided in CamPi.pptx.
cam.sh is a bash version of the system using built in tools.
Otherwise, use run.sh to run the program.
RaspiStillYUV.c contains all of the main code, but overall this is just hacked stock Raspi camera module code. The logic is executed in the video\_buffer\_callback method.
Magic numbers for configuration are contained around line 47 of RaspiStillYUV.c, in the // Configuration section.
Requires OpenCV on your Pi.