ONVIFViewer icon
ONVIFViewer icon

ONVIFViewer

 Like this app

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.

ONVIFViewer screenshot 1

License model

  • FreeOpen Source

Platforms

  • Linux
Discontinued

From the GitLab repository: "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."

  No rating
0 likes
0comments
0 news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

ONVIFViewer News & Activities

Highlights All activities

Recent activities

Show all activities

ONVIFViewer information

  • Licensing

    Open Source and Free product.
  • Alternatives

    7 alternatives listed
  • Supported Languages

    • English

Popular alternatives

View all

Our users have written 0 comments and reviews about ONVIFViewer, and it has gotten 0 likes

ONVIFViewer was added to AlternativeTo by lopatoid on Jun 7, 2021 and this page was last updated Oct 31, 2024.
No comments or reviews, maybe you want to be first?
Post comment/review

What is ONVIFViewer?

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.