Skip to content

Framatome/onvifviewer

 
 

Repository files navigation

ONVIFViewer

ONVIF camera viewer for Plasma Mobile and Linux desktop

The goal of this project is to replace the proprietary app that was needed to configure and view my IP camera. The ONVIF protocol can be used to view and configure many types of camera's and is a open standard that can be implemented using standard SOAP libraries. Using Qt5 for the back-end and Kirigami UI framework makes this application a cross-platform solution. The primary focus is Plasma mobile and the Linux desktop, but an Android build is also available.

This project was started as part of the ONVIF Open Source Spotlight Challange and the application finished in fourth place (out of 37 submissions). Before this project started, there was no open-source application for viewing ONVIF cameras for Plasma Mobile and Linux desktop. Neither is there a simple to use open-source C++ library to communicate with ONVIF cameras. The communication with the camera is implemented from scratch (using KDSoap) and modular designed, so that it can be separated into a reusable library at a later stage.

Flatpak

On most Linux desktops you can install the application using Flatpak.

  1. First install Flatpak itself using the instructions on their website.
  2. Then you can install the application from the ONVIFViewer flathub page.

Download on Flathub

Translations

You can help translating this application using Weblate. You can login on the website and translate the texts to your language. The translations will be included in the next release.

Vertalingsstatus

Donations

You can donate via Bitcoin at 15PerwiiGxPf27AxVTYq7hGYJ52WfM9EWo.

You can donate via PayPal via: Donate

You can donate via LiberaPay via: Donate using Liberapay

Building from source

It is also possible to build the application yourself. This requires a recent Qt5, KDSoap and KDE libraries to be installed. Then build ONVIFViewer using CMake:

git clone https://gitlab.com/caspermeijn/onvifviewer.git
mkdir build-onvifviewer
cd build-onvifviewer
cmake -DCMAKE_BUILD_TYPE=Release ../onvifviewer
make 
sudo make install
cd ..

Attribution

Google Play and the Google Play logo are trademarks of Google LLC.

Packages

No packages published

Languages

  • C++ 71.8%
  • QML 15.4%
  • CMake 8.3%
  • Python 2.8%
  • Shell 1.4%
  • Ruby 0.3%