index.htm

来自「DM642 网络测试原程序 包括视频采集和压缩,解压缩编码」· HTM 代码 · 共 47 行

HTM
47
字号
<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 + =
减小字号Ctrl + -
显示快捷键?