Show augmentations from target manager on device (iOS)
F
Florian Vates
started a topic
about 6 years ago
I've uploaded an image to the target manager and put two labels (augmentations) on it as a test. However, I can't seem to find them when I scan the image. It get's detected (in the didTrackImage method) but doesn't show any of the augmentations. None of the example projects seem to have that feature either, only displaying the orange rectangle around it. iOS documentation and community is pretty limited so I'm reaching out here hoping to find some help.
I am a bit confused with what exactly you are doing, since you mentioned target manager and Native iOS. Could you please explain in details which Wikitude products/service you are using and what is your use case? Also, if
you only see an orange border around the image in the camera view
once it’s recognized then you are using our Native API and this is
expected behavior. The Native API does not provide any rendering
options - you’ll need to take care of the rendering on your end
with this API. If you want to make use of the Wikitude rendering
you’d need to work with our JS API or Cordova, Titanium, Xamarin
extensions.
Florian Vates
I've uploaded an image to the target manager and put two labels (augmentations) on it as a test. However, I can't seem to find them when I scan the image. It get's detected (in the didTrackImage method) but doesn't show any of the augmentations. None of the example projects seem to have that feature either, only displaying the orange rectangle around it. iOS documentation and community is pretty limited so I'm reaching out here hoping to find some help.
best, Flo