How to start writing an augmented reality application

后端 未结 9 1721
遥遥无期
遥遥无期 2021-02-01 08:17

I have been looking at creating an augmented reality application. Can anyone suggest a preferred technology platform to start writing an application of this kind.

I wou

9条回答
  •  春和景丽
    2021-02-01 08:44

    Your best bet is probably a cell phone of some kind.

    I would go for Android. With the built in Accelerometer and GPS on Android phones, it won't be too hard to tag locations and detect if you are looking at them. You can then create an overlay ontop of the camera input to tag locations and the like. There are some people who have done similar things on this platform, so you might even get some help.

    Good Luck.

提交回复
热议问题