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:
parent
00499a4f1c
commit
a6429d3b76
10 changed files with 217 additions and 5 deletions
17
wansview.h
Normal file
17
wansview.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue