Windows eSDK Overview

The Windows Embedded SDK provides the ability to set up and use a face detector and face recognizer to detect and recognize associated objects.

The SDK is distributed as a NuGet package that makes it easy to add the SDK to your project.

Do the following:

  1. Right-click your project in the MSVC Solution Explorer and choose Manage NuGet Packages from the menu. The NuGet package manager UI appears.
  2. Select the entry for RealNetworks.eArgus.SDK; you may be required to add the disk location where you downloaded the SDK package to the package manager.
  3. Click Install. The SAFR Embedded SDK package is installed and added to your project. This may take a few minutes.
  4. Once the install is complete, go to the Solution Platforms selector and select x64.

Note: Applications taking advantage of the SAFR eSDK must be built for the x64 CPU architecture. Neither Any CPU nor x86 are supported.

See Also