- Sort Posts
- 7 replies
- Last post
Re: how to detect the Specific image
August 25, 2011 - 4:40pm #6
Re: how to detect the Specific image
August 25, 2011 - 7:03am #5
I did find the renderFrame method but i am not able to understand the code in it. I am a beginner and i could not find some relevant information to my knowledge to get the simple image tracking application to work. I have got the trackable and placed the two files in assets folder of my new application how should i proceed further?? Thanks in advance
Re: how to detect the Specific image
August 24, 2011 - 3:24am #3
Hello,
Now take a look at the Dominoes sample app. Specifically look at the renderframe method of Dominoes.cpp . In there you can see how a message is displayed on the first frame when the target is detected.
Replace the code for displaying a message with your code. You probably also want to remove everything else since you don't need the tracker. If you don't want to keep using the camera you may also want to deinit qcar with
Thank you,
-Peter