Änderungen

Zur Navigation springen Zur Suche springen
18.686 Bytes hinzugefügt ,  18:01, 9. Jul. 2008
Zeile 6: Zeile 6:     
usb und video-Module installieren
 
usb und video-Module installieren
   
<pre>
 
<pre>
ipkg install kmod-usb-ohci oder kmod-usb-uhci (abhängig vom Gerät)
+
ipkg install kmod-usb-ohci (abhängig vom Gerät:USB chips BCM4710 oder BCM4712)
ipkg install kmod-usb2                         (nur bei Gerät mit USB 2.0 nötig)
+
oder
 +
ipkg install kmod-usb-uhci (für Asus wl500gd und Asus wl500gp)
 +
ipkg install kmod-usb2     (nur bei Gerät mit USB 2.0 nötig)
 
ipkg install libpthread
 
ipkg install libpthread
 
ipkg install kmod-videodev
 
ipkg install kmod-videodev
 
</pre>
 
</pre>
   
danach Neustart. USB-module werden selbsttätig geladen.
 
danach Neustart. USB-module werden selbsttätig geladen.
 
   
 
   
== Driver ==
+
== Webcam-Driver ==
es gibt mittlerweile 4 Webcam-Driver von openwrt
+
=== spca5xx/spca5xx_LE - Driver===
 
