"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Doesn't detect frame markers of ID higher than 3

Hello!

 

I have a problem with detecting Frame Markers. I made an Android application which works great if I use Frame Markers of ID 0, 1, 2 or 3. But Vuforia doesn't detect Frame Markers of higher ID. It says that there are no markers detected on frames when I point the camera at a Frame Marker of ID 4 or higher.

 

Can anyone point me in the right direction? I have no idea why it would flawlessly detect the first 4 Frame Markers but not the rest. I know that the Frame Markers sample was made to show objects on top of the first 4 Frame Markers, but i removed that code and made sure that it wasn't my mistake by printing out the state.getNumTrackableResults() each frame which prints 0 for Frame Markers higher than ID 3.

 

Kind regards