I got a task to do in the Augmented Reality subject. I need to develop an android app with augmented reality, where i have an image target that i can scan with my camera, and i need to display a 3D object on it. Now the problem is this, let's say i have a 3D object of a cube. I need to have the ability to control the click of every side of my 3D cube. if i click on one side of the cube, i'll be able to do one thing, and if i click on another side of the cube, i'll be able to do another thing.
I'm using the ARToolkit framework which based on opencv. I'm using the AR simple project of the ARToolkit SDK, the source code i took from here:
https://github.com/kosiara/artoolkit-android-studio-example
The opencv libraries were made with c++.
hopefully you guys can help me, I've been searching for hours for a solution. I've searched for other frameworks, and tried doing it myself, but i had no success in this.