Hello, I am Albert Lee (@Mars Studio), AR independent developer. Computer vision and AI researchers.
AR Development Resource Summary (constantly updated):Https://github.com/GeekLiB
Public number: AR developer
AR Developer Park: 427199775
Google Tango Developer: 561889616
Usens Developers: 399139921
Part I: Overview (RIP section)
After trying to use Vuforia,hiar, Easyar SDK to develop AR application, really, Easyar really let a person in front of a bright feeling, if said Vuforia is "black box", development more rigid words, depending on the Chen technology Easyar SDK is relatively open some, The development features are rich and can meet most of the developer's needs. SO (everyone can learn):
1. The future of mobile development, will be preferred Easyar.
2. In the development of HoloLens AR related function, I will choose Vuforia.
3. In the domestic AR market development, will choose HiAR (HiAR-Glasses smart glasses), Realmax SDk (Realmax ar eyes, has been listed)
Part II: Construction of Easyar development environment
1. Download the Easyar SDK. Website address:http://www.easyar.cn/
2. Open unity, create a new project, and import the development package.
3. Get key on the website
4. Initialize Easyar
Find Easyar.unitypackage, open and import into unity.
Add Easyar prefab or other prefabs to the scene. Drag Easyar prefab into the scene.
Paste the key you just acquired into this
5. Small trial Sledgehammer
Add Imagetarget
and erase the Imagetargetbehaviour Script component.
The next step is key, download Easyar SDK v1.3.1 Unity Samples, the official website can be found, after downloading, in the file to find
Helloar/assets/helloar/scripts/easyimagetargetbehaviour.cs Drag it into the project and add the component to Imagetarget.
6. Create a JSON file
Before you create it, you can import your identity map,
This is the JSON file, supplemented, in your downloaded instance Helloar/assets/helloar/streamingassets can also be found, of course you can use.
Image: The file name you poured into the picture
Name: The name of your image
Size: You define the picture sizes
Next fill in the following information:
Path: The JSON file name you created;
Name: You create a picture with the names:
7. Display effect
OK, when you're done here, even if you succeed, you can create a recognizable object in the Imagetarget, then you can. Let's look at the effect.
Part III: Epilogue (continue to rip)
Recently I also used the Easyar SDK in the project, after the launch, I will write a development process, then open source. I hope you will continue to support. More hope that the vast number of developers into the industry of AR Development. Do not know the knowledge can communicate with me oh,, we progress together.
Wen/albertlee (author of Jane's book)
Original link: http://www.jianshu.com/p/a00115099e97
Copyright belongs to the author, please contact the author to obtain authorization, and Mark "book author".
Easyar Development Tutorial Series Sledgehammer trial