Skip to content

fiz1962/libonvif-sr99622

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forked from https://sourceforge.net/projects/libonvif/ and https://github.com/sr99622/libonvif

LIBONVIF

A client side implementation of the ONVIF specification.

/*******************************************************************************
*
* copyright 2018 Stephen Rhodes
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU General Public License for more details.
*
*******************************************************************************/

This variation of libonvif uses the onvif code as source code in a Qt6 project.  If you are looking for a library version, see the original links this was derived from.


                         DEPENDENCY ON LIBXML2

libonvif has a dependency on libxml2.  This means you will need to have libxml2
installed on your machine and you will need to know the location of the libxml2
include files for compilation.  Most systems come with libxml2 pre-
installed.  You can check the availability of libxml2 on your system with the
following command:

A file, "How to compile libxml2.txt" is included which shows how to compile this lib for use in Windows with both Visual Studio and mingw.  Alternatively you could use precompiled libs avaliable elsewhere.

About

Onvif library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 49.8%
  • HTML 44.1%
  • Python 2.5%
  • XSLT 1.1%
  • JavaScript 0.7%
  • Makefile 0.5%
  • Other 1.3%