Comment by danielheath
13 hours ago
I did a similar thing with a regular backlit computer screen.
It automatically shuts off after 30 seconds of inactivity.
I added a $3 webcam, and use openCV to detect motion. If three consecutive frames (sampled 0.5s apart) are each sufficiently difficult from the previous one, it attaches a virtual USB mouse, then moves it one pixel.
This wakes up the display whenever you walk past, then puts it back to sleep again when you stop moving.
The motion-detection pipeline uses less than 0.3% CPU on an intel N100 (6w TDP).
You can probably just use a cheap motion sensor instead of the webcam if you wanted to. There so many now
If you have some to suggest, I'd love to hear it... TIA!
Something like LD2410 [0]. IIRC there's newer ones that report accurate position and even heart beat rate, but I've forgotten the names of those..
[0] https://dronebotworkshop.com/ld2410c-human-sensor/
1 reply →
What's your budget? https://en.tokyodevices.com/items/128
But seriously you can probably DIY something a lot cheaper.