Providing "LiveApplet" without Camera Control
This section describes how to create a Web page that only displays live video and has no camera control GUI for situations where you want to prohibit camera control.

<applet ...... width=320 height=240> <param name=controller_style value="none"> ........................................................... 1
1 specifies the camera control user interface.
"normal": The usual style.
"preset_only": Preset operation only is displayed.
"none": Not displayed.