Sfoglia il codice sorgente

Add video stream to client

Frans Bergman 7 anni fa
parent
commit
2f0d18c165
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      client/index.html

+ 1 - 0
client/index.html

@@ -12,6 +12,7 @@
 </head>
 
 <body>
+  <img src="http://raspberrypi:8080/?action=stream" />
   <script src="http://code.jquery.com/jquery-3.2.1.min.js"></script>
   <script src="js/script.js"></script>
 </body>