I am trying to track a shoe,its working fine. But my requirement is to detect the views i.e,whether its a left view or a top one. How can i achieve this. Can anyone help me out.
Assuming that you are using our Object Recognition feature, potentially you could use the Vuforia Object Scanner such that you only create datasets for a particular "view" of the shoe, i.e. front, left side, right side, etc. Each of these would be a unique device database, and as such you could design your app logic such that if a "view's" dataset is recognized, do something.
Hello,
Assuming that you are using our Object Recognition feature, potentially you could use the Vuforia Object Scanner such that you only create datasets for a particular "view" of the shoe, i.e. front, left side, right side, etc. Each of these would be a unique device database, and as such you could design your app logic such that if a "view's" dataset is recognized, do something.
Good luck.