Skip to content

ChalmersRobotics/crf-webcam

Repository files navigation

CRF-Webcam

A webcam motion detect and anonymize for Raspberry Pi.

Requirements

  • Python2.7
  • SimpleCV
  • PySFTP

Install

Download this repo

cd
git clone https://github.com/ChalmersRobotics/crf-webcam.git
cd crf-webcam

SimpleCV

  • Install deps
sudo apt-get install ipython python-opencv python-scipy python-numpy python-setuptools python-pip
  • Install svgwrite
sudo pip install svgwrite
cd
git clone git://github.com/sightmachine/SimpleCV.git
cd SimpleCV
sudo python setup.py develop

pysftp

  • Install ffi
sudo apt-get install libffi-dev
  • Install pysftp
sudo pip install pysftp

Font

mkdir ~/.fonts
cd ~/crf-webcam
cp ethnocentric.ttf ~/.fonts/

Configure

cd ~/crf-webcam
cp cam.conf.sample cam.conf

Edit cam.conf, set the parameters

LSB Init

Copy crf-webcam (LSB Init) to your init.d, make sure it's runable.

cd /etc/init.d/
sudo ln -s /home/pi/crf-webcam/crf-webcam

Make it start up with the computer

sudo update-rc.d crf-webcam defaults

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published