CAMERA CONTROL
Introduction
The Confidea conference system supports camera control. The WCAP sends out data via UDP to the
camera system. The camera control function can be enabled using the Confidea web server. How you can
do this, is described below.
Configure Camera Control
To combine the Confidea WCAP with the camera control feature, follow the steps described below:
1.
Go to Network settings in the main menu.
2.
In the Camera protocol panel enable the setting by selecting the Enabled checkbox.
3. Fill in the IP address of the camera system.
4. Define the destination port. The default UDP communication port is 8000. When you select a port
manually using the web server, the port number should be larger than 3000.
Figure 1-24 Camera control settings in the Confidea G3 web server
The WCAP sends data to the camera after a microphone button event in JSON format: {“UID”:
micnr,“status”: x}.
- Micnr : is the microphone number , can be one or more digits.
- Status : 0 = off, 1 = on, 2 = request , 3 = prior
For example: data sent when microphone 7 is in request : {“UID”: 7,“status”: 2}
CAMERA CO NTRO L 85