There are some virtual objects crawling (moving slowly & randomly) in a virtual plane, say 3m x 3m (2-dimensional, in parallel with the floor).
I would like to find the object out using Augmented Reality technology, by seeking around using camera view in Android and iOS. Is it possible? If yes, is there any toolkit/framework that does the work?
I’m not completely sure if this is what you’re looking for, but if you try the example here called Space ShootAR( next to last page), there are little storm troopers running around randomly that you are supposed to shoot.
It’s built in Junaio and works for both Android and iOS.
Do you intend to user a marker on the floor or do you want to use the floor itself as a marker? Depending on the exact situation you plan to create, there are different sdks.
If this example doesn’t fit what you’re looking for, perhaps you could provide a bit more information?
Hope this helps a bit though.