Search code examples
androidaugmented-realityvuforia

AR Tools based on location based and hand gestures


I want to know what AR "SDK" tools are based on location based and support hand gesture for android


Solution

  • As far as I know, you will need to combine two different tools. For location based, you can check mixare, which is also open source. You can also look at this list of AR tools here, and check the ones that are marked with 'GPS'. It is a little long, and not 100% accurate, but it gathers a lot of usefull information.

    For hand gestures, it really depends what you need - there are various approaches, such that requires some heavy programming with an image processing library like OpenCV, and others. Here are two examples, you can start from these and then consider how to progress: HandWave, HandGestureApp