Stephen Rhodes
Stephen Rhodes
I was able to reproduce this bug and found a better solution. The latest version 2.4.2 contains a fix that should definitely resolve the problem. To upgrade use the command...
Thank you so much for reaching out, this is a challenging issue. The logs are very helpful, although I do need to make some efforts at masking out the sensitive...
Thank you so much for your inquiry. I very much appreciate the detailed info, it helps quite a bit. I tried installing Rocky Linux 8 on a vm but was...
Hello, Thank you so much for the feedback. I am wondering how you were able to get libsdl2-devel installed. I tried it by compiling from source since there doesn't seem...
Continuing in this thread, the following commands were helpful. Please note that this is being done for Rocky Linux 8. Install available libraries ``` sudo dnf install cmake git sudo...
Thank you for reaching out, feedback is always appreciated. This type of error is usually associated with a failure of the compile process when building the application. There have been...
The binaries for MacOS do not support Intel architecture. You could try compiling from source, but are likely to run into issues. You might try iSpy camera software, it has...
Wow. The culprit turns out to be multiple calls to srand(). This has been fixed, thank you so much for pointing this out.
Thank you so much for reaching out, your interest in the project is greatly appreciated. Unfortunately subscription to camera events is not implemented in this library. At the time the...
Thank you for your input, the effort is greatly appreciated. I investigated the issue and made some changes to the file based on your suggestions. One thing I would point...