Allforgot / OnvifClient_gSOAP

An ONVIF client base on gSOAP
16 stars 11 forks source link

OnvifClient_gSOAP

An ONVIF client base on gSOAP

Getting Started

This project will help you develop a onvif client with C++. An IPC support onvif is needed to run the samples.

Prerequisites

Installing

  1. modify samples/common/common.h , change USERNAME PASSWORD HOSTNAME PROFILETOKEN for your IPC device

  2. make

    $ mkdir build
    $ cd build
    $ cmake .. && make
    $ make install

Running samples