Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse: vimicro @usb:webcam 26 Treffer , Zuletzt geändert: vor 2 Jahren
3) This is the extra step that I had to do:
<code >sudo gedit /etc/modprobe.d/options</code >
and add an option for this driver:
<code >options... _hcd,uhci_hcd</code >
Remove the zc0301 module:
<code >$sudo modprobe -r zc0301</code >
Insert module gspca back:
<code >$ sudo modprobe gspca</code >
Give a check first:
<code >$ lsmod |grep gspca
gspca 660176 0
vide ... (i forgot to check in repo, gspca is in it):
<code >gerald@thinkbuntu:~$ sudo apt-get install gspca-source</code >
Hope it working for u all because its working fo vendors 13 Treffer , Zuletzt geändert: vor 19 Jahren erface
/* Atronics products */
product ATRONICS IDE _2015PL 0x2015 IDE -2015PL
/* Avance Logic products */
product AVANC... B PCI-to-ISA Bridge (PIIX)
product INTEL 82471FB_IDE 0x1230 82371FB IDE controller (PIIX)
product INTEL 82371MX 0x1234 82... PCI-to-ISA Bridge (PIIX3)
product INTEL 82371SB_IDE 0x7010 82371SB IDE Interface (PIIX3)
product INTEL 82371SB_USB 0x702... PCI-to-ISA Bridge (PIIX4)
product INTEL 82371AB_IDE 0x7111 82371AB IDE controller (PIIX4)
product INTEL 82371AB_USB 0x71 php @usb:webcam 4 Treffer , Zuletzt geändert: vor 19 Jahren )
z.B.:
* vidcat -s 640x480 -p c > test.jpg
<code php>
<?php
//phpinfo();
$size_x = 352;
$size_y... pg -s ".$size_x."x".$size_y, $resultarray, $exitcode );
?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0... ontent="Pasing">
</head>
<body>
<?php
if ($exitcode ==0)
echo "Bild aus Kamera gelesen<br>\n";
else ... bcam.jpg\">";
echo "</a></p>";
echo "<p>".date("d.m.Y H:i:s")."</p>";
</body>
</html>
?>
</code >
disk_static 2 Treffer , Zuletzt geändert: vor 19 Jahren Hotplug-Regeln): =====
[[http://wiki.ubuntuusers.de /udev]]
===== über UUID oder LABEL (via fstab): =====
[[http://wiki.ubuntuusers.de /Externe_Laufwerke_statisch_einbinden]] webcam 2 Treffer , Zuletzt geändert: vor 6 Jahren eral uvc (USB Video Class UVC)
video4linux
<code >
ls -ltr /dev/video*
mplayer tv:// -tv driver=v4l2:width=640:height=480:device=/dev/video0 -fps 30
</code >