olexale / arkit_flutter_plugin

ARKit Flutter Plugin
MIT License
790 stars 223 forks source link

add fuctions( getIntrinsics and getImageResolution ) to ARKitController #217

Closed Oct7 closed 1 month ago

Oct7 commented 7 months ago

Hello

I've added functions that get camera intrinsics or image resolution for getting some raw datas. I believe this addition could be beneficial for the community. Please find my pull request attached for your review.

Best regards, Oct7

olexale commented 7 months ago

Hey! 👋 Thank you for your updates! Would you please address the last comment from my initial review and provide a sample for the added functionality? It would help others to understand how to use it + will allow us to double-check that nothing is broken when we release a new version. Thanks in advance!

Oct7 commented 1 month ago

I've been so busy with my main job that I've postponed this matter for a long time. I apologize for this. I've added the example files in the way you originally used. Please check them. thank you :)

olexale commented 1 month ago

Hello @Oct7, Thanks again for your contribution! I've made a few changes to your PR. You may expect a new version on pub.dev soon.