valkka-core
valkka-core copied to clipboard
Valkka - Create video surveillance, management and analysis programs with PyQt
Version: 1.2.2-0ubuntu1-focalppa1 (self compiled same effect) Crash on demo application websocket-mse-demo . Backtrace: Program terminated with signal SIGSEGV, Segmentation fault. #0 __new_sem_getvalue (sem=0x0, sval=0x7ffddd6ddc94) at sem_getvalue.c:38 38 sem_getvalue.c: No such...
Hello. Im making two apps. First one is where somebody can add cameras by typing its IP and retransmit it to N ports (lets say 10 for example). And second...
Hi, recently I found the repo. And It helps me a lot. So I leave this issue to you. Thanks a lot
I'm trying to use the Onvif [Recordings WSDL](https://www.onvif.org/ver10/recording.wsdl) I create my custom class as follows: ``` class Recordings(OnVif): namespace = "http://www.onvif.org/ver10/recording/wsdl" wsdl_file = getWSDLPath("recording.wsdl") sub_xaddr = "recording_service" port = "RecordingBinding"...
## General Question I cloned the repo and executed commands one-by-one as it was written in readme file. Linux: Ubuntu 20.04 1. `create_image.bash x86_ubuntu_20 local_1.0.0` `x86_ubuntu_20` for Ubuntu version as...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
I'm looking for a better way to determine image dimensions before initializing shared memory. The current approach—connecting to the camera with OpenCV, retrieving the image size, and then setting up...