Änderungen

Zur Navigation springen Zur Suche springen
1.273 Bytes hinzugefügt ,  13:51, 28. Mai 2007
keine Bearbeitungszusammenfassung
Zeile 21: Zeile 21:  
* Installation:
 
* Installation:
 
<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://ping02.stura.uni-weimar.de/dave/kmod-spca5xx_2.4.30+20060501-brcm-1_mipsel.ipk
   −
# spca5xx/LE-Modul
+
# spca5xx/LE-Modul (nur Driver)
 
cd /tmp
 
cd /tmp
 
wget http://ping02.stura.uni-weimar.de/dave/spca5xx_le.o
 
wget http://ping02.stura.uni-weimar.de/dave/spca5xx_le.o
 
mv spca5xx_le.o /lib/modules/2.4.30
 
mv spca5xx_le.o /lib/modules/2.4.30
 +
 +
# spca5xx/LE-Paket (Driver, Spcacat, Servfox, JavaApplet, Startscript ...)
 +
ipkg install http://141.54.160.25/dave/spca5xx-le-webcam_1_mipsel.ipk
 
</pre>
 
</pre>
   Zeile 71: Zeile 74:  
* Installation:
 
* 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://141.54.160.25/dave/philips-webcam_0.2_mipsel.ipk  
 
</pre>
 
</pre>
   Zeile 283: Zeile 287:     
<pre>
 
<pre>
servfox -g -s 320x240 -w 8000
+
servfox -g -s 320x240 -w 7070
 
</pre>
 
</pre>
   Zeile 294: Zeile 298:  
** einfach Befehl in der Konsole eintippen
 
** einfach Befehl in der Konsole eintippen
 
<pre>
 
<pre>
spcaview -w IP-Adresse wo servfox läuft:8000
+
spcaview -w IP-Adresse wo servfox läuft:7070
 
</pre>
 
</pre>
 +
 +
oder mit speziellen JavaApplet (JWebcam) 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
 +
 +
. ${SCRIPT%/*}/cgi-bin-post.sh
 +
</pre>
 +
 +
* Projektseite:
 +
** [http://mxhaard.free.fr/sview.html Spca-Tools]
    
=== Motion - Stream und Bilder ===
 
=== Motion - Stream und Bilder ===

Navigationsmenü