REMOTE CONTROL COMMAND PROTOCOL
27 / 32
59. Read the MENU OSD ON/OFF status
; Read the current MENU OSD ON/OFF state of the Camera. The return data is “M_STATE”.
0xC5
0xAA
0x8D
0x00
CAM_ID
C·S
2) Camera -> PC
0xC5
0xAA
C·S
0x8D
0x00
M_STATE
0xXX
0xXX
0xXX
1) PC -> Camera
M_STATE :: In case of “M_STATE = 0x00”, The MENU OSD is not displayed currently.
In case of “M_STATE = 0x01”, The MENU OSD is displayed currently.
60. Read the Function OSD Display Mode
; Read the current Function OSD Display mode counter of the Camera.
The return data is “OSD_CNT”.
0xC5
0xAA
0x8E
0x00
CAM_ID
C·S
2) Camera -> PC
0xC5
0xAA
C·S
0x8E
0x00
OSD_CNT
0xXX
0xXX
0xXX
1) PC -> Camera
61. Read the Digital Zoom Max Power Mode
; Read the current Digital Zoom Max Power Mode of the Camera. The return data is “DZ_MAX”.
0xC5
0xAA
0x8F
0x00
CAM_ID
C·S
2) Camera -> PC
0xC5
0xAA
C·S
0x8F
0x00
DZ_MAX
0xXX
0xXX
0xXX
1) PC -> Camera
Caution
:: The return data of this command is valid only when the Digital Zoom mode is ON.
•
Explanation of “DZ_MAX” data
DZ_MAX
EXPLANATION
02h
03h
04h
05h
06h
07h
The current Digital Zoom Max Power of the Camera is “x2”.
The current Digital Zoom Max Power of the Camera is “x3”.
The current Digital Zoom Max Power of the Camera is “x4”.
The current Digital Zoom Max Power of the Camera is “x5”.
The current Digital Zoom Max Power of the Camera is “x6”.
The current Digital Zoom Max Power of the Camera is “x7”.
08h
The current Digital Zoom Max Power of the Camera is “x8”.