CoolPush Configuration
<APPLET code="CoolPush.class" align="baseline"
WIDTH="540" HEIGHT="280"
name="CoolPush" archive="CoolPush.jar">
</APPLET>
Between the <APPLET .... > and </APPLET> tags is where the parameters to the
applet will be placed. Here is an example:
<APPLET code="CoolPush.class" align="baseline" WIDTH="540" HEIGHT="280"
name="CoolPush" archive="CoolPush.jar"><param name="max" value="100">
</APPLET>
The above example configures CoolPush to only load 100 images.
Below is a list and explanation of all available parameters to the CoolPush applet.
CoolPush Parameters
All of the below parameters have defaults
and do not have to be specified in your HTML page.
Each parameter's 'name' and 'value' must be spelled correctly.
<param name="scale" value="50">
This parameter configures NetSnap to scale the images by
the percent specified
in the <... value="50"> before sending the image. Valid values are 1
through 100 where
100 configures NetSnap to send out the configured image capture size.
<param name="ScaleType" value="replicate">
Configures the scale type CoolPush uses with it's Applet scale feature.
Valid values are:
'fast', 'smooth', 'average' and 'replicate'.
<param name="delay" value="1">
Sets the delay between image updates in seconds. A value of 0 will get
images
as fast as NetSnap is configured to stream images.
<param name="max" value="100">
Configures CoolPush to only load 100 images from NetSnap. A value of 0
will load
images until the image stream is terminated.
<param name="compression" value="50">
Controls the percent of compression NetSnap applies to the images
before
streaming to CoolPush. Valid values are 0 through 100 were 0 specifies
no compression should be applied.
<param name="texture" value="cool.jpg">
Also note this image can be a gif or jpeg.
skin config
<param name="SkinConfig" value= "tile">
Specifies how CoolPush will draw the applet and server config skin. Valid options are tile and scale .
applet border
<param name="AppletBorder" value="sunk">
- Specifies the type of border around the applet when it is embedded in a web page. The
- value options available are raised and sunk.
window applet
<param name="WindowApplet" value="true">
- This option automatically launches the CoolPush applet in a Window. If you do
- use this parameter you can use the window size parameter to set the size of the Window.
window size
<param name="WindowSize" value="540x280">
- This option sets the default window size when using the Window Applet option.
- If this option is not specified the default windows size is 540x280.
multicam preview
<param name="MulticamPreview" value="ON">
startup help
<param name="StartupHelp" value="OFF">
open
<param name="open" value="Apple Config">
RCM Control Image
<param name="RCMControlImage" value="RCMImage.gif">
- The image used for the background of the RCM control interface. This parameters is optional.
- If you do decide to use your own image, the image should be 156x152 otherwise it will be scaled
- down/up to this size.
These parameters set up preset RCM locations. You must order the
parameter 'name'(s)
as shown below, otherwise your presets will not be loaded by CoolPush. The format for
these
options are:
<param name = "PresetY" value="Location Name, Pan value, Tilt Value, Zoom Value">
<param name= "Preset1" value="Steve's Office, 64,
61,0">
<param name= "Preset2" value="Alex's Office, 93, 61.0">
<param name= "Preset3" value= "Front Desk,34,67.30">
cam
This parameter allows you to give names to your cameras in the menu list (Names must not exceed 64 characters).
<param name = "camY" value="camera name">
<param name= "cam1" value="Office Camera">
<param name= "cam2" value= "Parking lot Camera">
<param name= "cam3" value= "Development staff meeting room">
NetSnap is a registered Trademark of
PeleSoft, a division of Logan Industries, Inc.
(C) 1997-1999 Logan Industries, Inc.