[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Résolu] Re: Webcam labtec



Cela veut donc dire que je peux diffuser de la video sur mon site grace a 
cela??? En streaming??

Le Dimanche 08 Mai 2005 11:25, François Boisson a écrit :
> Le Mon, 2 May 2005 16:27:54 +0200
> Maladrie Julien <julien.maladrie@free.fr> (m'excusera pour le doublon de
>
> réception)  a écrit:
> > Voila.. :)
> >
> > Le module a correctement été installé.... (honnetement je ne sais pas
> > pourquoi...) peut etre du a la grosse mise a jour de ce matin....
> > La webcam a correctement été reconnue lors de la configuration de
> > gnomemeeting... Donc tout cela semble reglé....
> > Connaissez vous un programme pour capturer les images avec une
> > webcam?? Merci
>
> #!/bin/sh
> DELAI=$1
> while [ 1 -lt 5 ]; do
> {
> cd /tmp
> #if [  $2 -eq 1 ]; then
> #espion_capture_image
> #fi
> vgrabbj -e -p "le %d/%m/%Y vers %H:%m" -f webcam.jpeg
> # date '+Pris à %H:%M:%S le %A %d %B %Y' > /tmp/grep; convert -fill
> # white -draw  'text 10,280 "@/tmp/grep"' capture.pnm webcam.jpeg
> ftp -n cerbere < /etc/wwwcerbere > /dev/null
> sleep $DELAI
> }
> done;
>
>
> avec vgrabbj du paquet du même nom. Pour convertir les images en un
> film, tu peux utiliser jpegtoavi dont j'ai fait un paquet (jpegtoavi)
> sur
> deb http://boisson.homeip.net/woody/ ./
>
> ou
>
> deb http://boisson.homeip.net/sarge/ ./
>
> Tu peux comme ça faire des films en accéléré, c'est assez interessant.
>
>
> François Boisson
>
> PS: /etc/wwwcerbere contient
>
> user francois Monmotdepasse
> cd /var/www
> lcd /tmp
> binary
> put webcam.jpeg
> quit
>
> > Julien
> >
> > Le Lundi 02 Mai 2005 15:30, Jean-Damien Durand a écrit :
> > > L'insertion de spca5xx s'est deroulee ok pour moi, avec videodev en
> > > module(videodev.ko). Mais j'ai pas ton modele de webcam; je ne peux
> > > pas tester.
> > >
> > > May  2 15:19:14 jddportable kernel: usbcore: registered new driver
> > > spca5xx May  2 15:19:14 jddportable kernel:
> > > /tmp/spca5xx-20050501/drivers/usb/spca5xx.c: spca5xx driver 00.56.02
> > > registered
> > >
> > > Regarde encore du cote de videodev, je ne vois que ca pour
> > > l'instant.
> > >
> > > A+, JD.
> > >
> > > On Monday 02 May 2005 15:10, Maladrie Julien wrote:
> > > MJ > >  spca50x: Unknown symbol video_devdata
> > > ./..
> >
> > --
> > http://maladrie.homelinux.org
> >
> > "If you want to travel around the world and be invited to speak |
> > at a lot of different places, just write a Unix operating system."
> >
> > (By Linus Torvalds)

-- 
http://maladrie.homelinux.org

"If you want to travel around the world and be invited to speak |
at a lot of different places, just write a Unix operating system." 

(By Linus Torvalds)



Reply to: