Stream raspberry pi
Stream raspberry pi inventer par moi !Voila le tuto :
1.Activer la pi-camera (et brancher la ):
sudo raspi-config
Aller a 6 Enable Camera ,Enter, puis OUI,OK, et Finish
2.Installer un serveur web :
sudo apt-get install apache2
3.Cree un ficher web (index2):
sudo nano /var/www/html/index2.html
Puis taper dedans :
<!DOCTYPE html>
<html class="no-js" lang="fr">
<head>
<meta http-equiv="refresh" content="0.1" />
<img src="s/pic.jpg"></img>(Pour enregister : Ctrl+X puis Enter)
4.Cree le dossier s :
sudo mkdir /var/www/html/s/
5.Puis demarer la capture :
sudo raspistill --nopreview -w 640 -h 480 -q 5 -o /var/www/html/s/pic.jpg -tl 500 -t 9999999
6.Et enfin aller sur [votre ip]/index2.html:
13.58.149.106/index2.html (pour Internet)
127.0.0.1/index2.html (pour vous le pi)
127.0.0.1/index2.html (pour vous le pi)
[votre ip local]/index2.html (pour le local)
TUTO POUR LINUX (raspbian)
Ce(tte) œuvre est mise à disposition selon les termes de la Licence Creative Commons Attribution - Pas d’Utilisation Commerciale - Partage dans les Mêmes Conditions 4.0 International.