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

Same marker multiple objects #103

Open
TyroneStaMaria opened this issue Mar 3, 2024 · 2 comments
Open

Same marker multiple objects #103

TyroneStaMaria opened this issue Mar 3, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@TyroneStaMaria
Copy link

Is it possible to detect the same marker at the same time and render two different objects?

@Heyn1999
Copy link

Heyn1999 commented Mar 5, 2024

Hello, I am doing the same thing as you. I saw that there is an option about 2D tracking under ARXController in Unity. It defines the maximum number of tracking. It may be to solve this problem, but after testing, it does not achieve the expectation.
屏幕截图 2024-03-05 151837

@philip-lamb
Copy link
Member

If you're using square markers it is possible to track more than one instance of the same marker, although you'll have to modify the example code to make use of this capability.

For the 2D texture markers, it's not currently possible. I guess it's a project someone could take on if they were interested, but you'd be diving deep into implementation details of the tracker.

@philip-lamb philip-lamb self-assigned this Nov 28, 2024
@philip-lamb philip-lamb added the enhancement New feature or request label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants