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

what is worldtracking meaning #2

Open
heguihan opened this issue Jul 12, 2023 · 2 comments
Open

what is worldtracking meaning #2

heguihan opened this issue Jul 12, 2023 · 2 comments

Comments

@heguihan
Copy link

I run your demo day04
Task {
try await session.run([worldTracking])

        for await update in worldTracking.anchorUpdates {
            switch update.event {
            case .added, .updated:
                print("Anchor position updated.")
            case .removed:
                print("Anchor position now unknown.")
            @unknown default:
                break
            }
        }
    }
@heguihan
Copy link
Author

is that camera position? but it dose not work on my mac. i want get the camera position ,i can not find the correct api

@satoshi0212
Copy link
Owner

I've tried implementing this, but it didn't make sense at this point.
I will try to test it again at a later date.

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