I am searching for a simple SDK or webapi to search for a collection of images in the camera stream.
I would prefer to do this on mobile web browser, but i am open to cordova or a other cross-platform suggestions. (i already tried wikitude sdk, but that is too much on licensing)
Example: i have multiple collections of around 20 images. then i choose in which collection to scan. after that the camera view will start and i would like to get a callback, when one of these images gets into camera view. (and i would like to know which one)
Seems like a simple approach, but i could not find a useful solution for me yet.