NetSnap®

CoolPush Configuration

Inserting the Applet on a web page:

<APPLET code="CoolPush.class" align="baseline" WIDTH="540" HEIGHT="280"
name="CoolPush" archive="CoolPush.jar">
</APPLET>

Specifying parameters:

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.

scale
 

<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.

scale type
 

<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'.

delay
 

<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.

max
 

<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.

compression
 

<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.

texture
 

<param name="texture" value="cool.jpg">

Specifies an optional texture that will be drawn in the background of the image stream area.
This image will be tiled if it is smaller than the image area. We recommend an image size
around 100x60. An image may reside in a directory below where CoolPush is located.
In this case you would set the 'value' to  <... value="\images\cool.jpg">.

Also note this image can be a gif or jpeg.

applet and server config skin
 
 
<param name="ServerConfigSkin" value="some_texture.jpg">
<param name="AppletConfigSkin" value="some_texture.jpg">
 
This specifies an optional texture that will be painted on the server and/or applet configuration panels.

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">

This option configures CoolPush to display thumbnail images of all the cameras
attached to NetSnap once CoolPush has fully loaded. The only valid value is ON.
 

startup help

<param name="StartupHelp" value="OFF">

This option configures CoolPush to display a help image that indicates you can click
on the Config Button to display a menu. Valid values for this option are ON and OFF.
 

open

<param name="open" value="Apple Config">

This option configures CoolPush to automaticaly open up a configuration page once it has loaded.
Valid Values are 'Applet Config', 'Server Config' and 'RCM Control'.

 

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.
 
Preset x
 

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">

There must be commas between the Location Name, Pan, Tilt and Zoom values. All successive
Preset parameters must be numbered from 1 to N. If zoom or pan and tilt is not available simply
set those values to 0.

<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">

Here is an example.

<param name= "cam1" value="Office Camera">
<param name= "cam2" value= "Parking lot Camera">
<param name= "cam3" value= "Development staff meeting room">

 

Return to NetSnap home

 

NetSnap is a registered Trademark of PeleSoft, a division of Logan Industries, Inc.
(C) 1997-1999 Logan Industries, Inc.