Install Azure Percept development tools

Important

Retirement of Azure Percept DK:

Update 22 February 2023: A firmware update for the Percept DK Vision and Audio accessory components (also known as Vision and Audio SOM) is now available here, and will enable the accessory components to continue functioning beyond the retirement date.

The Azure Percept public preview will be evolving to support new edge device platforms and developer experiences. As part of this evolution the Azure Percept DK and Audio Accessory and associated supporting Azure services for the Percept DK will be retired March 30th, 2023.

Effective March 30th, 2023, the Azure Percept DK and Audio Accessory will no longer be supported by any Azure services including Azure Percept Studio, OS updates, containers updates, view web stream, and Custom Vision integration. Microsoft will no longer provide customer success support and any associated supporting services. For more information, please visit the Retirement Notice Blog Post.

The Dev Tools Pack Installer is a one-stop solution that installs and configures all the tools required to develop an advanced intelligent edge solution.

Mandatory tools

Optional tools

Known issues

  • Optional Caffe, NVIDIA DeepStream SDK, and Intel OpenVINO Toolkit installations might fail if Docker isn't running properly. To install these optional tools, ensure that Docker is installed and running before you attempt the installations through the Dev Tools Pack Installer.

  • Optional CUDA Toolkit installed on the Mac version is 10.0.130. CUDA Toolkit 11 no longer supports development or running applications on macOSity.

Docker minimum requirements

Windows

  • Windows 10 64-bit: Pro, Enterprise, or Education (build 16299 or later).

  • Hyper-V and Containers Windows features must be enabled. The following hardware prerequisites are required to successfully run Hyper-V on Windows 10:

    • 64-bit processor with Second Level Address Translation (SLAT)
    • 4 GB system RAM
    • BIOS-level hardware virtualization support must be enabled in the BIOS settings. For more information, see Virtualization.

Note

Docker supports Docker Desktop on Windows based on Microsoft’s support lifecycle for Windows 10 operating system. For more information, see the Windows lifecycle fact sheet.

Learn more about installing Docker Desktop on Windows.

Mac

  • Mac must be a 2010 or a newer model with the following attributes:

    • Intel processor
    • Intel’s hardware support for memory management unit (MMU) virtualization, including Extended Page Tables (EPT) and Unrestricted Mode. You can check to see if your machine has this support by running the following command in a terminal: sysctl kern.hv_support. If your Mac supports the Hypervisor framework, the command prints kern.hv_support: 1.
  • macOS version 10.14 or newer (Mojave, Catalina, or Big Sur). We recommend upgrading to the latest version of macOS. If you experience any issues after upgrading your macOS to version 10.15, you must install the latest version of Docker Desktop to be compatible with this version of macOS.

  • At least 4 GB of RAM.

  • Do NOT install VirtualBox prior to version 4.3.30--it is not compatible with Docker Desktop.

  • The installer is not supported on Apple M1.

Learn more about installing Docker Desktop on Mac.

Launch the installer

Download the Dev Tools Pack Installer for Windows, Linux, or Mac. Launch the installer according to your platform, as described below.

Windows

  1. Click on Dev-Tools-Pack-Installer to open the installation wizard.

Mac

  1. After downloading, move the Dev-Tools-Pack-Installer.app file to the Applications folder.

  2. Click on Dev-Tools-Pack-Installer.app to open the installation wizard.

  3. If you receive an “unidentified developer” security dialog:

    1. Go to System Preferences -> Security & Privacy -> General and click Open Anyway next to Dev-Tools-Pack-Installer.app.
    2. Click the electron icon.
    3. Click Open in the security dialog.

Linux

  1. When prompted by the browser, click Save to complete the installer download.

  2. Add execution permissions to the .appimage file:

    1. Open a Linux terminal.

    2. Enter the following in the terminal to go to the Downloads folder:

      cd ~/Downloads/
      
    3. Make the AppImage executable:

      chmod +x Dev-Tools-Pack-Installer.AppImage
      
    4. Run the installer:

      ./Dev-Tools-Pack-Installer.AppImage
      
  3. Add execution permissions to the .appimage file:

    1. Right click on the .appimage file and select Properties.
    2. Open the Permissions tab.
    3. Check the box next to Allow executing file as a program.
    4. Close Properties and open the .appimage file.

Run the installer

  1. On the Install Dev Tools Pack Installer page, click View license to view the license agreements of each software package included in the installer. If you accept the terms in the license agreements, check the box and click Next.

    License agreement screen in the installer.

  2. Click on Privacy Statement to review the Microsoft Privacy Statement. If you agree to the privacy statement terms and would like to send diagnostic data to Microsoft, select Yes and click Next. Otherwise, select No and click Next.

    Privacy statement agreement screen in the installer.

  3. On the Configure Components page, select the optional tools you would like to install (the mandatory tools will install by default).

    1. If you are working with the Azure Percept Audio SoM, which is part of the Azure Percept DK, make sure to install the Intel OpenVino Toolkit and Miniconda3.

    2. Click Install to proceed with the installation.

    Installer screen showing available software packages.

  4. After successful installation of all selected components, the wizard proceeds to the Completing the Setup Wizard page. Click Finish to exit the installer.

    Installer completion screen.

Docker status check

If the installer notifies you to verify Docker Desktop is in a good running state, see the following steps:

Windows

  1. Expand system tray hidden icons.

    System Tray.

  2. Verify the Docker Desktop icon shows Docker Desktop is Running.

    Docker Status.

  3. If you do not see the above icon listed in the system tray, launch Docker Desktop from the start menu.

  4. If Docker prompts you to reboot, it's fine to close the installer and relaunch after a reboot has completed and Docker is in a running state. Any successfully installed third-party applications should be detected and will not be automatically reinstalled.

Next steps

Check out the Azure Percept advanced development repository to get started with advanced development for Azure Percept DK.