2015年1月6日 星期二

face detation

install simplecv

https://github.com/sightmachine/SimpleCV/blob/develop/doc/HOWTO-Install%20on%20RaspberryPi.rst

install UV4L



出現video 0

範例
https://github.com/leathersole/raspberry-pi-python-sample/blob/master/facesensor/facesensorNoView.py

2015年1月5日 星期一

web server

sudo apt-get install apache2 php5 libapache2-mod-php5

sudo apt-get install mysql-server mysql-client php5-mysql

sudo apt-get install vsftpd



sudo nano /etc/vsftpd.conf

Change anonymous_enable=YES to anonymous_enable=NO, 
Uncomment local_enable=YES 
Uncomment write_enable=YES
then go to the bottom of the file and add force_dot_files=YES


sudo service vsftpd restart