.go
heyujie
2021-10-14 1467a58e112b23aeb7d6676a51e6727f30297f82
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
 
void  PtzTrack(char *ip, char *userName, char *password, char *port  ,int channel ,int xBottom ,int xTop ,int yBottom ,int yTop  )
 
#ifdef __cplusplus
}
#endif
 
#endif