https://github.com/waveform80/picamera_demos
A set of little demos for the picamera library
https://github.com/waveform80/picamera_demos
python raspberry-pi raspberry-pi-camera
Last synced: 6 months ago
JSON representation
A set of little demos for the picamera library
- Host: GitHub
- URL: https://github.com/waveform80/picamera_demos
- Owner: waveform80
- Created: 2016-01-07T09:38:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T12:23:34.000Z (about 5 years ago)
- Last Synced: 2024-12-20T04:34:25.920Z (6 months ago)
- Topics: python, raspberry-pi, raspberry-pi-camera
- Language: Python
- Size: 3.91 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
==============
Picamera Demos
==============This repository contains a selection of scripts for use with the `picamera`_
library. These scripts were considered a bit long for inclusion in the
documentation (at the time of writing), and were previously stuck in various
gists which weren't easy to locate online.The contents of the repository currently includes:
color_detect.py
A simple script which tries to work out what color it can see in the center
of the camera's preview.gesture_detect.py
A script which detects rudimentary hand motions in front of the camera;
left, right, up, and down or combinations of the above.motion_detect.py
The simplest motion detector which triggers when enough motion estimation
vectors exceed a set threshold.speed_detect.py
A demonstration of calculating "speed" (in pixels/frame) of objects in the
field of view... _picamera: https://picamera.readthedocs.org/
License
=======The contents of the picamera demos repository are public domain; I waive any
interest or copyright over the contents.