Skip to content

Support for tracking 2d printed images #3

@samuelgoto

Description

@samuelgoto

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions