User`s manual
Still Image Recording Service
5
125
3
When the user selects one of the items in the list
displayed in area
, the stored image is
displayed in area
. The image display HTML file
for displaying the stored image in area
is
automatically created by the upload server.
e
Note
To use the image display HTML file, the name of the image display HTML file
to be viewed must somehow be obtained. The upload server creates image
display HTML files using the "Upload file name" setting specified in the
WebView Livescope manager's "Still Image Service". (See P.113 for more
information on the "Upload file name" setting.)
In this sample, the JavaScript program in script.template.html automatically
generates the file name using the same algorithm as the upload server.
Applet Sample 2: Simple Virtual Movie
This sample overlays the collected still images for a specified period of time to form a dummy
video. The sample also provides an interface for playing and stopping the movie and adjusting
the period of time.
1
index.html
<HTML>
<HEAD>
<FRAMESET COLS="180,*">
<FRAME name="appletFrame"
src="applet.template.html">
<FRAME name="targetFrame"
src="dummy.html">
</FRAMESET>
</HEAD>
</HTML>
First, the "Selected list" and "Simple
virtual video display" frames are
created. Initially, in area
applet.template.html is displayed and
images are selected from there. In area
, the "dummy.html" blank page is
displayed.
Using the Still Image Recording Service to Send Information