Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is Tracking Config possible outside of A-Frame? #505

Open
masonpajunas opened this issue Mar 6, 2024 · 1 comment
Open

Is Tracking Config possible outside of A-Frame? #505

masonpajunas opened this issue Mar 6, 2024 · 1 comment

Comments

@masonpajunas
Copy link

I am using the THREE.js installation method for Image tracking and would like to adjust the smoothing control but the documentation only provides examples of how to change the values of filterMinCF and filterBeta while using a-frame.

Is there any way of similarly adjusting without using a-frame?

@LoveDotMarketing
Copy link

LoveDotMarketing commented Mar 7, 2024

Was wondering this as well and found those parameters inside MindARThree().
However, I do not see a difference when changing the values. Things still seem jittery in image tracking.

const mindarThree = new MindARThree({

      container: containerRef.current,
      imageTargetSrc: "/business-card.mind",
      filterMinCF: 1.0,
      filterBeta: 10000

    });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants