iosaugmented-realityarkitledtargeting

Can I use LEDs as an augmented reality target?


I just started programming! I am currently trying to build an augmented reality app using LEDs on IOS platform. I was wondering if a light (like an LED) can be used as an AR target or can be add as a marker target.


Solution

  • You could solve this by object tracking a LED light. But tracking of LED light wouldn't work if it will be turn on while tracking, because the light would confuse device camera which would consequently lead to bad tracking experience.

    More on how to use object tracking with ARKit, you can find out on this link: Scanning and Detecting 3D Objects