I am using Kudan AR framework https://www.kudan.eu/ to develop iPhone app on Xcode 7.3.1.
I am able to reproduce the basic like how to setup model and tracker. When a marker is detected in an ARCameraViewController, an armodel successfully appears in the camera view.
My situation is: I want to call a function when a marker is detected in ARCameraViewController. The function may be print("hello") or download something.
How may we achieve this?