Hacker News new | ask | show | jobs
by TokyoYoshida 1954 days ago
I made a sample codes using the LiDAR sensor on iOS device. It also includes a sample that scans the real world to a 3D object. I hope this code helps someone who wants to use a LiDAR sensor.
1 comments

Good Stuff.

I dug into the APIs a few months ago and found it pretty deceptive (on Apple's part) how much of that generated depth map is from the stereo cameras vs the LiDAR sensor. If you cover the cameras or use it in the dark, the quality decreases drastically.

I expect the depth map to use camera information and AI inference as well as LiDAR.