Community
Topic: Android SDK
Saving markers and media localy
Hi,
I'm trying to add markers and media after the app is built and deployed, but could not find a way to do so.
I've managed to save the markers into the external storage under my app dir (com.myApp > markers) but I see they're not getting recognised, since they haven't been appended to the sdk's internal db and ARNativeWrapper can't store them in its 'activeMarkers' hash map.
Where and how should I add them markers so they could be recognised, and where and how can I add media (I use videos for the AR video player) so they could be played?
Please advice,
Guy
Hi,
with the standard license It's not possible to modify or add markers after app installation without pushing a new app version on the stores. If you need to dinamically change the app markers it's better to use our cloud recognition service.
Best regards,
Hello
So, We could not add marker from local storage after installation of app .
Regards,