1

Is there any Augmented Reality Framework which support marketless tracking on android phone ? i have searched a lot but mostly are marker based framework

Framework that does not support Marker less Detection

Qualcomm ( QCAR ) ARToolkit NyARToolKit

someone has suggested Ferns but no idea how well that product is for android phones

Hunt
  • 8,215
  • 28
  • 116
  • 256

2 Answers2

0

There aren't any to my knowledge. There are some videos floating around that demonstrate a PTAM implementation on Android phones from a korean university, but it hasn't been released yet.

Lennart
  • 9,657
  • 16
  • 68
  • 84
0

As far as I know there is no framework for sensor based (using GPS, accelerometer, magnetometer) AR yet. The framework exist only support marker-based augmented reality.

But you can use Wikitude API or create it from scrath. There is an example of sensor based augmented reality here. You can try to learn from it and you can also download the code example.

variant-45
  • 391
  • 1
  • 7