📄 ptz_server.h
字号:
typedef unsigned char BYTE;
#define PTZ_SCC641 "Samsung SCC-641" // SAMSUNG, HIGH SPEED DOME CAMERA ( Not Tested after Update. 2003.03 Mhpark )
#define PTZ_SCC641_ID 0
#define PTZ_DRX502A "DRX-502A(Dome)" // DongYang ( Fully Tested in 2002.11.00 Nixon )
#define PTZ_DRX502A_ID 1
#define PTZ_PelcoD "PELCO D-Protocol" // Pelco-D ( Fully Tested in 2003.3.1 Kevin, updated 2002.12.3 )
#define PTZ_PelcoD_ID 2
#define PTZ_NK97CHE "NK-97CHE" // NewBorn ( Fully Tested in 2002.10.00 Nixon )
#define PTZ_NK97CHE_ID 3
#define PTZ_LVCA720 "LG LPT-A100L" // LG ( Fully Tested in 2002.10.00 Nixon. updated 2003.4.3 kevin )
#define PTZ_LVCA720_ID 4
#define PTZ_PelcoP "PELCO P-Protocol" // Pelco-P ( Fully Tested in. 2003.06.00 Mhpark )
#define PTZ_PelcoP_ID 5 // ; Not tested CamPower - OSDMenu )
#define PTZ_SJ2819RX "SJ2819RX" // SungJin ( Not Tested after Update. 2003.03 Mhpark )
#define PTZ_SJ2819RX_ID 6
#define PTZ_MRX1000 "Samsung MRX-1000" // MRX-1000 of Samsung Electronics ( Fully Tested Kevin )
#define PTZ_MRX1000_ID 7
#define PTZ_SPD1600 "Techwin SPD1600/2500" // Samsung Techwin ( Not Tested after Update. 2003.03 Mhpark )
#define PTZ_SPD1600_ID 8
#define PTZ_WPT101 "WonWoo Eng:SBO-201P1" // 盔快 Eng ( Fully Tested in 2003.07.09 Mhpark )
#define PTZ_WPT101_ID 9 // 橇肺配妮篮 WPT-101 (V1.5) 捞唱 葛胆疙篮 SBO-201P1 (V2.0)烙
#define PTZ_NONE "NONE"
#define PTZ_UNKNOWN "UNKNOWN"
#define PTZ_UNKNOWN_ID 0xff
struct ptz_info {
int cam_type;
int cam_speed;
};
typedef struct ptz_info ptz_info_value;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -