Je ne l’ai pas fait personnellement, certains sur le forum ont déjà fait des choses dans ce style, recherche les mots clefs vidéo surveillance sur google “personnalisé” debian-fr.org:
google.com/coop/cse?cx=00303 … eiooiloi7c
Sinon quelques pistes:
apt-cache search video streaming webcam
webcam-server - a tool to share webcam streaming in www-browser
apt-cache search webcam server
camstream - collection of tools for webcams and other video-devices
webcam-server - a tool to share webcam streaming in www-browser
motion - V4L capture program supporting motion detection
[code]apt-cache show camstream webcam-server motion
Package: camstream
Description: collection of tools for webcams and other video-devices
CamStream is (going to be) a collection of tools for webcams and other
video-devices, enhancing your Linux system with multimedia video. All written
in C++ and with a GUI frontend. The interface is based on Qt.
.
The aim of this project is build a set of programs for:
- Webcamming, that is saving an image and uploading it to a server at regular
intervals;
- Video conferencing;
- Webcam broadcast (including server);
- Recording movie clips (AVI, Quicktime) from a webcam (and playing them
back);
- Using a webcam as a security camera.
Homepage: http://www.smcc.demon.nl/camstream/
Package: webcam-server
Description: a tool to share webcam streaming in www-browser
webcam_server is a server daemon that can stream frames from any
video4linux device to remote clients running the provided applet
or single frame snapshots running a web browser, you simply have
to point it to localhost:8888
Package: motion
Description: V4L capture program supporting motion detection
Motion is a program that monitors the video signal from
one or more cameras and is able to detect if a significant
part of the picture has changed. Or in other words, it can
detect motion.
.
Motion is a command line based tool. It has no graphical
user interface. Everything is setup either via the
command line or via configuration files.
.
The output from motion can be:
- jpg files
- ppm format files
- mpeg video sequences
.
Also, motion has its own minimalistic web server. Thus,
you can access the webcam output from motion via a browser.
Homepage: http://motion.sf.net
[/code]