Unity-Technologies / arfoundation-samples

Example content for Unity projects based on AR Foundation
Other
3.07k stars 1.15k forks source link

Possibility of cloud database in image recognition #701

Closed midopooler closed 3 years ago

midopooler commented 3 years ago

Hello everyone, I am aware of Vuforia and Wikitude providing cloud database option in the image tracking. But I can't find any such option in ARfoundation or ARcore. I want to link my image database with the one I'm having on AWS S3 bucket.

I know this is easy in vuforia but I want to reduce my costings, That's why I'm here

tdmowrer commented 3 years ago

ARFoundation does not have a "cloud database option", but you can download images and add them to a reference image library at runtime. See this sample for an example.

midopooler commented 3 years ago

I know that it is not available in ARfoundation, but anyhow I want to build it myself. Could you give me any hints/tips? @tdmowrer

tdmowrer commented 3 years ago

Yep, like I said, you can download images at runtime and create a new (or add to an existing) reference image library. The sample I mentioned shows how to add novel images to an existing reference image library. There is also documentation here.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.