Dec 22, 2020
Catchoom Team
Continuous Scan, Finder Mode, SDK, Single Shot
We allow searching continuously for matches while the user just points (or tosses) the camera around – we call it Finder Mode. You can read about the Finder Mode and our Single Shot Mode in this article.
You can do it through the CraftARCloudRecognition interface.
1 2 |
CloudSearchController cloudSearchController = (CloudSearchController) mCloudIR.getSearchController(); cloudSearchController.setSearchPeriod(500); |
1 |
[[CraftARCloudRecognition sharedCloudImageRecognition].mSearchController setSearchPeriod: 500]; |
The search period is expressed in miliseconds and the minimun period is 500ms, this is, a maximum of two search queries per second.