http://www.htpcbeginner.com/error-2002-hy000-cant-connect-to-local-mysql-server/


http://blog.cedric.ws/opencv-simple-motion-detection

http://blog.miguelgrinberg.com/post/stream-video-from-the-raspberry-pi-camera-to-web-browsers-even-on-ios-and-android

http://mycoolpizza.blogspot.fr/2013/06/raspberry-pi-faire-du-streaming-dans.html

http://www.framboise314.fr/une-camera-de-surveillance-video-avec-le-raspberry-pi/

Logitech QuickCam Communicate STX et une Microsoft LifeCam Cinema

http://www.epingle.info/?p=2682

http://the-raspberry.com/video-surveillance

http://jacobsalmela.com/raspberry-pi-webcam-using-mjpg-streamer-over-internet/

http://blog.nicolargo.com/2013/05/streaming-depuis-la-raspberry-camera.html

http://www.framboise314.fr/premiere-image-de-la-camera/

http://aidramzi.wordpress.com/2014/05/02/camera-de-surveillance-a-base-dun-raspberry-pi/

http://pi.gbaman.info/?p=150

http://www.framboise314.fr/astrophotographie-avec-le-raspberry-pi/

http://air.imag.fr/index.php/Premier_Pas_avec_le_Raspberry_Pi

 comment faire du streaming avec VLC
 
 ffmpeg
 
 Transmettre un flux vidéo à distance
 
 https://sites.google.com/site/brossolettetechnologies/le-raspberry-pi/transmettre-un-flux-video-a-distance
 
 http://anderson69s.com/2014/06/28/raspberry-pi-picam-camera-de-securite/
 
 omxplayer
 
 fbi - linux framebuffer imageviewer : pour visualier une image en mode console
 
 http://aidramzi.wordpress.com/2014/05/02/camera-de-surveillance-a-base-dun-raspberry-pi/
 
 http://93.93.128.176/forums/viewtopic.php?f=65&t=61039
 
 http://www.epingle.info/?p=2682
 
 
 http://dirtymarmotte.net/surveillance-video-avec-le-raspberry-pi/
 
 
 
 <html>
<head>
<title>PiVid</title>
</head>
<body>
<video controls=”controls” width=”1280″ height=”720″ autoplay=”autoplay” >
<source src=”live.m3u8″ type=”application/x-mpegURL” />
</video>
</body>
</html>

https://sites.google.com/site/brossolettetechnologies/le-raspberry-pi/transmettre-un-flux-video-a-distance


http://anderson69s.com/2014/06/28/raspberry-pi-picam-camera-de-securite/


http://mycoolpizza.blogspot.fr/2013/06/raspberry-pi-faire-du-streaming-dans.html

http://site-coop.net/memo/wakka.php?wiki=RaspiImage

http://www.lo-geek.fr/raspberry-mon-espion-webcam

http://www.generation-linux.fr/index.php?post/2013/03/18/Diffuser-une-webcam-%C3%A0-partir-du-Raspberry-Pi-%28grace-%C3%A0-motion%29

http://framboisepi.fr/installation-dune-webcam-logitech-c270/


sudo apt-get remove motion

./motion -n -c motion-mmalcam.conf

<img src="" alt="logo" title="Retour..."/>

.htaccess
AuthUserFile /home/pi/RPi_Cam_Web_Interface/www/.htpasswd
AuthType Basic
AuthName "Camera Access"

.htpasswd
test:$apr1$vDjEr763$Ymspp/Z8ljAtBjda5EtzW/
guest:$apr1$GCMVj.IS$BYtP0y1xVs7wTftmeeznu1
admin:$apr1$YnOeNxBI$oYbah1QP1rEI1VMP2oHFr0


cd /tmp
sudo apt-get install -y libjpeg62 libjpeg62-dev libavformat53 libavformat-dev libavcodec53 libavcodec-dev libavutil51 libavutil-dev libc6-dev zlib1g-dev libmysqlclient18 libmysqlclient-dev libpq5 libpq-dev
wget https://www.dropbox.com/s/xdfcxm5hu71s97d/motion-mmal.tar.gz
tar zxvf motion-mmal.tar.gz
mv motion /usr/bin/motion
mv motion-mmalcam.conf /etc/motion.conf
