⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stream.html

📁 webcam,通过linux实现的摄像头
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  <head>
    <title>A Simple demo of the Spyware</title>
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
    <link rel="stylesheet" href="style.css" type="text/css" />
    <!--[if IE 6]>
    <link rel="stylesheet" href="fix.css" type="text/css" />
    <![endif]-->
  </head>

  <body>
    <div id="sidebar">
      <h1>Spyware</h1>
      <h2>Powered By Bin ZANG, Yi ZHANG</h2>
	<h3>A video collector through Internet!</h3>
      <div id="menu">
        <a href="index.html">Home Page</a>
        <a href="static.html">Snapshot Image</a> 
        <a class="active" href="stream.html">Stream View</a> 
        <a target="_blank" onClick="window.open(this.href, '_blank','width=400,height=400'); return false;" href="control.htm">Settings</a>
      </div>

      <h3>Version:</h3>
      <p>v0.7 (March 18, 2008)</p>
    </div>

    <div id="content">
      <h1>Snapshot Image</h1>
      <h2>Display the stream</h2>

      <h3>Hints</h3>
      <p>This example shows a stream. It works with a few browsers like Firefox for example. To see a simple example click <a href="stream_simple.html">here</a>. You may have to reload this page by pressing F5 one or more times.</p>

      <h3>Source snippet</h3>
      <img src="/?action=stream" width="614px" height="384px" />

      <p>&copy; copyright from <a href="http://software.nju.edu.cn/">Software Institute Of Nanjing University</a> | Powered by Bin ZANG(OWEN), Yi ZHANG(Fisher)</a></p>
    </div>
  </body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -