Onvif QT Server Client is a sample for creating Onvif Server
and Onvif Client
with QT C++
. Program has built with Qt 5.5.0(MSVC 2013, 32 bit)
on IDE Qt Creator 3.4.2
. In program has used gsoap c++ api to create both server side(to generate soap services) and client side( to parse it and call). To generate service structure has used wsdl
-s from onvif protocol. To support,
ONVIF is an open industry forum for the development of a global standard for the interface of IP-based physical security products.
Program contains from tree parts
* Onvif Client
* Onvif Server
* Onvif libs
OnvifLib combines from follwing onvif parts
* onvifcore
* -> OnvifDeviceLib
* -> OnvifDiscoveryLib
* -> OnvifEventLib
* OnvifAnaliticsLib
* OnvifDeviceIOLib
* OnvifDisplayLib
* OnvifImaginingLib
* OnvifMediaLib
* OnvifPTZLib
* OnvifReceiverLib
* OnvifRecordingControlLib
* OnvifRecordinSearchLib
* OnvifReplayControlLib
* OnvifVideoAnaliticsDeviceLib
Run OnvifServer
. It will be listen on 8004 portRun OnvifClient
to discover server and send commands to them.Thats all. If you have any probelm with using sample please let me know. Write to settarxan@gmail.com. I will help.
Sattar Hummatli - settarxan@gmail.com
Copyright 2015 - Sattar Hummatli
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.