yeung908 / rapidonvif

ONVIF C++ lib, including server and client, support ProfileS and ProfileG, support Event

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rapidonvif include onvif server and client

Get RTSP URL & Control PTZ within 10 line code

std::string url = "http://192.168.22.100/onvif/device_service";
std::string user = "admin";
std::string pass =  "admin";

OnvifAgentC agent(user, pass, url);
OnvifAgentCProfileMap pProfiles;

agent.Login();
pProfiles.clear();
agent.GetProfiles(pProfiles);

agent.PTZAction(pProfiles.begin()->first,AGENT_PTZ_ZOOM_IN, 0.5);

Features list

ONVIF profile S

License

  • Licensing: dual licensed as open source Affero GPL and commercial-use license (available for purchase).

For more guide http://veyesys.com/

Mail : xsmart@veyesys.com

Skype : xsmart@veyesys.com

QQ : 2104915834

About

ONVIF C++ lib, including server and client, support ProfileS and ProfileG, support Event


Languages

Language:C++ 72.7%Language:C 16.9%Language:Objective-C 10.3%Language:Makefile 0.0%Language:Batchfile 0.0%Language:Protocol Buffer 0.0%Language:CMake 0.0%