Hi all,
I would like to combine ImageTargets and FrameMarkers together as a project.
Basically, I want android camera detects the ImageTarget (i.e modem) and displays some text in an image form using frame markers.
Is this possible?
How do I incorporate frame marker into image target??
And i saw this code portion in the Qualcomm Developer Guide. How does this works? What else i need to do/change to make it work?
xsi:noNamespaceSchemaLocation="qcar_config.xsd">
Please help...
Start by adding a single frame marker to the ImageTargets sample. You can open the config.xml file and add a line like this:
Now when you look at frame marker 0 you should see a teapot on it. You can react differently to the marker by checking for the name "mymarker" in the renderFrame method in ImageTargets.cpp:
- Kim