arcore_flutter_plugin
arcore_flutter_plugin copied to clipboard
[Question] Is it possible to get the virtual camera pose in world space for rendering AR content onto the latest frame in flutter project?
Thank you for great plugin! I try to use it in a flutter project and I want to get the virtual camera pose in world space for rendering AR content onto the latest frame. It is possible with java: https://developers.google.com/ar/reference/java/com/google/ar/core/Camera#getDisplayOrientedPose() . I can receive a pose only when I tap on the plane. Can I get the virtual camera pose during moving in flutter?
I also need to get the camera pose for my project
hi @Gorodetskaya-Mariia @RobinLbt , i need it as well, may i know do you guys have it working already? if yes, can you share with me? thanks in advance!