Section 5: Using the AXIS 200
AXIS 200 User’s Manual
36
Using Snapshots in
Web Pages
Follow these steps to integrate live snapshots into your own web pages:
1. Create your web page using your preferred HTML creation tool,
i.e. an ordinary text editor, or a dedicated HTML design
application, such as Microsoft Internet Assistant, Front Page,
Adobe PageMill, etc.
2. In your Web browser, enter the name or Internet address of your
AXIS 200 together with the preferred snapshot type.
Example
3. Add an HTML reference to the snapshot within the target web page.
Example
Each time anyone visits this page, a new fullsize snapshot will be
generated and displayed in the Web browser.
http://cameraname/fullsize.jpg
<HTML>
<HEAD>
<TITLE>Sample page</TITLE>
</HEAD>
<BODY>
<H1>Welcome to Axis Web camera demo</H1>
<IMG ALT="Fullsize JPEG Image”
SRC=”http://cameraname/fullsize.jpg"
WIDTH="320" HEIGHT="240">
</BODY>
</HTML>