I am trying to do vuforia object recognition ?Need to make changes like if two objects it should identify it with some entity instead of shades.

1

There are 1 answers

0
yakobom On

Regarding the color: setUIScanlineColor() and setUIPointColor() methods of the TargetFinder class allow you to set the RGB float values. I did not really understand the other questions, please elaborate a bit more.

Regarding two objects - yes, Vuforia supports detection of up to 2 objects in a scene.