Änderungen

Zur Navigation springen Zur Suche springen
5 Bytes hinzugefügt ,  21:32, 27. Jun. 2023
K
keine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:  
Pakete auf dem Router installieren
 
Pakete auf dem Router installieren
   −
1) Freifunk Firmware  openwrt- 21.02.6-9    Release ab 217  installieren.
+
* 1) Freifunk Firmware  openwrt- 21.02.6-9    Release ab 217  installieren.
 
+
* 2)  opkg update ausführen
2)  opkg update ausführen
+
* 3)  opkg install  kmod-video-uvc
 
+
* 4)  opkg install mjpg-streamer
3)  opkg install  kmod-video-uvc
+
* 5)  opkg install mjpg-streamer-input-uvc
 
+
* 6)  opkg install mjpg-streamer-output-http
4)  opkg install mjpg-streamer
+
* 7)  /www/webcam/index.html    erstellen<sup>:</sup>
 
+
<syntaxhighlight lang="arrow">
5)  opkg install mjpg-streamer-input-uvc
  −
 
  −
6)  opkg install mjpg-streamer-output-http
  −
 
  −
7)  /www/webcam/index.html    erstellen<sup>:</sup>
  −
 
   
<html>
 
<html>
 
+
  <head>
  <head>
+
    <title>MJPG-Streamer - Stream Example</title>
 
+
  </head>
   <title>MJPG-Streamer - Stream Example</title>
+
  <body>
 
+
    <center>
  </head>
+
      <img src="http://10.63.115.1:8080?action=stream" />
 
+
    </center>
  <body>
+
  </body>
 
  −
   <nowiki><center></nowiki>
  −
 
  −
     <img src="http://10.63.115.1:8080?action=stream" />
  −
 
  −
   <nowiki></center></nowiki>
  −
 
  −
  </body>
  −
 
   
</html>
 
</html>
 +
</syntaxhighlight>
    
===Konfiguration anpassen===
 
===Konfiguration anpassen===
98

Bearbeitungen

Navigationsmenü