Fairly new to babylon.js and was wondering opinions on best AR library to use within babylon.js? So far I’ve built within flutterflow an AR app which uses devices imu orientation. Am using Samsung Galaxy Tab a7 lite which is only capable of 6 dof instead of 9 dof (lacks a gyro) so therefore can’t use arcore for a straightforward ar approach. Managed to get orientation to work fairly well using flutter and babylon.js code. Current app is able to show an AR overlay of sun and moon current position, path across sky, horizon, with set and rise times on horizon. Works quite well even if latency isn’t best yet.
Reading through forums about available open source code I could use on top of babylon.js. Am wanting to do both markerless (nft) and qr code tracking. encantar.js, mindar.js, and ar.js all look promising but ARnft-babylonjs is standing out as potentially being able to do both.
Normally I would be doing camera positioning with just the device gps but I want to improve tracking to also include feature tracking for stable AR. Is it possible any of these libraries (ARnft-babylonjs particularly) would be able to merge their gps, imu with camera for a more stable (SLAMish) result? Again I’d normally be using arcore compatible device but working with a tablet that doesn’t have that ability.