Skip to content

tidewise/drivers-camera_onvif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onvif_camera

Package to read and set parameters to the IP camera compatible with ONVIF-S.

This package uses gSOAP, which is a code generator from SOAP definition files to C++ client files. The generated files are included in this package, to avoid having to run the code generation each time (since the definition files are static, we should have to regen only every so often).

To refresh the code generation, run from the root of the package

./scripts/onvif-wsdl2h src/onvif/
./scripts/onvif-h2cpp src/onvif/

For security reasons we set a 10 seconds timeout in connection.

License

GPL version 2 (license of code generated by gSOAP)

Installation

The easiest way to build and install this package is to use Rock's build system. See this page on how to install Rock.

However, if you feel that it's too heavy for your needs, Rock aims at having most of its "library" packages (such as this one) to follow best practices. See this page for installation instructions outside of Rock.

Rock CMake Macros

This package uses a set of CMake helper shipped as the Rock CMake macros. Documentations is available on this page.

Rock Standard Layout

This directory structure follows some simple rules, to allow for generic build processes and simplify reuse of this project. Following these rules ensures that the Rock CMake macros automatically handle the project's build process and install setup properly.

Folder Structure

directory purpose
src/ Contains all header (.h/.hpp) and source files
build/ * The target directory for the build process, temporary content
bindings/ Language bindings for this package, e.g. put into subfolders such as
ruby/ Ruby language bindings
viz/ Source files for a vizkit plugin / widget related to this library
resources/ General resources such as images that are needed by the program
configuration/ Configuration files for running the program
external/ When including software that needs a non standard installation process, or one that can be easily embedded include the external software directly here
doc/ should contain the existing doxygen file: doxygen.conf

About

Package to read and set parameters to the IP camera compatible with ONVIF-S.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages