olexale / arkit_flutter_plugin

ARKit Flutter Plugin
MIT License
797 stars 225 forks source link

iPad Pro Lidar data #79

Closed aytunch closed 4 years ago

aytunch commented 4 years ago

Thanks for this great plugin. I need the Lidar data in order to make Geometric Scene Understanding. Do we already have it? Second question: are you planning on integrating a gemotric scene understanding plugin on top of this plugin for Flutter like this one: Automatic Real Time Object Recognition - Apple iPad Pro LiDAR read the video info for more details.

olexale commented 4 years ago

Hey. I've already answered you on twitter, so just duplicate the answer here: This project https://developer.apple.com/documentation/arkit/world_tracking/visualizing_and_interacting_with_a_reconstructed_scene… looks like a good starting point. Unfortunately, not all APIs are bridged yet. Still, it would be relatively easy to add them.

Feel free to open issues with requests in case you get stuck with plugin functionality. Thanks!