Search Unity

AR with custom marker

Discussion in 'General Discussion' started by Zaicheg, Apr 29, 2016.

  1. Zaicheg

    Zaicheg

    Joined:
    Sep 30, 2009
    Posts:
    46
    Hi.

    In what plugin/sdk can I use random image (for example, downloaded from a user file or from the Internet at runtime) as a marker (target) for the augmented reality?

    Target platform: Android, iOS
     
  2. JohnnyA

    JohnnyA

    Joined:
    Apr 9, 2010
    Posts:
    5,041
    Almost all of them. Vuforia is pretty easy to get going with.

    Moodstocks is amazing for ultra fast recognition, but no native Unity integration.

    PS I think there's an AR/VR subforum.
     
  3. Zaicheg

    Zaicheg

    Joined:
    Sep 30, 2009
    Posts:
    46
    Vuforiya need to upload images to their site (via HTTP Request) to processing. We may not be the Internet.
     
  4. JohnnyA

    JohnnyA

    Joined:
    Apr 9, 2010
    Posts:
    5,041
    I don't think there's anything that does marker recognition without post-processing in a performant and accurate way. You could look to do the post-processing on the device though (will likely take some time).

    Maybe try something open source like ARToolkit so you can manipulate the feature generation.