Search Unity

ARCore - dynamic database on cloud

Discussion in 'AR' started by danielesuppo, Sep 24, 2018.

  1. danielesuppo

    danielesuppo

    Joined:
    Oct 20, 2015
    Posts:
    331
    Hello,
    I'm wondering if is possible to use, for image tracking, a db that rely on server (instead on device), updated with custom pictures created by the users.
    I've googled a bit but I can't see any thread on it...
    Any help would be much appreciated!
    Thanks!
     
  2. moheydy

    moheydy

    Joined:
    Jul 21, 2018
    Posts:
    2
    i have the same question can to upload dynamic of server?
     
  3. chaosemer

    chaosemer

    Official Google Employee

    Joined:
    Jul 5, 2017
    Posts:
    22
    ARCore does not currently support tracking "any" image, you'll need to figure out which images to track in a particular area. A GPS-based geofence would work here. Once you know what images you want to track in the area, you can use AugmentedImageDatabase.AddImage to add images to the database. This can be done at runtime, though it takes time and should be done in a background thread.