-1

In my application I want to implement augmented reality concept.In my application if I concentrate on an image that should be detected and it should display related image or video of that image. I searched a lot for augment reality examples but I did not get related example. Please help to get augmented reality.To achieve augmented reality is necessary to import any library files and SDK versions.

Community
  • 1
  • 1
user1083266
  • 1,751
  • 3
  • 24
  • 26

1 Answers1

0

You can have a look at OpenCV sdk for android.

Among other things it allows to catch frames from the phone camera and do some manipulation on those frames before rendering them. So you can draw something on the frame. There's a sample where they get video from camera then do some action on that video.

I don't know if this is a good choice for your task, that's the only one I know of, never dealt with AR.

Alexander Kulyakhtin
  • 47,782
  • 38
  • 107
  • 158