Community
Topic: Cloud recognition
Testing more markers on trial version (SOLVED)
I followed this tutorial for testing more markers on trial version (TestRecognitionXamarin) :
https://developer.pikkart.com/contenuto/contenuti--ecm/cloud-recognition.ashx
The last step image has a download button when the status is Successfully encoded . Although in my case this button doesn't appear.
Inside solution folder "markers.bundle" has 3_517.dat that is the first marker test. How can i add more tests and videos ?
Thanks.
Hi,
the last tutorial image was removed because it was related to an old version of the Cloud Recognition Service. Thanks for the reporting.
You can download only markers created in "Local" databases. "Cloud" databases can only contain markers recognized by a cloud recognition (with GLOBAL recognition mode).
Best,
Thanks !! I download .dat file for local marker . I add this file inside markers.bundle.
But the app doesn't scan this marker . What can i do for setup scan marker and add more videos for markers ?
Hi,
in the tutorial source code, inside the DrawInRect(...) method, you should find the following condition
if (CurrentMarker.Id == "3_517") {...}
This condition should be modified with your new marker's id.
Anyway the tutorial's logic has been written to manage only one video player, so it has to be modified in order to manage more videos with that player, or more players.
Best,
I have added marker in my database, but i can doenload only .png files how can i download .dat file??
Hi,
only markers created in "Local" databases can be downloaded. "Cloud" databases can only contain markers recognized by a cloud recognition (with GLOBAL recognition mode).
To download the .dat from a local database you must, in the marker edit page, scroll to the bottom and press the download button choosing the application marker type.
Best,