All Projects → Tereius → libONVIF

Tereius / libONVIF

Licence: GPL-3.0 license
Yet another ONVIF library

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to libONVIF

rrtsp client
Rust high level RTSP client
Stars: ✭ 12 (-87.5%)
Mutual labels:  onvif
onvif
full and enhanced onvif protocol stack in golang.
Stars: ✭ 251 (+161.46%)
Mutual labels:  onvif
ONVIF-Java
A Java client library to discover, control and manage ONVIF-supported devices.
Stars: ✭ 94 (-2.08%)
Mutual labels:  onvif
onvif-discovery
C# .NetStandard 2.0 library to discover ONVIF compliant devices
Stars: ✭ 29 (-69.79%)
Mutual labels:  onvif
onvif-viewer
Onvif Viewer capable of a rudimentary HMI/SCADA interface
Stars: ✭ 27 (-71.87%)
Mutual labels:  onvif
onvif-nvt
ONVIF library for NVT (Network Video Transmitter) devices.
Stars: ✭ 62 (-35.42%)
Mutual labels:  onvif
onvif-client-php
ONVIF PHP client
Stars: ✭ 19 (-80.21%)
Mutual labels:  onvif
xsd-parser-rs
A xsd/wsdl => rust code generator written in rust
Stars: ✭ 45 (-53.12%)
Mutual labels:  onvif
wsdd
wsdd is Linux daemon for ONVIF WS-Discovery service (server side)
Stars: ✭ 41 (-57.29%)
Mutual labels:  onvif
onvif-django-client
Django(Python) app to connect to onvif cameras (onvif django client)
Stars: ✭ 66 (-31.25%)
Mutual labels:  onvif
v4l2onvif
ONVIF server for V4L2 Devices
Stars: ✭ 83 (-13.54%)
Mutual labels:  onvif

libONVIF

os os_build Status
Android Linux Build Status
Android Windows Build Status
Linux Linux Build Status
Windows Windows Build Status
Macos Macos Build Status

Yet another ONVIF library

This projects status is "work in progress". Don't expect binary compatibility. Actually don't expect anything other than major changes in the source code :-).

What does ONVIF stand for:

ONVIF (Open Network Video Interface Forum) is a global and open industry forum with the goal of facilitating the development and use of a global open standard for the interface of physical IP-based security products – or, in other words, to create a standard for how IP products within video surveillance and other physical security areas can communicate with each other. Wikipedia

The idea behind this library is to hide some complexity of gsoap and to provide 'high level' classes including QT5 goodness. Currently there are eleven client side service methods implemented:

For every service exists a class following the naming scheme Onvif*Client (* matches service name). These classes handle the RPCs. For the convenience of WS discovery and ONVIF (pull point) event handling there are two more classes: OnvifDiscovery and OnvifPullPoint.

Design thoughts:

  • The most of this library is thread safe and should work in a multithreaded environment
  • gsoap is 'hidden' from the user as much as possible
  • RAII classes Request<>, Response<> wrapping the RPC parameters are responsible for the memory management

Further reading

  • The library comes with a small application (named ovifinfo) that does some device-discovery, inspection. You may want to look at the source code.
  • If you want to learn more about how to use libONVIF in a qml app take a look at the following project ONVIFMonitor.
  • It is always advisable to look at the ONVIF programmers guide to learn more about ONVIF.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].