emelyantsev / qt_rtsp_camera_viewer

Simple Qt rtsp player for educational purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LiveWatcher logo

Overview

The program is a simple rtsp-player for video surveillance cameras. Its main features are:

  • saving/restoring settings;
  • system tray usage;
  • IP-address format checking;
  • full screen mode;
  • real time color settings. It's written on plain C++, without QML and QDesigner. It has handy installer not to clutter up its host operating system.

LiveWatcher GUI

Build instructions

To generate distrib files:

windeployqt camera_viewer.exe --release

To generate installer:

..\..\bin\binarycreator.exe -c config\config.xml -p packages LiveWatcher-1.0.0.Installer.exe

To generate icon:

magick.exe convert icon-16.png icon-32.png icon-256.png icon.ico

Useful links

Known bugs

All the known bugs are related to the internal Qt errors:

  • window detaches when exit from full screen mode in Linux OS;
  • errors when working with multiple monitors.

About

Simple Qt rtsp player for educational purposes.


Languages

Language:C++ 91.4%Language:QMake 8.6%