BenBE
BenBE
When trying to configure the project while performing a `git rebase` operation, the `cmake ..` step fails. Steps to reproduce: ```bash git rebase -x 'bash -c "mkdir -p build &&...
Crash on experimental branch using animated/live backgrounds: ``` main [grab: 2806054 retr: 8208613 copy: 246660 prep: 4396040 mask: 11148906 post: 61 v4l2: 6063207 FPS: 30.42] ai: [wait: 22613512 prep: 1334692...
In error messages the case for writing `error` should be consistent. There seem to be places with `ERROR:`, `Error:` and `error:` in the code. Maybe we should decide for one...
While discussing some things about ANN with @martok it has been noted, that when experimenting with such networks they seem to be sensitive to noise in their inputs. As camera's...
Allow for a second v4l2loopback cam output to be enabled which receives the image mask detected by the NN (plain mask, no source image). Depending on what is available this...
To avoid clipping the image partway it would be nice if the image may be split into two (or more) overlapping areas that are fed to the NN and recombined...
In some recent (private) discussion on the viability of implementing key isolation like implemented for OpenSSH with its `ssh-agent` a set of different options currently available in OpenSSL were noted....
The columns `DISK READ` and `DISK WRITE` currently show as `%5.2f %sB/s` like e.g. `0.00 B/s`. This makes those columns quite long compared to other columns. Also showing whole bytes...
The meter shows the number of globally open (used) and maximally available file descriptors for the system.
This is an idea I had while trying to fix up the memory leak in PR #745. This way only the relevant function bar has to be set when needed...