CariusLars / ar_flutter_plugin

Flutter Plugin for AR (Augmented Reality) - Supports ARKit on iOS and ARCore on Android devices
MIT License
333 stars 251 forks source link

Include Snapshot functionality for both iOS and Android #22

Closed leeprobert closed 3 years ago

leeprobert commented 3 years ago

I added a snapshot method to the ARKit package for iOS and noticed the ARCore package also has a snapshot method that was implemented via a pull request. Would be great to have this functionality included here too. Ideally, it should return a Future<ImageProvider> so the user can deal with the image themselves once it has been created.

leeprobert commented 3 years ago

@CariusLars - would you be up for some paid work to get this feature sorted for iOS and Android? There's also the local filesystem load of GLB files that I have started but am getting an error. I am working on a live project that requires these features so I have to get it done quite soon. Am happy to pay.

CariusLars commented 3 years ago

@leeprobert can you send me an email to lars@carius.io and let me know at what times you'd be available? Let's set up a quick call to talk about possibly turning this into a paid project!

CariusLars commented 3 years ago

added in v0.5.0