Last change
on this file since 315 was 315, checked in by Rick van der Zwet, 13 years ago |
HTML frontend.
|
-
Property svn:mime-type
set to
text/html
|
File size:
785 bytes
|
Line | |
---|
1 | <html>
|
---|
2 | <head>
|
---|
3 | <title>Python Webcam Control </title>
|
---|
4 | <link href="css/style.css" type="text/css" rel="stylesheet"/>
|
---|
5 | <script type="text/javascript" src="js/jquery-1.6.2.min.js"></script>
|
---|
6 | <script type="text/javascript" src="js/jquery.jplayer.min.js"></script>
|
---|
7 | <script type="text/javascript" src="js/common.js"></script>
|
---|
8 | </head>
|
---|
9 | <body>
|
---|
10 | <h1>Android webcam server</h1>
|
---|
11 |
|
---|
12 | <img src="/cam1/video" alt="Video feed Cam1"/><br/>
|
---|
13 |
|
---|
14 | <div id="jplayer"><br/><input type="button" onclick="createAudio('/cam1/audio')" value="Click here to play audio with browser"/><br>
|
---|
15 | </div>
|
---|
16 |
|
---|
17 |
|
---|
18 | <hr />
|
---|
19 | <p>Tested browsers: <a href="http://www.firefox.com">Mozilla Firefox</a>, <a href="http://www.google.com/chrome">Google Chrome</a> (<em>If no video appear below, you are using unsupported browser</em>)
|
---|
20 |
|
---|
21 | </body>
|
---|
22 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.