Sebastian Goscik
Sebastian Goscik
I am trying to run an electron based app called `nrfconnect` and have provided it will all the libraries it needs but it still ends up missing openSSL related symbols....
Since this is intended to be a long running service, it’s not unlikely that a new camera might be added while it is running. we should listen for events in...
It is currently possible for events to exist within the retention period that are have not been backed up: - The most likely situation is that for some reason the...
Since UnifiOS uses containers already it should be fairly trivial to add support for running this tool directly on such devices. See for reference: https://github.com/unifi-utilities/unifios-utilities
Unifi protect at some point added "Line crossing" events that are separate from motion or smart detect events. This tool should handle those too.
I am hitting a rather odd issue where at the end of my scripts I am seeing a flood of the following messages: ``` Exception ignored in: Traceback (most recent...
Sorry if this is the wrong repo to post this in, Would it be possible for you to create a libopenh264 project that can then be used with this FFMPEG...
The following binaries are shipped as 32-bit: - `e2fsck` - `mke2fs` - `pkgdetails` - `qemu-i386-static` (Not sure this one matters) This means the creation of the loopback img and installation...
I have started a background task as follows: ``` self._process = self._target.background(f"poller -l {','.join([str(x) for x in self._files.keys()])} {' '.join(self._files.values())}", as_root=self._as_root) ``` When I then try to run: ``` self._process.cancel()...
### Describe the bug I am attempting to use the CAN replay script provided in `tools/replay/can_replay.py`. I have a panda jungle board connected to my PC and a Comma 3X...