mirror of
https://github.com/TheTesla/HengLongUDPclient.git
synced 2025-06-30 04:16:52 +02:00
cam nul added - to let the camera look forward by pressing a button
This commit is contained in:
parent
a6429d3b76
commit
a81f7afcf9
9 changed files with 44 additions and 20 deletions
|
@ -6,6 +6,7 @@
|
|||
#include <unistd.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
|
||||
int wvcamctrl(char* ip, int cmd);
|
||||
|
@ -13,5 +14,6 @@ int cam_down(char* ip);
|
|||
int cam_up(char* ip);
|
||||
int cam_cw(char* ip);
|
||||
int cam_ccw(char* ip);
|
||||
int cam_nul(char* ip);
|
||||
|
||||
#endif // WANSVIEW_H_INCLUDED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue