I'm trying to modified the VirtualButton sample code to track my own Image target with seven virtual buttons. I've got the buttons' boundary right, but button->isPressed() always return true on every visible buttons.
I've also tried setting sensitivity to LOW, but it still won't work. What am I doing wrong?
Hi, I've got it to work by shrinking the height of the button area by half, so that the entire button area has features. So I'm guessing my problem was caused by part of the button region has no feature?
Anyway, thanks a lot! Perhaps this should be in the best practices section in the dev guide? :)