• Stars
    star
    486
  • Rank 89,908 (Top 2 %)
  • Language
    Swift
  • License
    MIT License
  • Created over 3 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Example Of iOS ARKit LiDAR

ExampleOfiOSLiDAR

This is a exsample code using a LiDAR scanner on iOS.

How to Build

Open ExampleOfiOSLiDAR.xcodeproj and build it. iOS device with a LiDAR sensor is required for this sample to work.

Depth Map

Display the depth map on the screen.
(Document)

Confidence Map

Display the confidence on the screen.
(Document)

Collision

Collision detection of objects using LiDAR.
(Document)

Export

Export scaned object to .obj file.
(Document)
TO

Scan with Texture

Scan object with color texture.
(Document)

Point Cloud

Realtime Point Cloud.
(Document)

License

MIT