User`s manual

90
Providing LiveApplet without Camera Control
This section describes the creation of a web page that does not provide a camera control GUI.
You can use this sort of page in situations where camera control is not permitted.
<applet... omitted ... width=320,height=240>
<param name=video_size value="320x240">
<param name=controllable value="false"> .......................
Line specifies whether or not a user interface for camera control is displayed.
"true": Displayed.
"False": Not displayed.