+
* Welches DriverModul ihr braucht kommt auf Eure Kamera an --> [http://mxhaard.free.fr/spca5xx.html Uebersicht]
=== spca5xx/spca5xx_LE ===
   
* Installation:
 
* Installation:
:Welches Driver-modul ihr braucht kommt auf Eure Kamera an --> [http://mxhaard.free.fr/spca5xx.html Uebersicht]
  −
   
<pre>
 
<pre>
# spca5xx-Modul
+
# spca5xx-Modul (nur Driver)
ipkg install http://ping02.stura.uni-weimar.de/dave/kmod-spca5xx_2.4.30+20060501-brcm-1_mipsel.ipk
+
ipkg install http://weimarnetz.de/ipkg/packages/kmod-spca5xx_2.4.30+20060501-brcm-1_mipsel.ipk
    +
# spca5xx/LE-Modul (nur Driver)
 +
cd /tmp
 +
wget http://ping02.stura.uni-weimar.de/dave/spca5xx_le.o
 +
mv spca5xx_le.o /lib/modules/2.4.30
   −
# spca5xx/LE-Modul
+
# spca5xx/LE-Paket (Driver, Spcacat, Servfox, JavaApplet, Startscript ...)
cd /tmp
+
ipkg install http://weimarnetz.de/ipkg/packages/spca5xx-le-webcam_1_mipsel.ipk
wget http://ping02.stura.uni-weimar.de/dave/spca5xx_lite.o.gz
  −
mv spca5xx_lite.o.gz /lib/modules/2.4.30
  −
cd /lib/modules/2.4.30/
  −
gunzip spca5xx_lite.o.gz
   
</pre>
 
</pre>
   Zeile 42: Zeile 39:  
<pre>
 
<pre>
 
insmod videodev
 
insmod videodev
insmod spca5xx oder insmod spca5xx_lite
+
insmod spca5xx oder insmod spca5xx_le
 
</pre>
 
</pre>
   Zeile 61: Zeile 58:     
<pre>
 
<pre>
root@dave_yakumo:~# dmesg
+
....
Creating 5 MTD partitions on "Physically mapped flash":
  −
0x00000000-0x00040000 : "cfe"
  −
0x00040000-0x003f0000 : "linux"
  −
0x000b5fec-0x00180000 : "rootfs"
  −
mtd: partition "rootfs" doesn't start on an erase block boundary -- force read-only
  −
0x003f0000-0x00400000 : "nvram"
  −
0x00180000-0x003f0000 : "OpenWrt"
  −
diag boardtype: 0000041a
  −
Probing device eth0: No Robo switch in managed mode found
  −
Probing device eth1: No Robo switch in managed mode found
  −
Probing device eth2: No such device
  −
Probing device eth3: No such device
  −
BFL_ENETADM not set in boardflags. Use force=1 to ignore.
  −
eth2: Broadcom BCM4320 802.11 Wireless Controller 3.90.37.0
  −
usb.c: registered new driver usbdevfs
  −
usb.c: registered new driver hub
  −
usb-ohci.c: USB OHCI at membase 0xb8004000, IRQ 2
  −
usb-ohci.c: usb-00:04.0, PCI device 14e4:4715
  −
usb.c: new USB bus registered, assigned bus number 1
  −
hub.c: USB hub found
  −
hub.c: 2 ports detected
  −
SCSI subsystem driver Revision: 1.00
  −
Initializing USB Mass Storage driver...
  −
usb.c: registered new driver usb-storage
  −
USB Mass Storage support registered.
  −
uhci.c: USB Universal Host Controller Interface driver v1.1
  −
Linux video capture interface: v1.00
  −
usb.c: registered new driver spca5xx
  −
drivers/usb/spca5xx.c: spca5xx driver 00.57.07 registered
  −
hub.c: new USB device 00:04.0-1, assigned address 2
  −
drivers/usb/spca5xx.c: USB SPCA5XX camera found. Qtec Webcam 100 Pac207-BCA
  −
drivers/usb/spca5xx.c: [spca5xx_probe:8380] Camera type GBRG
  −
drivers/usb/pac207.h: [pac207_config:148] Find Sensor PAC207
  −
drivers/usb/spca5xx.c: [spca5xx_getcapability:2207] maxw 352 maxh 288 minw 160 minh 120
  −
</pre>
  −
 
  −
interessant ist für uns eigentlich nur "Gerät erkannt"
  −
 
  −
<pre>
   
usb.c: registered new driver spca5xx
 
usb.c: registered new driver spca5xx
 
drivers/usb/spca5xx.c: spca5xx driver 00.57.07 registered
 
drivers/usb/spca5xx.c: spca5xx driver 00.57.07 registered
Zeile 112: Zeile 70:  
also Driver gefunden, Webcam erkannt. Und das mit der Aldi-Cam super!
 
also Driver gefunden, Webcam erkannt. Und das mit der Aldi-Cam super!
   −
 
+
=== pwc/pwcx - Driver===
=== pwc/pwcx ===
+
* Alle gängigen Cams stehen in dieser [http://www.cs.umu.se/~c00ahs/exjobb/philips/index.html Uebersicht]
 +
* Installation:
 
<pre>
 
<pre>
ipkg install http://141.54.160.25/dave/philips-webcam_0.2_mipsel.ipk
+
# pwc-Paket (Driver, setpwc, Mvc, Camsrv, JavaApplet, Startscript ...)
 +
ipkg install http://weimarnetz.de/ipkg/packages/philips-webcam_0.2_mipsel.ipk  
 
</pre>
 
</pre>
   −
es wird automatisch ein startscript '''/etc/init.d/S90webcam''' angelegt.
+
bei der Installation wird automatisch ein startscript '''/etc/init.d/S90webcam''' angelegt.
    
<pre>
 
<pre>
Zeile 144: Zeile 104:  
</pre>
 
</pre>
    +
'''Tipp:''' Um die Kontrolllampe aus zu machen muss beim laden des Drivers noch die Option
 +
<pre>
 +
insmod pwc leds=0,0
 +
</pre>
 +
übergeben werden. Alle anderen Optionen sind [http://marc.info/?l=linux-usb-devel&m=109356599003427&w=2 hier] gelistet.
    
==== setpwc ====
 
==== setpwc ====
Zeile 186: Zeile 151:  
** [http://www.vanheusden.com/setpwc/ http://www.vanheusden.com/setpwc/]
 
** [http://www.vanheusden.com/setpwc/ http://www.vanheusden.com/setpwc/]
   −
 
+
=== ov511/ov51x - Driver===
=== ov511 / ov51x ===
   
<pre>
 
<pre>
ipkg install http://141.54.160.25/dave/ov511_0.1_mipsel.ipk
+
ipkg install http://weimarnetz.de/ipkg/packages/ov511_1_mipsel.ipk
    
oder  
 
oder  
   −
ipkg install http://141.54.160.25/dave/kmod-ov51x_2.4.30+1.65-1.12-mark-brcm-1_mipsel.ipk
+
ipkg install http://weimarnetz.de/ipkg/packages/kmod-ov51x-2.4.30+1.65-1.12-mark-brcm_1_mipsel.ipk
 
</pre>
 
</pre>
 
* beinhaltet ov511_decomp und ov518_decomp Module
 
* beinhaltet ov511_decomp und ov518_decomp Module
Zeile 200: Zeile 164:  
** [http://ovcam.org/ov511/ http://ovcam.org/ov511/]
 
** [http://ovcam.org/ov511/ http://ovcam.org/ov511/]
   −
 
+
=== Logitech Quickcam Messenger - Driver ===
=== Quickcam Messenger ===
   
<pre>
 
<pre>
ipkg install http://141.54.160.25/dave/qc-usb-messenger-1.6_0.1_mipsel.ipk
+
ipkg install http://weimarnetz.de/ipkg/packages/qc-usb-messenger-1.6_1_mipsel.ipk
 
</pre>
 
</pre>
 
* Projektseite:
 
* Projektseite:
 
** [http://home.mag.cx/messenger/ http://home.mag.cx/messenger/]
 
** [http://home.mag.cx/messenger/ http://home.mag.cx/messenger/]
    +
=== Linux-UVC Treiber ===
 +
Die Linux UVC Treiber unterstuetzen mittlerweile eine recht ansehnliche Anzahl an Webcams. Eine Liste der Webcams ist auf der Projektseite zu finden. Besonders interessant sind die Webcams, die die Kompression nach JPEG in der Webcam selbst vornehmen und damit den Prozessor des Routers von dieser Aufgabe entlasten. Es sind so MJPEG Streams mit bis zu 30 frames pro Sekunde moeglich. Die Logitech QC Sphere AF und die Logitech Quickcam Pro 9000 grabben zum Beispiel mit eine Aufloesung von 960x720 Pixeln und 15 frames pro Sekunde auf einem Asus WL-500gP.
 +
 +
Da Linux-UVC aber nur fuer Kernel 2.6 und darueber verfuegbar ist, kann es noch Probleme geben.
 +
 +
==== Kompilieren und installieren ====
 +
<pre>
 +
 +
</pre>
 +
 +
==== Links ====
 +
* Projektwebseite: http://linux-uvc.berlios.de/
    
== Programme ==
 
== Programme ==
 +
=== MJPG-Streamer ===
 +
MJPG-Streamer trumpft mit dem Linux-UVC Treiber und kompatiblen Webcams so richtig auf, es kann aber auch mit GSPCAV1 kompatiblen Webcams benutzt werden.
   −
=== SpcaCat ===
+
==== Installation ====
 +
<pre>
 +
svn co https://mjpg-streamer.svn.sourceforge.net/svnroot/mjpg-streamer mjpg-streamer
 +
cd mjpg-streamer/mjpg-streamer
 +
export CC=mipsel-linux-gcc
 +
make clean all
 +
</pre>
 +
 
 +
=== SpcaCat - Bildgrabber===
 
Installation:
 
Installation:
 
<pre>
 
<pre>
 
cd /tmp
 
cd /tmp
wget http://ping02.stura.uni-weimar.de/dave/spcacat.gz
+
wget http://ping02.stura.uni-weimar.de/dave/spcacat
mv spcacat.gz /usr/bin
+
mv spcacat /usr/bin
cd /usr/bin
+
chmod +x /usr/bin/spcacat
gunzip spcacat.gz
  −
chmod +x spcacat
   
</pre>
 
</pre>
   Zeile 281: Zeile 264:  
# Link legen fuer Vidiodevice
 
# Link legen fuer Vidiodevice
 
ln -s /dev/v4l/video0 /dev/video0
 
ln -s /dev/v4l/video0 /dev/video0
 +
 +
# Link legen fuer Bild
 +
ln -s /tmp/SpcaPict.jpg /www/bild.jpg
    
# SpcaCat starten
 
# SpcaCat starten
 +
cd /tmp
 
spcacat -d /dev/video0 -g -f jpg -s 320x240 -p 10000 -o > /dev/null &
 
spcacat -d /dev/video0 -g -f jpg -s 320x240 -p 10000 -o > /dev/null &
 
</pre>
 
</pre>
   −
berechtigungen noch setzen mit
+
sinnvoll ist hierbei, das Bild in den /tmp(Ram-Speicher) zu schreiben und es auf das /www Verzeichnis zu linken.<br>
 +
dann noch Berechtigungen setzen mit:
    
<pre>
 
<pre>
Zeile 295: Zeile 283:  
** [http://mxhaard.free.fr/index.html http://mxhaard.free.fr/index.html] - spca5xx Driver und Viewer
 
** [http://mxhaard.free.fr/index.html http://mxhaard.free.fr/index.html] - spca5xx Driver und Viewer
   −
 
+
=== Servfox - Streamserver ===
=== Servfox ===
   
Installation:
 
Installation:
 
<pre>
 
<pre>
Zeile 321: Zeile 308:  
</pre>
 
</pre>
   −
* Beispiel: Streamserver auf Port 7070 starten mit Auflösung: 320 x 240
+
* Beispiel: Streamserver auf Port 7070 starten mit Auflösung: 320x240
    
<pre>
 
<pre>
Zeile 331: Zeile 318:  
* für Windows --> [http://141.54.160.25/dave/spcaview-win32.zip hier]
 
* für Windows --> [http://141.54.160.25/dave/spcaview-win32.zip hier]
 
** entpacken
 
** entpacken
** die Datei spcaview.bat öffen und ip-adresse und port eintragen wo servfox läuft, dann starten.
+
** die Datei spcaview.bat mit rechtsklick bearbeiten, ip-adresse und port eintragen wo servfox läuft, dann starten.
 
* für Linux (Debian, Ubuntu)--> [http://141.54.160.25/dave/spcaview_20051212-1_i386.deb hier]
 
* für Linux (Debian, Ubuntu)--> [http://141.54.160.25/dave/spcaview_20051212-1_i386.deb hier]
 
** einfach Befehl in der Konsole eintippen
 
** einfach Befehl in der Konsole eintippen
Zeile 338: Zeile 325:  
</pre>
 
</pre>
    +
oder Stream mit speziellen JavaApplet (JWebcamPlayer) in einer Website ansehen:
 +
 +
<pre>
 +
cd /www
 +
wget http://141.54.160.25/dave/http-java-applet/JWebcamPlayer.jar
 +
wegt http://141.54.160.25/dave/http-java-applet/JWebcamPlayer.java
 +
 +
vi cgi-bin-stream.html
 +
 +
#!/bin/sh
 +
 +
export DATE="18.11.2006";SCRIPT=${0#/rom}
 +
export TITLE="Webcam"
 +
. ${SCRIPT%/*}/cgi-bin-pre.sh
 +
 +
cat<<EOF
 +
<center>
 +
<H1>LiveCam</H1>
 +
<applet codebase="." archive="JWebcamPlayer.jar" code="JWebcamPlayer.class" name="JWebcamPlayer" ID="JWebcamPlayer" align="center" width="640" height="480" MAYSCRIPT>
 +
<param name="Color" value="#ffffff">
 +
<param name="Server" value="127.0.0.1">
 +
<param name="Port" value="7070">
 +
<PARAM NAME="scriptable" value="true">
 +
<PARAM NAME="mayscript" value="true">
 +
<strong>You need to download Java.<br>
 +
Click <a href="http://www.java.com/en/download/manual.jsp">here:http://www.java.com/en/download/manual.jsp</a></strong><br>
 +
</applet>
 +
</center>
 +
EOF
   −
=== Motion ===
+
. ${SCRIPT%/*}/cgi-bin-post.sh
 +
</pre>
 +
 
 +
* Projektseite:
 +
** [http://mxhaard.free.fr/sview.html Spca-Tools]
 +
 
 +
=== Motion - Stream und Bilder ===
 
Installation:
 
Installation:
 
<pre>
 
<pre>
ipkg install http://ping02.stura.uni-weimar.de/dave/libjpeg_6b-1_mipsel.ipk
+
ipkg install http://downloads.openwrt.org/backports/rc5/libjpeg_6b-1_mipsel.ipk
ipkg install http://ping02.stura.uni-weimar.de/dave/motion_3.2.6-1_mipsel.ipk
+
ipkg install http://downloads.openwrt.org/backports/rc5/motion_3.2.6-1_mipsel.ipk
 
</pre>
 
</pre>
   Zeile 366: Zeile 388:  
quality 70
 
quality 70
 
framerate 2
 
framerate 2
auto_brightness on
+
auto_brightness off
    
# Initial brightness, contrast, hue (NTSC), and saturation
 
# Initial brightness, contrast, hue (NTSC), and saturation
Zeile 381: Zeile 403:  
# You should probably change this (create dir beforehand)
 
# You should probably change this (create dir beforehand)
 
target_dir /tmp
 
target_dir /tmp
jpeg_filename bild
+
jpeg_filename SpcaPict
    
# Speicherpause um das Geraet zu schonen
 
# Speicherpause um das Geraet zu schonen
 
minimum_gap 30
 
minimum_gap 30
   −
# min. Bewegungen bis motion ausloest
+
low_cpu 1
minimum_motion_frames 10
      
# Define a port number (e.g. 8000) to enable the mini-http server
 
# Define a port number (e.g. 8000) to enable the mini-http server
Zeile 420: Zeile 441:  
#!/bin/sh
 
#!/bin/sh
   −
# Module laden
+
# unload drivers in case the were loaded
insmod videodev
+
rmmod spca5xx; rmmod videodev
insmod spca5xx
+
 
sleep 15
+
# load webcam driver modules (it can be assumed that the USB drivers are compiled into the kernel or were installed & autoloaded)
         
+
insmod videodev || exit 1
 +
insmod spca5xx || exit 2
 +
 
 +
sleep 1
 +
 
 +
# check if video device was allocated
 +
if [ ! -e /dev/v4l/video0 ]; then exit 3; fi
 +
 
 
# Link legen fuer Vidiodevice
 
# Link legen fuer Vidiodevice
ln -s /tmp/bild.jpg /www/bild.jpg
+
ln -s /dev/v4l/video0 /dev/video0
         
+
 
 +
# Link legen fuer Bild
 +
ln -s /tmp/SpcaPict.jpg /www/bild.jpg
 +
 
 
# motion starten               
 
# motion starten               
motion          
+
motion
 
</pre>
 
</pre>
   Zeile 441: Zeile 472:  
** [http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome] - Motion Wiki
 
** [http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome] - Motion Wiki
    +
=== Palantir - Streamserver ===
 +
Installation:
 +
<pre>
 +
ipkg install http://downloads.openwrt.org/backports/rc5/palantir_2.6-1_mipsel.ipk
 +
</pre>
   −
=== Camsrv ===
+
Nun noch die Config-Datei von palantir einstellen.
LiveStream ähnlich motion
+
 
 +
<pre>
 +
vi /etc/palantir.conf
 +
 
 +
##                                                                                                                                                                                                                           
 +
##    Global options                                                                                                                                                                                                         
 +
##                                                                                                                                                                                                                           
 +
                                                                                                                                                                                                                         
 +
VideoDevice /dev/v4l/video0                                                                                                                                                                                                                                                                                                                                                                                                     
 +
                                                                                                                                                                                                                                                                                                                                                                                                                                             
 +
FrameSize 640x480                                                                                                                                                                                                             
 +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
 +
FrameRate 5
 +
 
 +
JpegQuality 70                                                                                                                                                                                                               
 +
 
 +
Audio Off                                                                                                                                                                                                                   
 +
                                                                                                                                                                                                                                                                                                                                                                                                                                     
 +
TCPPort 8000                                                                                                                                                                                                                 
 +
                                                                                                                                                                                                                                                                                                                                                                                                                                 
 +
ControlTimeout 30
 +
                                                                                                                                                                                                       
 +
ClientTimeout 300                                                                                                                                                                                                             
 +
                                                                                                                                                                                                                           
 +
MaxStreamingClients 3                                                                                                                                                                                                         
 +
                                                                                                                                       
 +
# Nimm die folgende Auskommentierung weg, willst du eine pan/tilt Kamera wie                                                                                                                                                         
 +
# z.b. Logitech Sphere betreiben:                                                                                                                                                                                         
 +
#                                                                                                                                                                                                                             
 +
#Device {                                                                                                                                                                                                                     
 +
#    Carrier Internal 5                                                                                                                                                                                                       
 +
#    Direction readwrite                                                                                                                                                                                                       
 +
#    Name "Pan"                                                                                                                                                                                                               
 +
#    Hint "Camera pan"                                                                                                                                                                                                         
 +
#    Range -7000 7000                                                                                                                                                                                                         
 +
#    Notifier client                                                                                                                                                                                                           
 +
#    Visual Slider_X                                                                                                                                                                                                           
 +
#    }                                                                                                                                                                                                                                                                                                                                                                                                                                                      # 
 +
#Device {                                                                                                                                                                                                                     
 +
#    Carrier Internal 6                                                                                                                                                                                                       
 +
#    Direction readwrite                                                                                                                                                                                                       
 +
#    Name "Tilt"                                                                                                                                                                                                               
 +
#    Hint "Camera tilt"                                                                                                                                                                                                       
 +
#    Range -3000 2500                                                                                                                                                                                                         
 +
#    Notifier client                                                                                                                                                                                                           
 +
#    Visual Slider_Y                                                                                                                                                                                                           
 +
#    }
 +
</pre>
 +
 
 +
dann starten mit
 +
 
 +
<pre>
 +
palantir -C /etc/palantir.conf >/dev/null&
 +
</pre>
 +
 
 +
Jetzt den Stream mit speziellen JavaApplet (pclient.jar) in einer Website ansehen:
 +
 
 +
<pre>
 +
cd /www
 +
wget http://141.54.160.25/dave/http-java-applet/pclient.jar
 +
 
 +
vi cgi-bin-stream.html
 +
 
 +
#!/bin/sh
 +
 
 +
export DATE="18.11.2006";SCRIPT=${0#/rom}
 +
export TITLE="Webcam"
 +
. ${SCRIPT%/*}/cgi-bin-pre.sh
 +
 
 +
cat<<EOF
 +
<center>
 +
<H1>LiveCam</H1>
 +
<applet code="pclient.class" archive="pclient.jar" width="750" height="580" >
 +
    <param name="server" value="127.0.0.1">
 +
    <param name="port" value="8000">
 +
    <param name="autostart" value="1">
 +
<strong>You need to download Java.<br>
 +
Click <a href="http://www.java.com/en/download/manual.jsp">here:http://www.java.com/en/download/manual.jsp</a></strong><br>
 +
</applet>
 +
</center>
 +
EOF
 +
 
 +
. ${SCRIPT%/*}/cgi-bin-post.sh
 +
</pre>
 +
 
 +
* Projektseite:
 +
** [http://www.fastpath.it/products/palantir/index.php http://www.fastpath.it/products/palantir/index.php]
 +
 
 +
 
 +
=== Camsrv - Streamserver ===
 +
LiveStream ähnlich motion - im pwc-Paket enthalten
    
<pre>
 
<pre>
Zeile 500: Zeile 626:       −
=== Mvc ===
+
=== Mvc - Bildgrabber ===
 
einfaches motion capture Programm
 
einfaches motion capture Programm
   Zeile 531: Zeile 657:  
</pre>
 
</pre>
    +
 +
=== getjpeg - Bildgrabber ===
 +
* Installation:
 +
<pre>
 +
cd /tmp
 +
wget http://ping02.stura.uni-weimar.de/dave/getjpeg
 +
mv getjpeg /usr/bin
 +
cd /usr/bin
 +
chmod +x jpeg
 +
</pre>
    
== Automation ==
 
== Automation ==
Zeile 558: Zeile 694:  
chmod 0777 /usr/sbin/cron.5minutely
 
chmod 0777 /usr/sbin/cron.5minutely
 
</pre>
 
</pre>
      
== Anzeigen auf dem Router ==
 
== Anzeigen auf dem Router ==
Zeile 585: Zeile 720:       −
=== als Bild ===
+
=== Anzeigen als Bild ===
 
<pre>
 
<pre>
 
#!/bin/sh
 
#!/bin/sh
Zeile 610: Zeile 745:       −
=== Mit Java Applet ===
+
=== Anzeigen mit Java Applet (Stream oder Bild) ===
 
<pre>
 
<pre>
 
#!/bin/sh
 
#!/bin/sh
Zeile 633: Zeile 768:  
</pre>
 
</pre>
   −
* das Applet --> [http://www.charliemouse.com/code/cambozola/index.html Cambozola-Viewer + Server]
   
<pre>
 
<pre>
 +
# Webcam-Paket (JavaApplet-Cambozola, offline-Bild, Link zur Webcam, Webseite ...)
 +
ipkg install http://weimarnetz.de/ipkg/packages/webcam-tools_1_mipsel.ipk
 +
 +
oder einzeln
 +
 
cd /www
 
cd /www
wget http://141.54.160.25/dave/cambozola-0.68/dist/cambozola-server.jar
+
wget http://141.54.160.25/dave/cambozola-0.68/cambozola-server.jar
wget http://141.54.160.25/dave/cambozola-0.68/dist/cambozola.jar
+
wget http://141.54.160.25/dave/cambozola-0.68/cambozola.jar
wget http://141.54.160.25/dave/Offline.jpg
+
wget http://141.54.160.25/dave/offline.jpg
 
</pre>
 
</pre>
* das offline.jpg ist automatisch dabei wenn ihr das PWC-Modul installiert habt
+
* das Applet --> [http://www.charliemouse.com/code/cambozola/index.html Cambozola-Viewer + Server]
* oder dieses ist auch ganz nett :-).
  −
 
      
== Geräte die getestet wurden ==
 
== Geräte die getestet wurden ==
 +
{| {{Prettytable}}
 +
!Router: <big>Asus wl hdd 2,5 ; Yakumo Wireless Storage ; Siemens se505 ; Asus wl500g (alles USB 1.0)</big>
 +
|}
 
{| {{Prettytable}}
 
{| {{Prettytable}}
 
!Fabrikat
 
!Fabrikat
Zeile 650: Zeile 790:  
!driver
 
!driver
 
!Programm
 
!Programm
!Qualität/Auflösung
+
!Auflösung
 
!Notiz
 
!Notiz
 
|------
 
|------
|Creative Vista Plus
+
!bgcolor="green"|[[:Bild:Creative_vista_plus.png|Creative Vista Plus]]
 
|0x41e/0x4028
 
|0x41e/0x4028
 
|spca5xx
 
|spca5xx
 
|motion, spcacat
 
|motion, spcacat
|max:352x288 optimal:320x240
+
|max:176x144
 +
|schlechter Weißabgleich
 +
|------
 +
!bgcolor=#DC143C|[http://images.techtree.com/ttimages/story/Creative-Webcam-Notebook.jpg Creative Webcam NoteBook]
 +
|0x041e/0x401f
 +
|spca5xx_le
 +
|motion, spcacat
 +
|:-
 +
|zerhacktes Bild, ungeeignet
 +
|------
 +
!bgcolor="#DC143C"|[[:Bild:Genius Look 312P.png|Genius Look 312P]]
 +
|0xac8/0x301b
 +
|spca5xx_le, spca5xx
 +
|spcacat, servfox, motion
 +
|:-
 +
|zerhacktes Bild, ungeeignet
 +
|------
 +
!bgcolor=#DC143C|[[:Bild:Labtec_cam.png|Labtec Notebook]]
 +
|0x046d/0x08aa
 +
|spca5xx_le
 +
|spcacat, servfox
 +
|:-
 +
|zerhacktes Bild, ungeeignet
 +
|------
 +
!bgcolor=#DC143C|[http://bilder.preissuchmaschine.de/prodfoto/labtecwebcam.jpg Labtec Webcam Elch2]
 +
|0x046d/0x0929
 +
|spca5xx
 +
|spcacat, motion
 +
|:-
 +
|Totalabsturz, ungeeignet
 +
|------
 +
!bgcolor=#DC143C|[[:Bild:Labtec_pro.png|Labtec Pro]]
 +
|0x046d/0x08a2
 +
|spca5xx_le
 +
|spcacat, servfox
 +
|:-
 +
|zerhacktes Bild, ungeeignet
 +
|------
 +
!bgcolor=#DC143C|[[:Bild:Logitech quickcam messenger.png|Logitech Quickcam Messenger]]
 +
|0x046d/0x08f6
 +
|quickcam
 +
|motion, spcacat
 +
|:-
 +
|grünes Bild, ungeeignet
 +
|------
 +
!bgcolor="green"|[[:Bild:Quickcam_zoom.png|Logitech Quickcam Zoom (Silver)]]
 +
|0x046d/0x08b4
 +
|pwc (power_save=1)
 +
|motion
 +
|max:640x480
 
|
 
|
 
|------
 
|------
|Labtec Notebook
+
!bgcolor="green"|[[:Bild:Sphere.png|Logitech Sphere (nicht MP)]]
|0x046d/0x08aa
+
|0x046d/0x08b5
|spca5xx_lite
+
|pwc
|spcacat
+
|motion, palantir
|max:320x240 optimal: -
+
|max:640x480
|zerhacktes Bild, ungeeignet für USB1.1
+
|Steuerung möglich mit palantir
 +
|------
 +
!bgcolor=#DC143C|[http://geizhals.at/img/pix/152128.jpg Philips SPC600NC]
 +
|0x0471/0x0328
 +
|spca5xx_le
 +
|spcacat, servfox
 +
|:-
 +
|zerhacktes Bild, ungeeignet
 +
|------
 +
!bgcolor="green"|[[:Bild:Vesta.png|Philips Vesta PCVC 675]]
 +
|0x471/0x307
 +
|pwc
 +
|motion, camsrv, mvc
 +
|max:640x480
 +
|etwas globig, super Bild
 +
|------
 +
!bgcolor="green"|[[:Bild:Philips toucam fun.jpg|Philips ToUcam Fun PCVC 730]]
 +
|0x471/0x310
 +
|pwc
 +
|motion, camsrv, mvc
 +
|max:640x480
 +
|Bild gespiegelt
 
|------
 
|------
|Philips ToUcam FUN II PCVC 830
+
!bgcolor="green"|[[:Bild:Philips toucam fun.jpg|Philips ToUcam Pro PCVC 740]]
 
|0x471/0x311
 
|0x471/0x311
 
|pwc
 
|pwc
 
|motion, camsrv, mvc
 
|motion, camsrv, mvc
|max:640x480 optimal:320x240
+
|max:640x480
 
|gutes Bild
 
|gutes Bild
 
|------
 
|------
|Philips ToUcam Pro II PCVC 840
+
!bgcolor=#DC143C|[[:Bild:ToucamII820K.png|Philips ToUcam II PCVC 820]]
 +
|0x05a9/0x0518
 +
|ov51x, ov518_decomp
 +
|motion, mvc, getjpeg
 +
|:-
 +
|grünes Bild, ungeeignet
 +
|------
 +
!bgcolor="green"|[[:Bild:Toucam FUN II.png|Philips ToUcam Fun II PCVC 830]]
 +
|0x471/0x310
 +
|pwc
 +
|motion, camsrv, mvc
 +
|max:640x480
 +
|gutes Bild
 +
|------
 +
!bgcolor="green"|[[:Bild:Toucam FUN II.png|Philips ToUcam Pro II PCVC 840]]
 
|0x471/0x311
 
|0x471/0x311
 
|pwc
 
|pwc
 
|motion, camsrv, mvc
 
|motion, camsrv, mvc
|max:640x480 optimal:320x240
+
|max:640x480
 
|gutes Bild
 
|gutes Bild
 
|------
 
|------
|Qtec Webcam 100 DC-3110 (AldiCam)
+
!bgcolor="green"|[[:Bild:Aldicam.png|Qtec Webcam 100 DC-3110 (AldiCam)]]
 
|0x93a/0x2460
 
|0x93a/0x2460
 
|spca5xx
 
|spca5xx
 
|motion, spcacat
 
|motion, spcacat
|max:352x288 optimal:176x144
+
|max:176x144
 
|schlechter Weißabgleich
 
|schlechter Weißabgleich
 
|------
 
|------
|Technaxx VP-1
+
!bgcolor="green"|[[:Bild:Technaxx.png|Technaxx VP-1]]
 
|0x93a/0x2468
 
|0x93a/0x2468
 
|spca5xx
 
|spca5xx
 
|motion, spcacat
 
|motion, spcacat
|max:352x288 optimal:176x144
+
|max:176x144
 
|schlechter Weißabgleich
 
|schlechter Weißabgleich
 +
|------
 +
!bgcolor=#DC143C|[http://www.globtech.de/images/kamera/TechsoloTCA-4810.jpg Techsolo TCA-4810]
 +
|0x0ac8/0x303b
 +
|spca5xx
 +
|spcacat, motion
 +
|:-
 +
|Totalabsturz, ungeeignet
 +
|------
 +
|}
 +
 +
{| {{Prettytable}}
 +
!Router: <big>Asus WL500g Premium oder Deluxe; Linksys WRTSL 54GS (alles USB 2.0)</big>
 +
|}
 +
{| {{Prettytable}}
 +
!Fabrikat
 +
!ID (lsusb/dmesg)
 +
!driver
 +
!Programm
 +
!Qualität/Auflösung
 +
!Notiz
 +
|------
 +
!bgcolor="green"|[[:Bild:Creative_vista_plus.png|Creative Vista Plus]]
 +
|0x41e/0x4028
 +
|spca5xx
 +
|motion, spcacat
 +
|max:352x288
 +
|schlechter Weißabgleich - nur indoor
 +
|------
 +
!bgcolor="green"|[http://images.techtree.com/ttimages/story/Creative-Webcam-Notebook.jpg Creative Webcam NoteBook]
 +
|0x041e/0x401f
 +
|spca5xx_le, spca5xx
 +
|servfox, spcacat, motion
 +
|max:640x480
 +
|
 +
|------
 +
!bgcolor="green"|[[:Bild:Genius Look 312P.png|Genius Look 312P]]
 +
|0xac8/0x301b
 +
|spca5xx_le, spca5xx
 +
|spcacat, servfox, motion
 +
|max:640x480
 +
|
 +
|------
 +
!bgcolor="green"|[[:Bild:Labtec_cam.png|Labtec Notebook]]
 +
|0x046d/0x08aa
 +
|spca5xx_le, spca5xx
 +
|spcacat, servfox, motion
 +
|max:640x480
 +
|
 +
|------
 +
!bgcolor="green"|[http://bilder.preissuchmaschine.de/prodfoto/labtecwebcam.jpg Labtec Webcam Elch2]
 +
|0x046d/0x0929
 +
|spca5xx
 +
|spcacat, motion
 +
|max:352x288
 +
|
 +
|------
 +
!bgcolor="green"|[[:Bild:Labtec_pro.png|Labtec Pro]]
 +
|0x046d/0x08a2
 +
|spca5xx_le, spca5xx
 +
|spcacat, servfox
 +
|max:640x480
 +
|
 +
|------
 +
!bgcolor="green"|[[:Bild:Logitech quickcam messenger.png|Logitech Quickcam Messenger]]
 +
|0x046d/0x08f6
 +
|quickcam
 +
|motion, spcacat
 +
|max:320x240
 +
|
 +
|------
 +
!bgcolor="green"|[[:Bild:Quickcam_zoom.png|Logitech Quickcam Zoom (Silver)]]
 +
|0x046d/0x08b4
 +
|pwc (power_save=1)
 +
|motion
 +
|max:640x480
 +
|
 +
|------
 +
!bgcolor="green"|[[:Bild:Sphere.png|Logitech Sphere (nicht MP)]]
 +
|0x046d/0x08b5
 +
|pwc
 +
|motion, palantir
 +
|max:640x480
 +
|Steuerung möglich mit palantir
 +
|------
 +
!bgcolor="green"|[http://geizhals.at/img/pix/152128.jpg Philips SPC600NC]
 +
|0x0471/0x0328
 +
|spca5xx_le
 +
|spcacat, servfox
 +
|max:640x480
 +
|
 +
|------
 +
!bgcolor="green"|[[:Bild:Vesta.png|Philips Vesta PCVC 675]]
 +
|0x471/0x307
 +
|pwc
 +
|motion, camsrv, mvc
 +
|max:640x480
 +
|etwas globig, super Bild
 +
|------
 +
!bgcolor="green"|[[:Bild:Philips toucam fun.jpg|Philips ToUcam Fun PCVC 730]]
 +
|0x471/0x310
 +
|pwc
 +
|motion, camsrv, mvc
 +
|max:640x480
 +
|Bild gespiegelt
 +
|------
 +
!bgcolor="green"|[[:Bild:Philips toucam fun.jpg|Philips ToUcam Pro PCVC 740]]
 +
|0x471/0x311
 +
|pwc
 +
|motion, camsrv, mvc
 +
|max:640x480
 +
|super Bild
 +
|------
 +
!bgcolor="green"|[[:Bild:ToucamII820K.png|Philips ToUcam II PCVC 820]]
 +
|0x05a9/0x0518
 +
|ov51x, ov518_decomp
 +
|motion, mvc, getjpeg
 +
|max:352x288
 +
|Weißabgleich OK - outdoor geeignet
 +
|------
 +
!bgcolor="green"|[[:Bild:Toucam FUN II.png|Philips ToUcam Fun II PCVC 830]]
 +
|0x471/0x310
 +
|pwc
 +
|motion, camsrv, mvc
 +
|max:640x480
 +
|super Bild
 +
|------
 +
!bgcolor="green"|[[:Bild:Toucam FUN II.png|Philips ToUcam Pro II PCVC 840]]
 +
|0x471/0x311
 +
|pwc
 +
|motion, camsrv, mvc
 +
|max:640x480
 +
|super Bild
 +
|------
 +
!bgcolor="green"|[[:Bild:Aldicam.png|Qtec Webcam 100 DC-3110 (AldiCam)]]
 +
|0x93a/0x2460
 +
|spca5xx
 +
|motion, spcacat
 +
|max:352x288
 +
|schlechter Weißabgleich - nur indoor
 +
|------
 +
!bgcolor="green"|[[:Bild:Technaxx.png|Technaxx VP-1]]
 +
|0x93a/0x2468
 +
|spca5xx
 +
|motion, spcacat
 +
|max:352x288
 +
|schlechter Weißabgleich - nur indoor
 +
|------
 +
!bgcolor="green"|[http://www.globtech.de/images/kamera/TechsoloTCA-4810.jpg Techsolo TCA-4810]
 +
|0x0ac8/0x303b
 +
|spca5xx
 +
|spcacat, servfox, motion
 +
|max:640x480
 +
|
 
|------
 
|------
 
|}
 
|}
    
[[Kategorie:Howto]]
 
[[Kategorie:Howto]]
 +
 +
[[Kategorie:Firmware]]
 +
[[Kategorie:Hardware]]
4

Bearbeitungen

Navigationsmenü