REMOTE CONTROL COMMAND PROTOCOL
10 / 32
20. Key Action
; Perform the Key action according to the data of “ KEY_NUM” .
Caution
; After using the Key action , Camera has to be notified by stop of key action code “ KN_STOP “ .
0xC5
0x5F
KEY_NUM
0x00
CAM_ID
C·S
2) Camera -> PC
0xC5
0x5F
C·S
KEY_NUM
0x00
KEY_NUM
0xXX
0xXX
0xXX
1) PC -> Camera
a) KEY_NUM ; The Key code for operation ( Refer to 10-3. Key Code Table ).
21. Changing CAM ID
; Change the data of CAM_ID to “ NEW_C_ID “ .
0xC5
0x78
NEW_C_ID
0x00
CAM_ID
C·S
2) Camera -> PC
0xC5
0x78
C·S
NEW_C_ID
0x00
NEW_C_ID
0xXX
0xXX
0xXX
1) PC -> Camera
a) NEW_C_ID ; New data to change Camera ID .
b) In this case, The Camera ID is displayed at the left-bottom position of the screen .
But if the Camera ID is 0x00, It is not displayed.
22.CAM ID Read
; Read the data of Camera ‘s ID .
Caution
; This command must be used only in the condition of one by one connection PC vs CAMERA.
0xC5
0xCC
0x00
0x00
CAM_ID
C·S
2) Camera -> PC
0xC5
0xCC
C·S
0x00
0x00
CAM_ID
0xXX
0xXX
0xXX
1) PC -> Camera
a) CAM_ID ; The Camera ID data of a CAMERA .
b) In this case, The Camera ID is displayed at the left-bottom position of the screen .
But if the Camera ID is 0x00, It is not displayed.