Rendijs Smukulis
Rendijs Smukulis
This has currently been verified on two T265 devices, with the same results. The incorrect Y velocity also makes it impossible to do decent pose prediction.
In fact, we've discovered some of our T265s are significantly better or worse than others. Here's a particularly bad case:  And here's a fairly good one:  Y-axis in...
> What is the scale on the left? Meters. So the worst unit we have is jittering by about a millimeter every 30ms, while the best one keeps it under...
I disagree. The devices are also constantly reporting incorrect acceleration and velocity values (0.03m/s velocity and 0.3m/s^2 acceleration from the worst device I posted above) when they are static.
We now have a minimal repro for this. In short - this is caused by some change in v125 onwards, which has impacted the stability of cross-origin request handling through...
NB: This crash is also happening when using the WebView2's network request APIs, no need for CDP: ``` private void WebviewOnCoreWebView2InitializationCompleted(object? sender, CoreWebView2InitializationCompletedEventArgs e) { this.webview.CoreWebView2.AddWebResourceRequestedFilter("*", CoreWebView2WebResourceContext.All, CoreWebView2WebResourceRequestSourceKinds.All); this.webview.CoreWebView2.WebResourceRequested +=...
@srwei Following @q71114 's repro steps, we're seeing blank labels in the `CoreWebView2ContextMenuRequestedEventArgs.MenuItems`: ``` +++> Caught CoreWebView2ContextMenuRequestedEventArgs with menu items: +++> label: '', name: 'spellcheck', kind: 'Command' +++> label: '',...
Hi @nishitha-burman , I'm afraid there's a number of stores that the WebView2's `ClearBrowsingDataAsync` method cleans up but the CDP's `Storage.clearDataForOrigin` misses: - \EBWebView\Default\Favicons - \EBWebView\Default\History - \EBWebView\Default\Top Sites -...
I wanted to add that we're seeing the same behavior in our app. Setting `AllowsTransparency` to `true` on the window that hosts the WebView2 control stops _some_ parts of the...