- Sort Posts
- 9 replies
- Last post
How to customize sample code
July 23, 2013 - 11:17am #10
How to customize sample code
July 23, 2013 - 7:34am #5
sorry for bad english. I don't want Image Targets. I need to use cloud recognition. I stored some images in database, then image recognize i need to retrieved data at runtime using cloud recognition. Shall i use sample code for my own app? Can i customize this code for my requirement?
How to customize sample code
July 23, 2013 - 7:28am #3
How to customize sample code
July 23, 2013 - 5:13am #2
How to customize sample code for my own app ?
That's a very generic question; as a general rule, you will need to study the Vuforia API and the sample code, undesrtand what the sample code does, and then elaborate your own customizations.
Also, before starting any customization, it is generally good to have a clear idea of what are the requirements of your final application.
You can either start from the sample code and gradually modify it and add your own code to it;
or you can start from scratch, that's up to you, but both approaches are possible