Faq Contents
20 I intend to create my own web page and view the live images of my Network Camera on the web page. Is it possible?
[FAQ: Viewnetcam]
(2007/06/29)
|
Answer... | 20 Sample of HTML source codes below shows the example of the structure of the web page from which you can view images of two Network Cameras simultaneously.
| < HTML > < HEAD > < TITLE >Multi Camera Control< /TITLE > < META content="text/html; charset=us-ascii" http-equiv=Content-Type > < META HTTP-EQUIV="Pragma" CONTENT="no-cache" > < /HEAD > < FRAMESET BORDER="0" ROWS="320,320" > ****************** CAMERA 1 Display ****************** < FRAME SRC="http://xxxx.viewnetcam.com (Address of a Network Camera)/ImageViewer?Mode=Motion&Resolution=320x240&Qualit=Standard&Interval=30" NAME="FRAME1" > ****************** CAMERA 2 Display ****************** < FRAME SRC="http://xxxx.viewnetcam.com (Address of a Network Camera)/ImageViewer?Mode=Motion&Resolution=320x240&Quality=Standard&Interval=30" NAME="FRAME2" > < /FRAMESET > < /HTML > | |
Banner area begins from here.