Using the Viewer for Java to Distribute Videos
Parameter Name | Omissible | Description | |
|
| Specifies whether the panorama window should be | |
| Yes | embedded in the page. Specify “embed” for making it an embedded display. | |
When specifying “embed”, the Width and Height of the applet tags must be | |||
|
| ||
|
| specified a little larger (Eg. width=500; height=660). | |
|
| This parameter specifies the host name displayed in the applet. This value is | |
hostname | Yes | used as the host name in messages displayed during connection, etc. If this | |
|
| parameter is omitted, no host name is displayed. | |
|
| Specifies the display position of the picture file specified at bg_image. With the | |
image_offset | Yes | upper left coordinates of the picture at “0,0” and the right direction given as x and | |
|
| the down direction as y, image_offset is specified as “x,y”. The default is “335,0”. | |
no_connect_msg | Yes | Specifies the character string to be displayed following applet startup when | |
auto_connect is “off”. The default is “no connection”. | |||
|
| ||
|
| You can use this parameter to specify the screen that appears in the video | |
open_image | Yes | display window until the first video image appears. Specify the name of a JPEG | |
|
| or GIF file. If this parameter is omitted, the default startup screen is displayed. | |
|
| When a startup screen is specified in the “open_image” parameter, this | |
open_image_time | Yes | parameter specifies the display time. The time is specified in milliseconds | |
(1/1000 sec.), and the default value is 0. The image is displayed until the first | |||
|
| ||
|
| video frame appears. Values from 0 to 30000 (30 seconds) can be specified. | |
overlay_font_color | Yes | Specifies the color of the character string specified for “comment” and | |
“hostname”. The color is specified at “#RRGGBB”. The default is yellow. | |||
|
| ||
|
| This function specifies whether the Snapshot button is displayed. Specify “on” | |
show_capture | Yes | or “off”. The default value is “on”. The button is always displayed unless “off” is | |
|
| explicitly specified. | |
show_comment | Yes | This function displays the comment as an overlay on the video image. Specify | |
“on” or “off”. The default value is “off”. | |||
|
| ||
show_counter | Yes | This function displays the frame count as an overlay on the video image. | |
Specify “on” or “off”. The default value is “off”. | |||
|
| ||
show_fps | Yes | This function displays the frame rate as an overlay on the video image. Specify | |
“on” or “off”. The default value is “off”. | |||
|
| ||
|
| This function displays the host name as an overlay on the video image. Specify | |
show_hostname | Yes | “on” or “off”. The default value is “off”. Note that this parameter is only valid if | |
|
| the “hostname” parameter is specified. | |
show_logo | Yes | Specifies whether or not the WebView Livescope logo should appear in the upper | |
right of the screen. It appears if show_logo is “on” and does not appear if it is “off”. | |||
|
| ||
show_panobutton | Yes | Specify whether or not to display the panorama window | |
show_toolbar | Yes | Function for displaying the buttons to change the image size when LiveApplet | |
is running. Specify “on” or “off”. The default value is “off”. | |||
|
| ||
|
| This function displays a bitmap image as an overlay on the video image. | |
|
| Specify the image using the | |
superimpose | Yes | for bitmap images (transparent GIFs supported). The “x,y” parameters specify | |
|
| the coordinates of the bitmap image position on the video frame. If “x,y” is | |
|
| omitted, the image is displayed in the center of the video frame. | |
|
| Specifies the character string that is displayed when connection to the camera | |
too_many_msg | Yes | server fails because the limit on the number of connections was exceeded. The | |
|
| default is “too many clients”. | |
url | No | Specify the URL of the HTTP server for applet access. Specify the IP address | |
and port number that match those specified in the codebase attribute. | |||
|
| ||
|
| This parameter specifies the video image display size (in pixels). Specify the | |
video_width | Yes | width. The display sizes are 80 to 640, and any value can be set as the width. | |
The height is calculated as 3/4 of the specified width. Eg. video_width=“240” | |||
|
| ||
|
| (height = 240 ⋅ 3/4 = 180.) | |
|
|
|