olexale / arkit_flutter_plugin

ARKit Flutter Plugin
MIT License
796 stars 225 forks source link

Obtain camera/device orientation in quaternion #175

Open benMOOVENCY opened 2 years ago

benMOOVENCY commented 2 years ago

Hi, first Thanks a lot for your job it's really nice. i'm new in flutter, and I try to follow the device orientation during some mouvement. Due to the high quality of the VIO implementation of the ARkit I want to use it in my app. Is it possible to access to the Device Orientation in quaternion to avoid gimbal lock ?

Thanks again.

Ben