I am trying to modify the Kudan AR tutorial for android which I got it from here. Everything works fine and now I am trying to change to my own marker. I have tested with the windows sample pictures like the Tulips and it works well too. But when I change to my own pictures, the 3D models just did not appear while the marker is detected already.
I have used the kudan AR toolkit to generated the .KARMarker file and added into the DemoMarker function. I have changed the expected Id in the Marker Transform Driver as well, actually I have done all the neccessary steps. When I was testing on my android phone, it shows that the marker is detected, but nothing shows up.
I have searched through the whole internet, one more infomation I got was that it may caused by the scale of the 3D object which means it may be too small comparing to the marker size, so it may have appeared but we just can't see. Then I did changed the size of the model and the size of the marker to ensure that it isn't too big or too small, but after all these, I still can't see the augmented object.
Could anyone please help, I really have no idea where went wrong, why the sample pictures works well but my own pictures won't, is it the pixel problem? I understand what makes a good marker but anyway my marker is being detected so doesn't it mean that my marker is actually qualified? any input would be really appreciated.