Ruslans Tarasovs

Results 6 comments of Ruslans Tarasovs

> Hope someone finds this useful. Found that the emitter only ever flashes once, not sure how to replicate the pattern of usage under Windows whereby windows hello causes it...

@orclex On some laptops Howdy does not turn on IR emitters. I.e. if you see a red light appearing when Howdy runs near your camera, it means IR emitters are...

@orclex You can check your configuration setup easily by running `sudo howdy test`. It will show you what camera shows, and a circle around your face if it detects it....

Did you try changing `frame_width` and `frame_height` besides `max_height`? To answer your question, you are limited to `/dev/video2`. It is your IR camera. `/dev/video0` is your normal camera. I assume...

`readLine()` does not seem to work either. It just hangs without ever passing input to the application.

Let's discuss this. I actually see an important value in using `A` despite `Any` being the only type passed there. I.e. let's imagine a simplified class like following: ``` class...