-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Randѕon edited this page Nov 24, 2019
·
4 revisions
Learn how to get targets, create new and view a summary from Vuforia.
To get a summary of images from a cloud database, you must ensure that the ENV keys are properly set. After that you can call the Vufer.summary to load images from a cloud database.
Vufer.summary{
"active_images": 14,
"current_month_recos": 0,
"failed_images": 0,
"inactive_images": 0,
"name": "Database Name",
"previous_month_recos": 0,
"processing_images": 0,
"reco_threshold": 1000,
"request_quota": 100000,
"request_usage": 0,
"result_code": "Success",
"target_quota": 1000,
"total_recos": 0,
"transaction_id": "7f141566c23643c28481dfedacf8c737"
}Please take a loot at our next page about targets.