Skip to content

caspermeijn/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.

Current state

I stopped development on this project. I was fun to create this application, but I don't have a usecase for my camera anymore. Therefore I have lost interest in adding new features.

I also found out that most bugs reported are from cameras that don't comply to the ONVIF specification. As I don't have such camera available it is not possible to fix that issue. This left multiple issue unsolved. This is not motivating me.

Also I had difficulties releasing this as full free software, because of the non-free license of the ONVIF specification itself.

Feel free to send in merge request for your own developments.

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.