boltgolt

Results 158 comments of boltgolt

I personally think the real problem here is the timeout failing to work properly. If Howdy would respect the timeout value then you don't need to react so quickly. A...

At the very least this bug report has made me spot a bug in the compare code: `timeout`, `dark_threshold`, and `end_report` get assigned twice in the compare script and the...

Your config looks good. Does your IR camera stay on in other programs like cheese? Are there any errors in the console or in /var/log/auth.log?

Howdy does not detect closed eyes at this time, but the underling library has [options to detect face features](https://www.pyimagesearch.com/2017/04/03/facial-landmarks-dlib-opencv-python/) and a config option could be build from that. This would...

Does `sudo howdy test` show a circle around your face?

Then there's nothing wrong with your setup, your face just does not match the saved models. Try clearing the current models with `sudo howdy clear` and adding 1 or 2...

Seems like a dlib compilation issue, could you try reinstalling dlib?

Sorry, i thought i responded already! Brilliant project and the spot on the common issues page is more than deserved! I've been looking through your project and i think it...

Sounds great! Howdy 3.0.0 will introduce this screen to the setup: ![c7cdb7](https://user-images.githubusercontent.com/5780600/131838149-0ed7439c-dca4-4b64-bfb1-89ce7c34cf82.png) Maybe there could be a similar screen asking the user if the emitters fired? If not we run...

That work work. The UI already elevates privileges graphically so I think it won't be an issue to run your program underneeth. But your package would be installed already regardless...