Live data from Hacker News

Show HN: Gamebody, a full-body game controller

github.com

21–30 of 31 posts

Re: Show HN: Gamebody, a full-body game controller

#21
I’ve been doing something similar to control racing video games while biking on an indoor exercise bike. I convert pedal speed into brake and acceleration keys (there’s some middle amount of pedaling that’s neutral) with pynput. I used OpenCV for webcam input and MediaPipe’s models to convert lean angle into left and right keyboard presses, and head tilt into up and down. It’s really fun but the slight latency in recognizing my pose is tough for fast courses. Now I’m thinking about some Arduino with a sensor or low res IR camera or something else that could detect changes a lot quicker.

Re: Show HN: Gamebody, a full-body game controller

#24

I’ve been doing something similar to control racing video games while biking on an indoor exercise bike. I convert pedal speed into brake and acceleration keys (there’s some middle amount of pedaling that’s neutral) with pynput. I used OpenCV for webcam input and MediaPipe’s models to convert lean angle into left and right keyboard presses, and head tilt into up and down. It’s really fun but the slight latency in rec…

People like you exist and do stuff like that and yet no one has an upgraded version of the NES Zapper after all these years.

Re: Show HN: Gamebody, a full-body game controller

#25

I’ve been doing something similar to control racing video games while biking on an indoor exercise bike. I convert pedal speed into brake and acceleration keys (there’s some middle amount of pedaling that’s neutral) with pynput. I used OpenCV for webcam input and MediaPipe’s models to convert lean angle into left and right keyboard presses, and head tilt into up and down. It’s really fun but the slight latency in rec…

People like you exist and do stuff like that and yet no one has an upgraded version of the NES Zapper after all these years.

Any VR shooting game?

Re: Show HN: Gamebody, a full-body game controller

#27
post #26
post #16

This reminded me of the full body keyboard controller someone else shared a few weeks back... My ideas for body games are growing https://github.com/everythingishacked/Semaphore

Same author!

everythingishacked fr even my mind now.

well, def not someone else, but the same someone

Post reply on HN