Please help me out. I am struggeling for weeks now with ARKit and LiDAR to build an outdoor app. In the app I want to place an object, save the scene with the object and reconstruct it later on. Now I am using more (invisable) anchors around the object, so it will be easier to reconstruct the saved experience. In the first place it worked well.
But there is one thing. If I've saved the scene on a clowdy (darker) day, it's impossible to reconstruct it on a sunny day. How is this possible? I was thinking that by using LiDAR it's possible to use it in every environment (dark, light, shadows, etc.). I've seen Andy's great article about light estimation (isLightEstimationEnabled), but I don't need to the give the object extra light. It looks that the environment can not be scanned on the right way. Am I doing something wrong, or is there a simple command like: configurartion.useLiDARonlyAndIgnoreLightning?
Thanks,
Marc