Skip to content

rocking5566/RtspPlayerDemo

Repository files navigation

libvlc + QT + openCV Demo

RtspPlayer is a cross platform desktop-based RTSP client.
  • We use LibVLC to get RTSP stream and decode the video
  • Give an example of how to convert the image frame to the OpenCV Mat format to apply computer vision algorithm.
  • We use OpenGL to acclerate rendering the video on Qt windows GUI.

Dependency Library

  • C++ 11
  • QT 5.7.1
  • LibVlc 2.2.2
  • OpenCV 2.4.9

You can also downlaod the compiled binary here.

Windows Development Environment

  • Visual studio 2013 with x64 tool chain
  • Visual Studio Add-in 2.0.0 for Qt5 MSVC 2013

Ubuntu Development Environment

$ sudo apt-get install qt5-default

About

Cross platform with LibVLC +OpenCV + QT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages