heyujie
2021-10-15 aba91dc00cd79653c4867c954434b0adff035598
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _HIKPTZ_H
#define _HIKPTZ_H
 
#ifdef __cplusplus
extern "C"
{
#endif
 
    void ptzTrack(char *ip, char *userName, char *password, int port, int channel, int xBottom, int xTop, int yBottom, int yTop);
    void toPreset(char *ip, char *userName, char *password, int port, int channel);
#ifdef __cplusplus
}
#endif
 
#endif