English
Appearance
English
Appearance
Image AR corresponds to the image2d-tracking type.
A typical flow looks like this:
tracked after the camera recognizes the target imagelostTrack when the target image is lostThe most commonly used events in Image AR scenes are:
readydownloadAssetProgressloadSceneEndsceneStarttrackedlostTrackYou can hide the default scanning UI with the hideScan property and render your own guidance on the host layer.
If the scene is configured with a custom scan image, scan copy, or an entry for downloading the target image, the default Kivicube UI handles that automatically. If you fully customize the host UI, you need to provide those guides and implementations yourself.
Image AR scenes also support gyroscope-related behavior:
So for iframe integrations, it is still recommended to disable the gyroscope first whenever possible.
Image AR scenes are commonly paired with:
tracked and lostTrack makes the experience much more stable for users.