Search Criteria
Package Details: onvif-gui 3.1.10-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/onvif-gui.git (read-only, click to copy) |
---|---|
Package Base: | onvif-gui |
Description: | A client side implementation of the ONVIF specification - GUI app |
Upstream URL: | https://github.com/sr99622/libonvif |
Licenses: | Apache-2.0 |
Submitter: | tmn505 |
Maintainer: | tmn505 |
Last Packager: | tmn505 |
Votes: | 1 |
Popularity: | 0.83 |
First Submitted: | 2024-03-27 21:53 (UTC) |
Last Updated: | 2025-09-23 18:09 (UTC) |
Dependencies (13)
- python-avioAUR
- python-kankakeeAUR
- python-libonvifAUR
- python-loguru
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-opencv (python-opencv-cuda)
- python-pyqt6 (python-pyqt6-pre-releaseAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
gwsherman commented on 2025-09-23 19:39 (UTC)
Running as expected now, good work. Thanks for the quick response.
tmn505 commented on 2025-09-23 18:16 (UTC)
The culprit was pybind11 major update to 3.x.x, which is not yet supported by the project, specifically libavio, kankakee and libonvif. As I used my binary repo (https://tmn505.github.io) I didn't spot this issue earlier. Now it should work without issues.
gwsherman commented on 2025-09-22 22:34 (UTC) (edited on 2025-09-22 22:46 (UTC) by gwsherman)
Getting the following output when running:
This appears relevant, as it references a similar error. The upstream dev suggests this indicates a compile issue. onvif-util, however, seems to work as intended.