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

📄 index.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 class="active" href="index.html">Home Page</a>
        <a href="static.html">Snapshot Image</a>
        <a 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>About Our Product</h1>
      <h2>Details about the spyware</h2>
	<h5>Author: Bin ZANG, Yi ZHANG (from Software Institute of Nanjing University.)</h5>
      <h3>Now You can enjoy your journey with it!</h3>
      <p>Our product(<i>the spyware</i>) provides a lot of functions that allow you to monitor some certain place with our products whenever you've got a internet connection. Once you've got the pxa255-based board connected with a ethernet cable. You can do your job with a simple click in the web browser.</p>

      <img src="logo.jpg" width="614" height="461" alt="just an demo image" />
      <p>The reason for developing this software was the need of a simple and ressource friendly streaming application for Linux-UVC compatible webcams. The predecessor <i>uvc-streamer</i> is working well, but i wanted to implement a few more ideas. For instance, plugins can be used to process the images. One input plugin copies images to a global variable, multiple output plugins can access those images. For example this webpage is served by the <i>output_http.so</i> plugin.</p>

      <a href="static.html"><img src="/?action=snapshot" width="170" height="128" alt="static image example" /></a>
      <p>The image displayed here was grabbed by the input plugin. The HTTP request contains the GET parameters <i>action=snapshot</i>. This requests one single picture from the image-input. To display another example, just click on the picture.</p>

      <h3>About the examples</h3>
      <p>To view the stream with any browser you may try the <i>javascript</i> or <i>java</i> subpages. Firefox is able to display this stream directly.</p>

      <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)</p>
    </div>
  </body>
</html>

⌨️ 快捷键说明

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