Skip to content

lcmftianci/libonvif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libonvif

1.install openssl

sudo apt-get install libssl-dev

2.install live555

wget http://www.live555.com/liveMedia/public/live555-latest.tar.gz tar -zxvf live555-latest.tar.gz cd live555

./genMakefiles linux-with-shared-libraries

make -j8 install

3.compile and install opencv & ffmpeg

compile opencv & ffmpeg

4.make onvif library

cd onvif-dir make

test onviflib get rtsp video by ffmpeg and show image by opencv

cd test make ./test

test by live555, get rtsp video by live555 and show image by opencv

cd live555Rtsp make ./test

About

discover device and open rtsp url

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published