nakita_dog
Posts: 2
Joined: Thu Nov 23, 2017 4:16 pm

Detect person in front of screen

Thu Nov 23, 2017 4:29 pm

I'm creating a wall based calendar kiosk type system and I would like to turn on the screen when someone is in front of the display or in visual range of it.

When no one is around and after a few minutes of inactivity, the screen should power down or go into screensaver mode. Maybe the default screensaver would be enough for this.

Any suggestions on how to accomplish this with minimal effort.

Also, any tutorials on how to do it would be great.

pcmanbob
Posts: 9612
Joined: Fri May 31, 2013 9:28 pm
Location: Mansfield UK

Re: Detect person in front of screen

Fri Nov 24, 2017 10:13 am

You could certainly do the detection bit using a HC-SR04 ultrasonic range sensor.

example
https://www.modmypi.com/blog/hc-sr04-ul ... spberry-pi

there are plenty more examples on the web.
We want information… information… information........................no information no help
The use of crystal balls & mind reading are not supported

User avatar
OutoftheBOTS
Posts: 711
Joined: Tue Aug 01, 2017 10:06 am

Re: Detect person in front of screen

Fri Nov 24, 2017 10:24 am

PIR sensor would also be a good way of detecting a warm body in front

nakita_dog
Posts: 2
Joined: Thu Nov 23, 2017 4:16 pm

Re: Detect person in front of screen

Fri Nov 24, 2017 5:15 pm

Thank you for the suggestions.

Return to “Automation, sensing and robotics”