Skip to content

Latest commit

 

History

History
 
 

OnvifSDK

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
=== OnvifSDK ===
### desc ###
library implements ONVIF specification; library interface described in OnvifSDK.h
### prerequisites ###
gsoap 2.8.15 or above
### build ###
mkdir OnvifSDK-build
cd  OnvifSDK-build
cmake ../OnvifSDK
make