A voir également:
- Webcam Hercules Classic Link Debian Lenny
- Telecharger webcam - Télécharger - TV & Vidéo
- Classic shell windows 11 - Télécharger - Personnalisation
- Utiliser iphone comme webcam - Guide
- Ma webcam ne fonctionne pas - Guide
- Pilote webcam logitech - Télécharger - Pilotes & Matériel
4 réponses
Finalement, la réponse est ici pour cette webcam:
http://forum.ubuntu-fr.org/viewtop [...] 259275&p=1
(merci à ludo971)
http://forum.ubuntu-fr.org/viewtop [...] 259275&p=1
(merci à ludo971)
Un peu de nouveau :
En lisant le README (http://moinejf.free.fr/gspca_README.txt) un peu plus en détail (oui j'ai honte, j'avais pas tout vu), il faut compiler libv4l et l'installer :
Code:
# cd v4l2-apps/libv4l
# l
total 84
-rw-r--r-- 1 root root 18476 jui 28 12:21 ChangeLog
-rw-r--r-- 1 root root 26431 jui 28 12:21 COPYING.LIB
drwxr-xr-x 2 root root 4096 jui 31 16:40 include
drwxr-xr-x 2 root root 4096 jui 31 16:40 libv4l1
drwxr-xr-x 2 root root 4096 jui 31 16:40 libv4l2
drwxr-xr-x 4 root root 4096 jui 31 16:40 libv4lconvert
-rw-r--r-- 1 root root 608 jui 28 12:21 Makefile
-rw-r--r-- 1 root root 6798 jui 28 12:21 README
-rw-r--r-- 1 root root 520 jui 28 12:21 README.multi-threading
-rw-r--r-- 1 root root 629 jui 28 12:21 TODO
# make
# make install
Ensuite pour lancer une appli :
Code:
# export LD_LIBRARY_PATH=/usr/local/lib/
# export LD_PRELOAD=/usr/local/lib/libv4l/v4l1compat.so
# <application>
Exemple :
Code:
# webcam
reading config file: /root/.webcamrc
video4linux webcam v1.5 - (c) 1998-2002 Gerd Knorr
grabber config:
size 640x480 [none]
input pac7311, norm (null), jpeg quality 75
rotate=0, top=0, left=0, bottom=480, right=640
libv4l2: error turning on stream: Input/output error
v4l2: read: Input/output error
capturing image failed
Les chemins exportés sont bons :
Code:
# l -d /usr/local/lib/
drwxrwsr-x 6 root staff 4096 jui 31 16:42 /usr/local/lib/
# l /usr/local/lib/libv4l/v4l1compat.so
-rwxr-xr-x 1 root staff 11006 jui 31 16:42 /usr/local/lib/libv4l/v4l1compat.so
J'avance petit à petit
En lisant le README (http://moinejf.free.fr/gspca_README.txt) un peu plus en détail (oui j'ai honte, j'avais pas tout vu), il faut compiler libv4l et l'installer :
Code:
# cd v4l2-apps/libv4l
# l
total 84
-rw-r--r-- 1 root root 18476 jui 28 12:21 ChangeLog
-rw-r--r-- 1 root root 26431 jui 28 12:21 COPYING.LIB
drwxr-xr-x 2 root root 4096 jui 31 16:40 include
drwxr-xr-x 2 root root 4096 jui 31 16:40 libv4l1
drwxr-xr-x 2 root root 4096 jui 31 16:40 libv4l2
drwxr-xr-x 4 root root 4096 jui 31 16:40 libv4lconvert
-rw-r--r-- 1 root root 608 jui 28 12:21 Makefile
-rw-r--r-- 1 root root 6798 jui 28 12:21 README
-rw-r--r-- 1 root root 520 jui 28 12:21 README.multi-threading
-rw-r--r-- 1 root root 629 jui 28 12:21 TODO
# make
# make install
Ensuite pour lancer une appli :
Code:
# export LD_LIBRARY_PATH=/usr/local/lib/
# export LD_PRELOAD=/usr/local/lib/libv4l/v4l1compat.so
# <application>
Exemple :
Code:
# webcam
reading config file: /root/.webcamrc
video4linux webcam v1.5 - (c) 1998-2002 Gerd Knorr
grabber config:
size 640x480 [none]
input pac7311, norm (null), jpeg quality 75
rotate=0, top=0, left=0, bottom=480, right=640
libv4l2: error turning on stream: Input/output error
v4l2: read: Input/output error
capturing image failed
Les chemins exportés sont bons :
Code:
# l -d /usr/local/lib/
drwxrwsr-x 6 root staff 4096 jui 31 16:42 /usr/local/lib/
# l /usr/local/lib/libv4l/v4l1compat.so
-rwxr-xr-x 1 root staff 11006 jui 31 16:42 /usr/local/lib/libv4l/v4l1compat.so
J'avance petit à petit