![](/images/new-backgrounds/1054274/54274293x1.webp)
Using the Viewer for Java to Distribute Videos
Viewer for Java Parameters
You can specify applet parameters to provide an applet tailored to modify the behavior or appearance of applets. Refer to the table below to ensure that you thoroughly understand the parameters.
LiveApplet
Parameter Name | Omissible | Description | |
|
| Specifies whether or not connection to the camera server should be | |
|
| established at the same time that the applet starts up. Select “on” or “off”. | |
|
| When “on” is selected, connection is established when the applet starts up and | |
auto_connect | Yes | moving pictures are displayed. With “off”, the connection is not established | |
|
| when the applet starts up and the character string that was specified with the | |
|
| “no_connect_msg” parameter is displayed. The “connect()” method is called up | |
|
| to establish connections. | |
|
| Use this parameter to set the background color. The parameter specification | |
|
| format is “#RRGGBB” (values between 0 and 255 for each component color | |
bg_color | Yes | expressed as a hexadecimal). | |
|
| Eg. White: “#FFFFFF”, Grey: “#AAAAAA”, Green: “#00FF00” | |
|
| If this parameter is omitted, the default background color is used. | |
|
| The picture displayed in the background of LiveApplet can be specified. A | |
bg_image | Yes | JPEG or GIF file can be specified. The WebView Livescope logo is not | |
displayed if specified. If not specified, the default picture is used. (Refer to | |||
|
| ||
|
| image_offset about the display position.) | |
|
| Specifies the size of the image when LiveApplet is started. There are 4 sizes: | |
|
| 80 ⋅ 60, 160 ⋅ 120, 320 ⋅ 240 and 640 ⋅ 480 for NTSC, and 96 ⋅ 72, 192 ⋅ | |
capture_size | Yes | 144, 384 ⋅ 288 and 768 ⋅ 576 for PAL. The default is the specified size in the | |
Video Transmission of the Camera and Video Setting Page (→ | |||
|
| ||
|
| capture_size is unrelated to the size of the image displayed on the monitor of | |
|
| your PC. To change the size of the image on the monitor, specify video_width. | |
click_action | Yes | Specifies behavior when a moving picture display area is clicked. “pt” specifies | |
pan and tilt; “none” specifies no reaction. The default is “pt”. | |||
|
| ||
|
| You can use this parameter to specify the screen displayed in the video display | |
close_image | Yes | window at the time of disconnection. Specify the name of a JPEG or GIF file. If | |
|
| this parameter is omitted, the default disconnection screen is displayed. | |
|
| This parameter specifies the comment text string displayed as an overlay on | |
comment | Yes | the applet. If this parameter is omitted, no comment is displayed. “no_pantilt” | |
|
| displays the UI for the | |
connect_msg | Yes | Specifies the character string that is displayed while connection to the camera | |
server is being established. The default is “now connecting”. | |||
|
| ||
|
| Specifies the GUI style for controlling the camera. “normal” specifies the usual | |
|
| GUI style; “preset_only” specifies preset operation only; “none” specifies that | |
controller_style | Yes | the entire GUI will not be displayed. With “preset_only”, only the Start Control | |
|
| button, the Camera Control Status window, the Preset Selection Box, and the | |
|
| Snapshot button are displayed. | |
disconnect_msg | Yes | Specifies the character string that is displayed when the connection to the | |
camera server is cut. The default is “disconnected”. | |||
|
| ||
error_msg | Yes | Specifies the character string that is displayed when connection to the camera | |
server has failed. The default is “can’t connect”. | |||
|
| ||
font_size | Yes | Specifies the display size for connect_msg, disconnect_msg, error_msg, no_connect_msg, | |
and too_many_msg. The default makes size dependent on the display area. | |||
|
| ||
|
|
|