"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Run Vuforia in different Thread

Hi,

I do have a performance problem on my app using Vuforia and a WebView. The frame rate on the webview (even when doing super simple and lightweight suff) is heavily influenced by Vuforia.

Using ADM method profiling I've noticed that the problem is CameraPreview.onPreviewFrame running on the main thread. Is there any way to move it in a separate thread?