You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unity bug report case number
Will edit Unity bug report case number as soon as it's reported there.
Describe the bug
The camera feed lags severely but occasionally. Restarting the game and starting it again sometimes results in a better framerate. Other times it's not playable. It's just the camera feed that is lagging and have a severe framerate impact.
Happened without any changes other than upgrading from AR Foundation 6.0.X to 6.1.0 (Same issues in 6.2.0-pre4). Works as normal in 6.0.X,
To Reproduce
Steps to reproduce the behavior (hopefully):
Setup an AR project in 6.0.X (no occlusion or advanced features).
Upgrade to +6.1.0
See occasional lag in the camera feed.
Restarting the game changes the performance every time.
Expected behavior
An acceptable frame rate from the camera.
Smartphone:
Device: Samsung A55 5G
OS: Android 14
6000.1.2f1
ARFoundation version 6.2.0-pre4 or 6.1.X
The text was updated successfully, but these errors were encountered:
Yes Andy's advice is good advice. Please file the bug, and we can link that bug with an internal issue that we are tracking for it. The work-around for now would be to ensure that multithreaded rendering is set to off. If the Vulkan renderer is used, then since it is already inherently multithreaded, there should be no impact there. If the GLES renderer is used, you should no longer also have frame-rate issues with passthrough with single threaded.
Yes Andy's advice is good advice. Please file the bug, and we can link that bug with an internal issue that we are tracking for it. The work-around for now would be to ensure that multithreaded rendering is set to off. If the Vulkan renderer is used, then since it is already inherently multithreaded, there should be no impact there. If the GLES renderer is used, you should no longer also have frame-rate issues with passthrough with single threaded.
You're right. It appears to be the combination of OpenGLES3 and multithreaded rendering that causes it, which wasn't an issue before.
Unity bug report case number
Will edit Unity bug report case number as soon as it's reported there.
Describe the bug
The camera feed lags severely but occasionally. Restarting the game and starting it again sometimes results in a better framerate. Other times it's not playable. It's just the camera feed that is lagging and have a severe framerate impact.
Happened without any changes other than upgrading from AR Foundation 6.0.X to 6.1.0 (Same issues in 6.2.0-pre4). Works as normal in 6.0.X,
To Reproduce
Steps to reproduce the behavior (hopefully):
Expected behavior
An acceptable frame rate from the camera.
Smartphone:
The text was updated successfully, but these errors were encountered: