From 1467a58e112b23aeb7d6676a51e6727f30297f82 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期四, 14 十月 2021 11:36:47 +0800 Subject: [PATCH] .go --- hikptz.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hikptz.h b/hikptz.h index ea700ad..14b3cba 100644 --- a/hikptz.h +++ b/hikptz.h @@ -5,7 +5,7 @@ extern "C" { #endif -int PtzTrack(char *ip, char *userName, char *password, char *port); +void PtzTrack(char *ip, char *userName, char *password, char *port ,int channel ,int xBottom ,int xTop ,int yBottom ,int yTop ) #ifdef __cplusplus } -- Gitblit v1.8.0