Earlier quoted context omitted.
The app doesn't have to do this itself, phones do it for you. ARCore on Android, ARKit on iOS.
Oh yeah I mean how do the phones do that. I guess it uses dead reckoning with visual cues and some machine learning.
Show HN: Physically accurate black hole you can put in your room
11–20 of 204 posts
Re: Show HN: Physically accurate black hole you can put in your room
#12Earlier quoted context omitted.
Oh yeah I mean how do the phones do that. I guess it uses dead reckoning with visual cues and some machine learning.
Your phone has an accelerometer, which can be integrated twice to result in slightly accurate dead reckoning; just keep accumulating 3-vectors with every time-slice. That's a helluva lot easier than visual cues.
Re: Show HN: Physically accurate black hole you can put in your room
#13Earlier quoted context omitted.
The app doesn't have to do this itself, phones do it for you. ARCore on Android, ARKit on iOS.
Oh yeah I mean how do the phones do that. I guess it uses dead reckoning with visual cues and some machine learning.
Re: Show HN: Physically accurate black hole you can put in your room
#14Yeah, that was the day I learned I have a deep, crippling phobia of large objects. And Melanoheliophobia, which is fear of black holes. The only other time I've felt that way was snorkeling once near a giant 3 story tall bait ball of swirling fish, which was so disorienting and panic inducing that I vomited.
Re: Show HN: Physically accurate black hole you can put in your room
#15Or could the brightness shown be a result of it being Kerr vs Schwarzschild?
Re: Show HN: Physically accurate black hole you can put in your room
#16I remember like 10 years ago when Occulus first came out there was that space simulation demo where you could go around the solar system in VR. You could also "fast travel" by zooming in towards a planet, moon, blackhole. Yeah, that was the day I learned I have a deep, crippling phobia of large objects. And Melanoheliophobia, which is fear of black holes. The only other time I've felt that way was snorkeling once nea…
Re: Show HN: Physically accurate black hole you can put in your room
#17Earlier quoted context omitted.
Your phone has an accelerometer, which can be integrated twice to result in slightly accurate dead reckoning; just keep accumulating 3-vectors with every time-slice. That's a helluva lot easier than visual cues.
"slightly accurate" is the correct description, though -- dead reckoning on a cell-phone-class IMU accumulates drift too quickly to keep objects anchored in space for more than seconds at a time. You need something (visual odometry, SLAM) that provides long-term stability, even if it has short-term noise or poor availability, to fuse in.
https://www.youtube.com/watch?v=C7JQ7Rpwn2k&t=1401s (the whole video is incredible, but this timestamp is the magical bit)
Re: Show HN: Physically accurate black hole you can put in your room
#18I remember like 10 years ago when Occulus first came out there was that space simulation demo where you could go around the solar system in VR. You could also "fast travel" by zooming in towards a planet, moon, blackhole. Yeah, that was the day I learned I have a deep, crippling phobia of large objects. And Melanoheliophobia, which is fear of black holes. The only other time I've felt that way was snorkeling once nea…
Strongly recommend Outer Wilds. Falling into the black hole the first time was one of my most scared moments in gaming. I was totally panicking lol
Re: Show HN: Physically accurate black hole you can put in your room
#19Earlier quoted context omitted.
"slightly accurate" is the correct description, though -- dead reckoning on a cell-phone-class IMU accumulates drift too quickly to keep objects anchored in space for more than seconds at a time. You need something (visual odometry, SLAM) that provides long-term stability, even if it has short-term noise or poor availability, to fuse in.
When this topic comes up, I'm always happy to share this incredible lecture from many many years ago about sensor fusion and dead reckoning and how you _cannot_ integrate acceleration twice: https://www.youtube.com/watch?v=C7JQ7Rpwn2k&t=1401s (the whole video is incredible, but this timestamp is the magical bit)
IMU are very useful to known your orientation though. Even an inaccurate IMU is useful to provide an initial estimate to feed vision-based algorithms.