Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tereius/onvifmonitor
📹 A proof of concept of an ONVIF camera viewer/monitor
https://github.com/tereius/onvifmonitor
cpp gsoap onvif qml qt
Last synced: about 1 month ago
JSON representation
📹 A proof of concept of an ONVIF camera viewer/monitor
- Host: GitHub
- URL: https://github.com/tereius/onvifmonitor
- Owner: Tereius
- License: gpl-3.0
- Created: 2019-07-09T19:18:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T00:27:24.000Z (about 1 year ago)
- Last Synced: 2024-12-31T12:03:31.484Z (about 1 month ago)
- Topics: cpp, gsoap, onvif, qml, qt
- Language: QML
- Homepage:
- Size: 1.42 MB
- Stars: 10
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ONVIFMonitor
This is a project I started some years ago but never finished (and probably will never finish). But it is of great use for developers who
want to learn how build an ONVIF qml app using [libONVIF](https://github.com/Tereius/libONVIF). The most basic features of an ONVIF camera
viwer/monitor should work like:* Basic ONVIF device configuration
* Observing of ONVIF Media profiles
* Video/Audio-Stream playback using QtAV
* Event handling (partially implemented, this is where I stopped)I hope that this project will be useful for you.
Please don't open feature requests. At the moment I have no intention to continue working on the project.