^-^
人工智能、计算机、机器学习、linux、程序员
Arcore-Android
最近更新:2020-07-06   |   字数总计:2.6k   |   阅读估时:16分钟   |   阅读量:
  1. 1. Quickstart for Android
    1. 1.2 Set up your development environment
    2. 1.3 Open the sample project
    3. 1.4 Prepare your device or emulator
    4. 1.5 Run the sample
    5. 1.6 Next steps
  2. 2. Enable ARCore
    1. 2.1 Using Google Play Services for AR to enable ARCore functionality
    2. 2.2 Add AR Required or AR Optional entries to the manifest
      1. 2.2.1 AR Required apps
      2. 2.2.2 AR Optional apps
    3. 2.3 Add build dependencies
    4. 2.4 Perform runtime checks
      1. 2.4.1 Check whether ARCore is supported (AR Optional apps only)
      2. 2.4.2 Request camera permission (AR Optional and AR Required apps)
      3. 2.4.3 Check whether Google Play Services for AR is installed (AR Optional and AR Required apps)
    5. 2.5 Compliance with User Privacy Requirements
    6. 2.6 Next steps
  3. 3. Run AR Apps in Android Emulator
    1. 3.1 Set up your development environment
    2. 3.2 Get Android Studio and SDK tools for ARCore
    3. 3.3 Create a virtual device with AR support
      1. 3.3.1 Create a new Android Virtual Device (AVD)
    4. 3.4 Run your app
      1. 3.4.1 Update Google Play Services for AR
      2. 3.4.2 Control the virtual scene
        1. Move the virtual camera
      3. 3.4.3 Add Augmented Images to the scene
      4. 3.4.4 Troubleshooting tips