mirror of
https://github.com/debloper/xiosk.git
synced 2026-04-26 21:35:51 +03:00
[GH-ISSUE #27] Low Priority - Camera or sensor to wake display with 'sleep timer' #27
Labels
No labels
bug
bug
documentation
enhancement
enhancement
feature request
good first issue
good first issue
help wanted
invalid
priority: high
priority: low
priority: medium
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/xiosk#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andiohn on GitHub (Jul 30, 2024).
Original GitHub issue: https://github.com/debloper/xiosk/issues/27
This way you could set it to 'dim' the display after a delay.
You could set it to 'blank' screen or sleep the display too.
You could even use the screensaver to have something else play, like pictures or something.
Then when someone walks up to it or sits near it, it would wake as you could easily put a sensor on a GPIO or something and have that be the spacebar or something like that. Or the right arrow...etc.
@andiohn commented on GitHub (Jul 30, 2024):
Here is some other background: https://github.com/jareware/chilipie-kiosk/issues/115
@debloper, sorry for being excited. I love your project here, and I just want to help. Please don't be annoyed!
@debloper commented on GitHub (Jul 31, 2024):
Hey man, I really appreciate your help and encouragement. Why would I be annoyed? And you also shouldn't feel sorry to be excited about something (anything) unless your excitement is causing someone actual harm... which it isn't in this case!
I am just juggling a lot of stuff at the moment... aftermath and adjustments of switching career & doing FOSS+content full time. Addressed some of the easy issues you had filed; other ones on v3.0.0 milestones are work in progress. I didn't even get enough time to properly setup my GitHub sponsor page/tiers yet; had to hold all those back for the higher priority tasks. Hoping to push v3 out by EOD... let's see.
For this particular issue, maybe an IR or proximity sensor would be enough; but if using camera, then we might have to segment+classify to detect humans on the live feed for it to make sense. I am not entirely sure if this fits in the scope of this project, or should it be a different (supporting) project... but I'm okay to keep it open until I have more time for these stretch goals, or someone picks it up & sends pull requests.
@andiohn commented on GitHub (Aug 2, 2024):
Ya, I'm thinking it could literally just be 2 GPIO pins to detect, then anyone can use any sensor they like. Then could set the 'reset time', so after a detection, stay on for X minutes.