Skip to content

AR Resources

markusTraber edited this page Jun 18, 2020 · 5 revisions

AR addons for openFrameworks

ofxARCore

  • experimental addon
  • uses Google ARCore API
  • for Android
  • last commit (Addon): 20.05.2018
  • features
    • camera tracking
    • camera picture rendering
    • Anchor Support

ofxAruco

  • provides the C++ Library ArUco as an ofx addon
  • uses OpenCV
  • Addon does not seem to be actively maintained
  • ArUco itself seems to be actively maintained
  • Features
    • Marker Detection
    • AR Board Detection
    • up to 1024 Marker
    • can be utilized easily with OGRE-Engine and OpenGL
    • quick, reliable, Multi-Plattform aufgrund der Eigenschaften von OpenCV
  • Notizen

ofxARKit

  • Für iOS
  • Nutzt Apple ARKit
  • Addon wird aktiv entwickelt
  • Konnte ich nicht direkt zum Laufen bekommen, möglicherweise geht es mit iOS Hardware besser

AR Toolkits (not specifically made to function with ofx)

artoolkitX

  • OpenSource Projekt C/C++
  • Multiplattform (Win, Mac, Linux, Android, iOS)
  • Wird aktiv entwickelt
  • In Zukunft sollen die AR APIs von Apple und Google verwendet werden
    • Möglicherweise auch Support für Raspberry Pi
  • http://www.artoolkitx.org/
  • Beispiel für verschiedene Plattformen inkludiert

ApertusVR

  • OpenSource C++
  • Set of Embeddable Libraries to integrate into existing projects
  • Sehr breiter Hardware und Betriebssystems Support
  • http://apertusvr.org/

Vuforia

More: https://en.wikipedia.org/wiki/List_of_augmented_reality_software

Clone this wiki locally