0x1001 / Webcam

Raspberry Pi Web Camera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Version

1.2.0

List of third party libraries

Installation

You need to get this repo to your Raspberry Pi by doing:

$ git clone https://github.com/0x1001/Webcam.git

Then run installer:

$ cd Webcam
$ ./install.sh

Activate Raspberry Pi Camera if you haven't done that yet:

$ sudo raspi-config

Starting and Stopping

$ sudo ./webcam.sh start
$ 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

About

Raspberry Pi Web Camera

License:GNU General Public License v2.0


Languages

Language:Python 80.2%Language:HTML 15.1%Language:Shell 4.5%Language:CSS 0.1%