Hi,
I want to detect marker within marker, like your Bert and Ernie Video sample First you guys detect first marker and draw walls around that and when you put Bert on First marker it becomes also second marker and show virtual object of Bert. I want to do same replica but I am using Just image any super hero and a ground as a marker. I want to do same task which you are doing but only difference I am using simple images as a marker. So I am getting confuse on two things.
How Can I detect marker within marker.
How can I able to detect second marker when it comes in range of First marker, just like you guys are doing in Bert and Ernie sample.
Help me on that, this will be great for me. Thanks in advance.
Hi, the Bert and Ernie sample was an experimental demo, built with some ad-hoc additioal techniques; the standard SDK does not provide the full feature set used in that demo;
however, you coudl try combining multiple Image Targets or Frame markers to create your virtual environment
(for instance, if you check the FrameMarkers sample, you will see that we use 4 different markers and create an augmentation of those);
you can also use multiple Image Targets (for that you will need to increase the Max Simultaneous Image Targets field in the QCARBehaviour in the ARCamera inspector);
for the occlusion issue, to some extent Vuforia is able to compensate for mutual occlusion of targets, but you will need to test to see if this effectively meets your requirements.