CariusLars / ar_flutter_plugin

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

cannot find metadata tag 65576 #181

Closed Naveed-dev30 closed 1 year ago

Naveed-dev30 commented 1 year ago

As soon I launch my ARVIew, I get the following logs and my app crashes.

I/Counters(12525): exceeded sample count in FrameTime E/ACameraMetadata(12525): getConstEntry: cannot find metadata tag 65576 2 I/Counters(12525): exceeded sample count in FrameTime E/ACameraMetadata(12525): getConstEntry: cannot find metadata tag 65576 I/Counters(12525): exceeded sample count in FrameTime E/ACameraMetadata(12525): getConstEntry: cannot find metadata tag 65576 2 I/Counters(12525): exceeded sample count in FrameTime 2 E/ACameraMetadata(12525): getConstEntry: cannot find metadata tag 65576 I/Counters(12525): exceeded sample count in FrameTime 3 E/ACameraMetadata(12525): getConstEntry: cannot find metadata tag 65576 I/Counters(12525): exceeded sample count in FrameTime

Naveed-dev30 commented 1 year ago

I found the issue. Basically in my previous screen I am using the google map. So when I navigate to AR screen the app crashes. When I paused the google map in previous screen, it is not crashing now.