# qt_rtsp_camera_viewer **Repository Path**: mircll/qt_rtsp_camera_viewer ## Basic Information - **Project Name**: qt_rtsp_camera_viewer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-02-01 - **Last Updated**: 2024-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![LiveWatcher logo](/images/icon-256.png) ## 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](/images/screenshot.png) ## 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 - [Qt for Windows - Deployment](https://doc.qt.io/qt-5/windows-deployment.html) - [Tutorial: Creating an Installer](https://doc.qt.io/qtinstallerframework/ifw-tutorial.html) - [Setting the Application Icon](https://doc.qt.io/qtinstallerframework/ifw-tutorial.html) - [QDarkStyleSheet](https://github.com/ColinDuquesnoy/QDarkStyleSheet) ## 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.