Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x1001/Webcam
Raspberry Pi Web Camera
https://github.com/0x1001/Webcam
Last synced: 3 months ago
JSON representation
Raspberry Pi Web Camera
- Host: GitHub
- URL: https://github.com/0x1001/Webcam
- Owner: 0x1001
- License: gpl-2.0
- Created: 2015-02-20T20:00:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-17T21:27:15.000Z (over 8 years ago)
- Last Synced: 2024-06-27T19:54:04.047Z (5 months ago)
- Language: Python
- Homepage:
- Size: 3.72 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raspberry Pi Web Camera
Raspberry Pi Web Camera is web camera build on Raspberry Pi 2 which uses Raspberry Pi Camera.
- Interface via web page
- Motion detection
- Photos and Recordings## Screenshots and Photos
- [Home page]
- [Movements list]
- [Webcam device]## Version
1.2.0## List of third party libraries
- [Picamera]
- [NumPy]
- [Django]
- [Gevent]
- [Simplex]
- [PIL]## Installation
You need to get this repo to your Raspberry Pi by doing:
```sh
$ git clone https://github.com/0x1001/Webcam.git
```
Then run installer:
```sh
$ cd Webcam
$ ./install.sh
```
Activate Raspberry Pi Camera if you haven't done that yet:
```sh
$ sudo raspi-config
```## Starting and Stopping
```sh
$ sudo ./webcam.sh start
``````sh
$ sudo ./webcam.sh stop
```## Change log
- 1.3.0
- Adding exception handling for camera and recordings
- Recordings and photos pages merged together as movements page
- Fixing bug in storage. Occasional OSError
- Adding auto refresh for Live stream page
- 1.2.0
- Change to motion detection algorithm
- Adding images of camera device
- Bug fix: Workaround for memory leak in picamera- 1.1.0
- Adding lock to protect database access
- Bug fix: Photo stream sometimes was None
- Bug fix: Recording memory leak fix- 1.0.0
- Initial version
- Motion detection with video recordings
- Web page interface
- Raspberry PI Camera support## Want to contribute?
Anyone is welcome to contribute to this project :).
Just contact me on Github.## License
GNU GENERAL PUBLIC LICENSE
[Home page]:https://raw.githubusercontent.com/0x1001/Webcam/master/screenshots/home.png
[Movements list]:https://raw.githubusercontent.com/0x1001/Webcam/master/screenshots/movements.png
[Webcam device]:https://raw.githubusercontent.com/0x1001/Webcam/master/screenshots/IMG_20150426_144456.jpg[Picamera]:http://picamera.readthedocs.org/
[NumPy]:http://www.numpy.org/
[Django]:https://www.djangoproject.com/
[Gevent]:http://gevent.org/
[Simplex]:https://bootswatch.com/simplex/
[PIL]:http://www.pythonware.com/products/pil/