公告板
版本库
filestore
活动
搜索
登录
hicSDK
/
hikControl
hikControl海康ptz控制
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
.c文件
heyujie
2021-10-14
7460b006c922a92a733d55277564579703da191b
[hicSDK/hikControl.git]
/
hikptz.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _HIKPTZ_H
#define _HIKPTZ_H
#ifdef __cplusplus
extern "C" {
#endif
int PtzTrack(char *ip, char *userName, char *password, char *port);
#ifdef __cplusplus
}
#endif
#endif