text:text-webcam-server-fr
Differences
This shows you the differences between two versions of the page.
| — | text:text-webcam-server-fr [2021/11/09 16:34] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Texte WebCam sur Server ====== | ||
| + | [[: | ||
| + | [[: | ||
| + | * [[: | ||
| + | [[: | ||
| + | \\ | ||
| + | |||
| + | |||
| + | |||
| + | =====Introduction===== | ||
| + | La WebCam sur Serveur fournit les images capturées à tous les clients connectés..\\ | ||
| + | Clients pris en charge : | ||
| + | * __**[[: | ||
| + | * __**[[: | ||
| + | L' | ||
| + | |||
| + | \\ | ||
| + | |||
| + | =====Configuration===== | ||
| + | |||
| + | ====Objet Texte==== | ||
| + | {{: | ||
| + | |||
| + | * Le rafraîchissement doit être remis à zéro. | ||
| + | * L' | ||
| + | * La nouvelle image capturée sera recherchée dans le __**[[: | ||
| + | |||
| + | \\ | ||
| + | |||
| + | ====Action==== | ||
| + | {{: | ||
| + | L' | ||
| + | L' | ||
| + | |||
| + | \\ | ||
| + | |||
| + | ====Contrôle d' | ||
| + | {{: | ||
| + | Cette action sera appelée chaque seconde, corrigée, avec l' | ||
| + | |||
| + | \\ | ||
| + | |||
| + | ====Capture Script==== | ||
| + | Le script doit fournir une image au format JPEG et doit être le plus petit possible et ** doit être inférieur à 100kB**.\\ | ||
| + | ===Mac OS X=== | ||
| + | L' | ||
| + | <code bash> | ||
| + | #!/bin/bash | ||
| + | echo " | ||
| + | / | ||
| + | mv / | ||
| + | </ | ||
| + | Explication des lignes: | ||
| + | - L' | ||
| + | - Le message terminal | ||
| + | - Un appel au programme ** wacaw ** pour capturer une nouvelle image | ||
| + | - déplace l' | ||
| + | |||
| + | |||
| + | ===Linux=== | ||
| + | <code bash> | ||
| + | #!/bin/bash | ||
| + | picfile="/ | ||
| + | tmpfile="/ | ||
| + | device="/ | ||
| + | |||
| + | echo " | ||
| + | |||
| + | avconv -f video4linux2 -i " | ||
| + | mv " | ||
| + | </ | ||
| + | |||
| + | ===Windows=== | ||
| + | * Exemple avec tous les fichiers et programmes nécessaires: | ||