User`s manual

102
Using a Browser Alone to Send Video
The WebView-HTTP protocol can be used to provide video images directly from the camera to a
browser. This section describes an example in which the protocol is used in this way.
Displaying Live Video
as Still Images During Access
Images shot by the camera can be provided as still images each time the client accesses
the web page that provides the images.
<IMG SRC=http://192.168.100.10*/-wvhttp-01-/GetStillImage>
or
<IMG SRC=http://192.168.100.10*/-wvhttp-01-/GetOneShot>
Displaying Live Video as a Movie with
a Specified Number of Frames During
Access
The Server Push format provided as an extended function by Netscape Communications
Corp. can be used to transmit multiple-frame images. However, these images can also be
displayed on browsers other than Netscape Navigator. In the coding example below, 100
frames of live video are transmitted when the client accesses the camera server.
<IMG SRC=http://192.168.100.10*/-wvhttp-01-/GetOneShot?frame_count=100>