AugmentedImageNode
AR Augmented Image positioned 3D model node
ARCore can estimate the pose of the physical image at runtime as soon as ARCore detects the physical image, without requiring the user to move the device to view the physical image from different viewpoints. Note that ARCore will refine the estimated size and pose of the physical image as it is viewed from different viewpoints.
You can add a single named image to the augmented image database from an Android bitmap per node at runtime or can manage your own AugmentedImageDatabase and configure the session with it: Call com.google.ar.core.Config.setAugmentedImageDatabase, provide the image name to the node and skip bitmap parameter
An image database supports up to 1000 images and can be generated by the arcoreimg
command-line database generation tool provided in the ARCore SDK, or dynamically created at runtime by adding individual images to an AugmentedImageDatabase.
Only one image database can be active in a session. Any images in the currently active image database that have a TRACKING/PAUSED state will immediately be set to the STOPPED state if a different or null image database is made active in the current session Config
Constructors
Properties
Gets the Anchors attached to this node trackable.
Should the node scale depending on the image extents
The augmented image where this node will be placed
Is the AR camera tracking.
The TrackingState of this Node.
The TrackingState of this Node.
Set the node to be visible only on those camera tracking states
Set the node to be visible only on those tracking methods
Set the node to be visible only on those tracking states
Functions
Creates an anchor that is attached to this trackable, using the given initial pose in the world coordinate space.
Creates an AnchorNode that is attached to this trackable, using the given initial pose in the world coordinate space.