1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
<HTML>
<HEAD>
<TITLE>w3cam demo page</TITLE>
<LINK rel=stylesheet href=w3cam.css>
<script language="javascript">
<!--
function kiosk (url, name, width, height)
{
kioskWindow = window.open(
url, name,
"toolbar=no,scrollbars=no,location=no,directories=no,"
+ "status=yes,resizable=yes,menubar=no,"
+ "width="+width + ",height="+height);
}
// -->
</script>
</HEAD>
<BODY>
<H2><EM>w3cam.cgi</EM> Demo Page</H2>
First install <EM>w3cam.cgi</EM> before testing the following links.
<P>
Note: you
have to enable JavaScript to make the following links to work.
<P>
View
<A href='javascript:kiosk("/cgi-bin/w3cam.cgi?mode=gui", "w3cam", 690, 400);'>1 Channel</A>
<BR>
View
<A href='javascript:kiosk("double.html", "w3cam", 690, 400);'>2 Channels</A>
<BR>
View
<A href='javascript:kiosk("tripple.html","w3cam", 660, 630);'>3 Channels</A>
<BR>
View
<A href='javascript:kiosk("bg.html","w3cam", 320, 240);'>as background image</A>
(JPEG, B/W)
<BR>
View
<A href='javascript:kiosk("bg2.html","w3cam", 320, 240);'>as background image</A>
(PNG, color)
<br>
View
<A href='javascript:kiosk("frames.html","w3cam", 340, 360);'>with a self made
control frame </A>
(color)
<HR>
[<A href=../index.html>Index</A>]
<HR>
rasca,
28. Aug 2000 - 19:34
</BODY>
</HTML>
|