Element: WebCam.
Icon:
Text: An element that displays the video from a Web Cam.
Description: A WebCam is a basic element used to display an image taken from a Web camera accesible through the network.
Table of properties |
||
Name | Description | Values accepted |
Main | ||
URL | The URL of the Web camera.. | Any constant or variable of type String. |
MJPEG | Whether the camera send MJPEG images. | A boolean variable or one of the constants true or false. |
Delay | The delay expected beween succesive frames (in milliseconds). | Any constant or variable of type int. |
Graphical Aspect | ||
Size | The size of the element. | An Object variable of the class java.awt.Dimension or the integer values for the width and the height, respectively, separated by a comma. |
Tooltip | The text displayed when the cursor lingers on top of the element. | Any constant or variable of type String. |