5
0
Fork 0
mirror of https://github.com/TheTesla/HengLongUDPclient.git synced 2025-06-30 04:16:52 +02:00

using wansview cam tilt and pan

This commit is contained in:
Stefan Helmert 2014-02-25 02:28:15 +01:00
parent 00499a4f1c
commit a6429d3b76
10 changed files with 217 additions and 5 deletions

17
wansview.h Normal file
View file

@ -0,0 +1,17 @@
#ifndef WANSVIEW_H_INCLUDED
#define WANSVIEW_H_INCLUDED
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <arpa/inet.h>
int wvcamctrl(char* ip, int cmd);
int cam_down(char* ip);
int cam_up(char* ip);
int cam_cw(char* ip);
int cam_ccw(char* ip);
#endif // WANSVIEW_H_INCLUDED