Daniel Lashua
Daniel Lashua
After more investigation on #277 I've found this. modules/trig_from_mod.py ```python def make_simple_trigger(note): @time_trigger("period(now, 1sec, now + 30sec)") def be_noisy(): log.info(f'{note}') return be_noisy ``` scripts/quick_test.py ```python import trig_from_mod as tfm ITER...
The goal I'm trying to accomplish is a class that cleans up after itself when the object is no longer in use. Users (i.e: me) sometimes forget to clean up...
I know viseron only leverages the functionality provided by dlib for Face Recognition. However, it is regularly incorrectly recognizing faces (i.e. there is a face in the stream, but it...
**What did you do?** Does K3D support having worker nodes running on separate servers? I run k3d create on 192.168.0.104 (node1) I run k3d add-node --k3s https://192.168.0.104:6443 --k3s_token=mytoken on 192.168.0.105...
(I wasn't sure of the best way to reach out. I'm sorry if this is the wrong place.) I love mqtt-scripts. It saves me a lot of trouble. However, there...