text stringlengths 1 353 |
|---|
You can replace the modules as you want. |
You all hear me. |
For example, what is sex? |
The desire for food and sex is part of human nature. |
What is our core operating system? |
It's about changes. |
The Chinese classic, Book of Changes, touches upon lots of changes. |
Going beyond it, we have our Five Constant Virtues adn our propaganda slogan. |
What you do not want done to yourself, do not do to others. |
Going beyond, we have our social framework. |
What is it then? |
Family. |
Family is the foundation on which our nation and society are constructed. |
And over it is our language. |
This social operating system is quite simple, actually, perhaps the simplest one in the world among all the other operating systems. |
This system was developed almost 2500 years ago. |
Who developed it? |
Confucius. |
Who were on his team? |
Ten core CXOs, or the so-called Ten Philosophers: including Zilu, Zigong, Zengshen and etc. |
And who else? |
Other 72 "Project Managers" who he deemed also as good performers as well as the other 3000 disciples as his programmers. |
Right? |
How many years did they take to develop such a system? |
Almost 14 years during which they paid visits to 10 countries. |
What was he doing then? |
To promote his system. |
And it had good results. |
At least the system he created is still alive after 2000 years. |
What's gone are applications built on the system, like the Qing Dynasty, Yuan Dynasty, Song Dynasty. |
The applications have come and gone but never the structure of the system, right? |
You see that the very meaning of the system, including its courtesy and the idea of family, stays. |
This understanding reminds us of the fact that we do have something. |
If you do it all over again, you can spot other operating systems, including the western civilization based on Socrates' philosophy, or Islam by Muhammad, whose influences are in fact overshadowed by ours. |
So why on earth did we abandon our operating system? |
So what are we waiting for? |
I think from my perspective, from our perspective, it is about time. |
For what? |
Let's open our heart and reinstall our operating system. |
Thank you! |
Hello, everyone. |
Today, I am pleased to introduce to you how to quickly create an AR app using AR Open SDK. |
First, I will introduce the AR access process, which consists of three steps. |
First, the developer accesses the Baidu developer backstage with a Baidu account, creates an AR-capable app, and downloads the AR Open SDK. |
Second, upload the AR content package to the AR content platform. |
Third, integrate the AR SDK into the app. |
I shall now demonstrate the whole process. |
First, visit ai.baidu.com. |
Choose Console. |
Log in your Baidu account. |
Choose Product Service and then AR. |
Click Create App. |
Enter App Name. |
Choose App Type and Interface Type. |
Enter AR Package Name. |
Fill in App Description. |
Return to App List. |
By now, an AR-capable app has been created. |
Next, download the AR SDK. |
Navigate to the management page. |
Click Download SDK. |
Find AR. |
Two options, one for Android and one for iOS, are provided. Download the one you need. |
Let me now introduce these two versions. |
First, the Android version. |
I will introduce the content in the SDK. |
The SDK consists of five parts. |
The first part is a basic developer document. |
The second part is a demo. |
The third part is a libs folder which contains jar packages and corresponding so libraries. |
The fourth part is the resources required during AR usage. |
Developers can copy them to their projects. |
The sample folder contains AR content creation cases. |
Developers can conduct development based on these cases. |
Next, I will introduce how to upload an AR app. |
Find Content Creation. |
Choose Create New Project. |
Choose a template like IMU Template. |
Click on Next Step. |
Set Project Title. |
Choose the app we created just now, AR test, for Channel Selection. |
Click on Next Step. |
Choose Resource Package. |
For the resource package content, we can find IMU in the sample folder in the AR SDK package we downloaded just now. |
Click Submit. |
By now, the AR content package in this case has been uploaded successfully. |
Two values, AR Key and AR Type, are generated. |
They will be used during AR SDK integration. |
Next, I will introduce how to integrate the AR Open SDK into your project directory. |
First, import the decompressed jar package and corresponding so libraries to your project. |
In addition, copy the resource files on which the AR runtime environment depends to your res directory. |
Third, configure the Manifest file and add the permissions necessary for the AR runtime environment. |
Fourth, initialize the AR environment in the codes and add AR Fragment to your page. |
First, initialize resources. |
Set the App ID, API Key and Secret Key for your app. |
In addition, set the AR Key and AR Type for the resource package that displays the AR content. |
The third step is to create an AR Fragment and add the Fragment to your layout. |
The AR SDK provides a Callback interface. |
It contains three interfaces- one sharing interface, one URL sending interface, and one AR blacklist callback interface. |
By now, AR integration has been completed. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.