ColinChang.EmotionAnalyze.AffdexExtentsion
1.1.0
See the version list below for details.
dotnet add package ColinChang.EmotionAnalyze.AffdexExtentsion --version 1.1.0
NuGet\Install-Package ColinChang.EmotionAnalyze.AffdexExtentsion -Version 1.1.0
<PackageReference Include="ColinChang.EmotionAnalyze.AffdexExtentsion" Version="1.1.0" />
paket add ColinChang.EmotionAnalyze.AffdexExtentsion --version 1.1.0
#r "nuget: ColinChang.EmotionAnalyze.AffdexExtentsion, 1.1.0"
// Install ColinChang.EmotionAnalyze.AffdexExtentsion as a Cake Addin #addin nuget:?package=ColinChang.EmotionAnalyze.AffdexExtentsion&version=1.1.0 // Install ColinChang.EmotionAnalyze.AffdexExtentsion as a Cake Tool #tool nuget:?package=ColinChang.EmotionAnalyze.AffdexExtentsion&version=1.1.0
EmotionAnalyze.AffdexExtentsion
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.
# Package Manager
Install-Package ColinChang.EmotionAnalyze.AffdexExtentsion
# .NET CLI
dotnet add package ColinChang.EmotionAnalyze.AffdexExtentsion
Requirements
Runtime Requirements
- Microsoft .NET framework v 4.6.1 or newer
- Visual C++ Redistributable runtime for VS 2015
- Affectiva SKD
- Only x64 OS was supported.
- Add the Affdex assembly to your project.It's under your SDK directory by default.Use the release version dll.
- copy
affdex-native.dll
,tensorflow.dll
to your execute directory
Hardware requirements (recommended)
- Processor, 2 GHz
- RAM, 1 GB
- Disk Space (min) : 950 MB
Run the unit test under x64 mode
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 | Versions 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. |
-
- AutoMapper (>= 8.0.0)
- Newtonsoft.Json (>= 12.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.