A webcam motion detect and anonymize for Raspberry Pi.
- Python2.7
- SimpleCV
- PySFTP
cd
git clone https://github.com/ChalmersRobotics/crf-webcam.git
cd crf-webcam
- 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
- Install ffi
sudo apt-get install libffi-dev
- Install pysftp
sudo pip install pysftp
mkdir ~/.fonts
cd ~/crf-webcam
cp ethnocentric.ttf ~/.fonts/
cd ~/crf-webcam
cp cam.conf.sample cam.conf
Edit cam.conf, set the parameters
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