Advertisement
Guest User

Matrix 2x2 mode - tinyCam Monitor PRO Web Server

a guest
Feb 11th, 2016
2,488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.07 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.   <head>
  4.     <title>2x2 matrix view - tinyCam Monitor PRO</title>
  5.   </head>
  6.   <body>
  7.     <h1>Matrix 2x2</h1>
  8.     <table>
  9.       <tr>
  10.         <td><p><img src="http://10.0.1.12:8083/axis-cgi/mjpg/video.cgi?camera=1&fps=1&compression=60&resolution=320x240" alt="Camera 1" width="320" height="240"/><br/>
  11.             Camera 1 [320x240, 1fps]</p></td>
  12.         <td><p><img src="http://10.0.1.12:8083/axis-cgi/mjpg/video.cgi?camera=2&fps=1&compression=60&resolution=320x240" alt="Camera 2" width="320" height="240"/><br/>
  13.             Camera 2 [320x240, 1fps]</p></td>
  14.       </tr>
  15.       <tr>
  16.         <td><p><img src="http://10.0.1.12:8083/axis-cgi/mjpg/video.cgi?camera=3&fps=5&compression=60&resolution=320x240" alt="Camera 3" width="320" height="240"/><br/>
  17.             Camera 3 [320x240, 5fps]</p></td>
  18.         <td><p><img src="http://10.0.1.12:8083/axis-cgi/mjpg/video.cgi?camera=6&fps=5&compression=60&resolution=320x240" alt="Camera 4" width="320" height="240"/><br/>
  19.             Camera 6 [320x240, 5fps]</p></td>
  20.       </tr>
  21.     </table>
  22.   </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement