You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
}
}
The text was updated successfully, but these errors were encountered:
I run your demo day04
Task {
try await session.run([worldTracking])
The text was updated successfully, but these errors were encountered: