ColinChang.EmotionAnalyze.AffdexExtentsion 1.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ColinChang.EmotionAnalyze.AffdexExtentsion --version 1.3.0
NuGet\Install-Package ColinChang.EmotionAnalyze.AffdexExtentsion -Version 1.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ColinChang.EmotionAnalyze.AffdexExtentsion" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ColinChang.EmotionAnalyze.AffdexExtentsion --version 1.3.0
#r "nuget: ColinChang.EmotionAnalyze.AffdexExtentsion, 1.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ColinChang.EmotionAnalyze.AffdexExtentsion as a Cake Addin
#addin nuget:?package=ColinChang.EmotionAnalyze.AffdexExtentsion&version=1.3.0

// Install ColinChang.EmotionAnalyze.AffdexExtentsion as a Cake Tool
#tool nuget:?package=ColinChang.EmotionAnalyze.AffdexExtentsion&version=1.3.0

This is an extension of Affectiva Emotion SDK for Windows.It will be much more easier to use Affectiva SDK with this extension.

The AutoCameraDetector can access a webcam connected to the device to capture frames and feed them directly to the facial expression engine.

The unit test project ColinChang.EmotionAnalyze.Test shows you how to use it.Check it to have a quick start.

Nuget

# Package Manager
Install-Package ColinChang.EmotionAnalyze.AffdexExtentsion

# .NET CLI
dotnet add package ColinChang.EmotionAnalyze.AffdexExtentsion
  • Add reference of the Affdex.dll to your project.
  • Set affdex-native.dll,tensorflow.dll Copy to Output Directory be "Always Copy"

Requirements

Runtime Requirements

  • Microsoft .NET framework v 4.6.1 or newer
  • Visual C++ Redistributable runtime for VS 2015
  • Affectiva SKD installed
  • Only x64 OS was supported.

Hardware requirements (recommended)

  • Processor, 2 GHz
  • RAM, 1 GB
  • Disk Space (min) : 950 MB

Run the unit test under x64 mode

test x64

Here is the Affdex Windows (.NET) SDK Document http://affectiva.github.io/developerportal/pages/platforms/v3_4_1/windows/classdocs/Affdex/html/b8038333-b12e-8ea1-a2ce-74c8d611fa89.htm

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.3 787 4/23/2019
1.3.2 610 4/22/2019
1.3.1 547 4/16/2019
1.3.0 520 4/16/2019
1.2.1 578 3/24/2019
1.2.0 561 3/24/2019
1.1.0 532 3/24/2019
1.0.0 535 3/23/2019

Summary of changes made in this release of the package.