Skip to content

sfxsfl/RaspberrySurveillance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RaspberrySurveillance

Surveillance system designed for Raspberry PI. Check out this blog post for more information: http://bjurr.se/dummy-camera-made-smart-with-raspberry-pi/

It is a web interface that can:

  • Show snapshot of camera
  • Setup motion triggering
  • Start and stop motion triggering
  • Save captured videos to disk
  • Save captured videos to Webdav

Screenshot of web GUI is available here: https://raw.github.com/tomasbjerre/RaspberrySurveillance/master/doc/software/rbs.png

Camera

This is the hardware used to build the camera:

  • Raspberry Pi Model B 512MB RAM
  • Camera Module for Raspberry Pi
  • WiFi USB Nano
  • OpenBox Sky Case
  • 16GB SD

Cost (approximately): 900 SEK / $135 / 100 £

Install

These instructions are a work in progress!

I have developed this on ArchLinux. I'll be writing instructions as if you are using ArchLinux and you'll have to translate it to your distribution.

Required packages

sudo pacman -S extra/php-apc
sudo pacman -S core/curl
sudo pacman -S bc
sudo pacman -S imagemagick

PHP.ini

There are some extensions needed.

extension="apc.so"
extension="sysvsem.so"

Permission

echo 'SUBSYSTEM=="vchiq",GROUP="video",MODE="0660"' > /etc/udev/rules.d/10-vchiq-permissions.rules
usermod -a -G video [your_username]    
chmod a+rw web/api/motion.json
chmod a+rwx script/monitor.sh
echo "" > web/api/monitor.log
chmod a+rw web/api/monitor.log

About

Surveillance system designed for Raspberry PI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 31.4%
  • JavaScript 26.5%
  • HTML 24.2%
  • PHP 12.4%
  • CSS 5.5%