Masoud

Results 10 comments of Masoud

I used react-native-tab-view witch solved my issue

> > I used react-native-tab-view witch solved my issue > > are you do not need scrollable tab bar? > is react-native-tab-view have scrollable tab bar???? Yes it has the...

Any update on this? The flickering of videos, seems not gone yet.

I believe this problem is related to z-fighting between video and the marker, but I don't know how to solve it yet. I have to dig into ThreeJS code in...

This happens in this repository, but I checked the video in the main repository (jsArToolkit), the flickering doesn't exist at all. There must be some issues in this wrapper repository.

The example works on my Chrome desktop too without any problem, but on mobile device no object can be seen. I even tested a video object and the video plays...

I also checked it out that the examples work fine on version 0.13.1 but not the latter ones.

I think I found the causing problem. It seems that the matrixGL_RH value (which the marker position depends on it), at the beginning of detection is not precise. Then the...

Something like this ``` ... class OneEuroFilter { constructor({ minCutOff, beta }) { this.minCutOff = minCutOff; this.beta = beta; this.dCutOff = 0.001; // period in milliseconds, so default to 0.001...