"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

Frame markers questions

Hi, I have several questions. What is the max frame markers I can use? How do I create frame markers? QCAR has 4 example ones I readed somewhere that it can go up to 512 :S how? Can I detect 1 frame marker twice? For example the Q in the example project can i print 2 Q's ? Thanks in advance.

You can use all 512 frame markers in a single project. Here's the bit of code that creates the frame markers in the sample (in the initTracker method of FrameMarkers.cpp): [CODE] // Create frame markers: if (!markerTracker->createFrameMarker(0, "MarkerQ", QCAR::Vec2F(50,50)) || !ma

Little correction.

For Frame Markers only, it is possible to go beyond the 5 limit,

for instance, we have been able to track more than 20 frame markers in the same view without seeing issues, although the actual limit may depend on the specifc device used (for performance reason).

Thanks guy's but I posted this thread more then a year ago >.<
I tought I do point out that I already worked it out a long time ago eheh :P

@moderators
Is necroposting allowed?