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

📄 index.htm

📁 DM642 网络测试原程序 包括视频采集和压缩,解压缩编码
💻 HTM
字号:
<html>
<title>Configuration Demonstration</title>

<table cellspacing="1" cellpadding="4" bgcolor="#000000" width="100%">
<tr><td width="25%"><img width="236" src="./tibug.jpg"></img></td><td align="left" valign="middle">
<font size="+3" color="#ffffff"><b>WebCam Demonstration</b></font></td></tr>

<tr><td colspan="2" bgcolor="#ffffff">

<center>
<font size="+1">
<p>Welcome to the WebCam Demonstration web page. This page is used to configure
and display a sample WebCam running on the DM642 EVM.</p>

<p>This demonstration constantly records video from the
video input port and creates JPEG image files. The files are viewed over
your WEB browser using a JAVA applet.</p>
</font>

<applet code="easyCam.class" width=720 height=480>
    <param  name="FILEBASE" VALUE="image">
    <param  name="FILEEXT" VALUE=".jpg">
    <param  name="MSDELAY" value="0">
    <param  name="STARTINDEX" value="1">
    <param  name="ENDINDEX" value="1">
</applet>
</center>

<form action="cfgquality.cgi" method="post">

<hr><center>

<table><tr><td>
  <table border="0" cellspacing="1" cellpadding="3" width="100%" bgcolor="#404040">
  <tr><td bgcolor="#f0f0f0"><center>
  	<table><tr>
    <td>Quality Factor (1-100):</td><td>
    <input maxlength="3" size="3" type="text" name="quality"></td></tr>
    </table>
    <input type="submit" value="Set Quality"></center>
</td></tr></table>
</td></tr></table>
</center>

</form>
</td></tr></table>
</html>

⌨️ 快捷键说明

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