0

I'm using Artoolkit AR SDK for Android and i have a problem. When marker is in center of screen, then model is on marker. Correct

But when marker moving from center of screen, 3d model shifted from marker. Incorrect

I can't understand where the mistake.

  • hi @Rusian khuako i am new to AR. Please tell me how to add bitmap texture in ARToolkit Sample code . Need your help – Nipun Gogia Apr 10 '17 at 11:21
  • hi @NipunGogia you must use simple openGl example with cube, swap cube with squad and apply texture to this squad, this is very useful info about applying textures: https://www3.ntu.edu.sg/home/ehchua/programming/android/Android_3D.html – Ruslan Khuako Apr 12 '17 at 12:34

1 Answers1

1

That's a FOV problem. Try using a different resolution on the camera.

shalafi
  • 3,926
  • 2
  • 23
  • 27