-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Both ARKit and ARCore have gained the ability to track 2d images in the real world based on an example and real world dimensions. Here are some notes I took here while reading these APIs.
https://developer.apple.com/documentation/arkit/recognizing_images_in_an_ar_experience
What should that look like as a landmark?
{
@type: Artifact,
asset: "vase.gltf",
landmark: {
@type: TrackedImage,
url: "example.jpg",
dimensions: {
width: "30cm",
height: "10cm",
depth: "2cm"
}
}
}
Specifically, what are the properties of a tracked image? How are the dimensions used? What's the notation for units (css-like notation)? what should we call them?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels