ARKit4 - LIDAR developer depth APIs

Hi,
Are there any APIs available for developers today to access depth via LIDAR apis to build some custom applications?



Hello,

Yes, you are probably interested in the sceneDepth api, which provides a depth texture that is informed by the LiDAR Scanner.

For more information about utilizing this api, you can see the following sample projects:

https://developer.apple.com/documentation/arkit/environmental_analysis/visualizing_a_point_cloud_using_scene_depth
https://developer.apple.com/documentation/arkit/environmental_analysis/creating_a_fog_effect_using_scene_depth

You can also watch this WWDC session which introduces this api:

https://developer.apple.com/videos/play/wwdc2020/10611/?time=1137
ARKit4 - LIDAR developer depth APIs
 
 
Q