29
NED
RCDL2K20CL
UME-0115-02
4 Camera Control
The functions of the camera can be controlled by commands through serial
communication. There are two ways to do this: by sending commands directly over
serial communication, or by using NCamCtrl (camera control software).
Once the camera is configured, the camera will operate properly without using serial
communication.
4.1 Flow of Camera Control
4.1.1 Command Overview
The command consists of a simple combination of ASCII codes.
⚫
Communication is initiated by sending a control command from the PC to the
camera.
⚫
The camera analyzes the received control command and executes the control
according to the received control command.
⚫
The communication is terminated by sending back the result of the received
control command analysis from the camera to the PC.
◆
The next communication should be started after one communication is
completed. (One command is one communication.)
4.1.2 Camera Receiving Message (PC Sending Command)
⚫
Format 1
CMD CR
⚫
Format 2
CMD
□
VAL CR
CMD : Control character (Refer to Table 4-1-4-1 Command List)
CR :
Delimiter character (0x0D)
□
:
Space character (0x20) or comma character (0x2C)
VAL : Set value
<Example>
gax
□
0 CR