Skip to content
Randѕon edited this page Nov 24, 2019 · 4 revisions

Welcome to the Vufer wiki!

Learn how to get targets, create new and view a summary from Vuforia.

Summary

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"
}

Targets

Please take a loot at our next page about targets.

Clone this wiki locally