Questions tagged [affdex-sdk]

This tag is for questions regarding the usage of Affectiva's emotion recognition SDKs. The SDK is now at version 3.0.

Affectiva has produced SDKs for , , , and .

API documentation is in the Developer portal.

45-day free trial SDK licenses for Windows, Android or iOS available here.

100 questions
1
vote
1 answer

Affectiva Emotion SDK - Academic licensing

I would like to use this API for my Bachelor's Thesis in the area of context sensitive websites. My interpretation of the licensing agreement is that I am not allowed to use the API for any software development in academic research. Since this is…
emotionbot
  • 59
  • 3
1
vote
1 answer

What is the corresponding FACS Action unit name to the Affdex Emotion SDK expressions output?

I wonder where I can find a full list of Action Unit names which are detected from Affdex? I have manually identified some: browfurrow (AU4), browraise (AU2), chinraise (AU17). However, an official information document will be a better choice for…
1
vote
0 answers

Emotion as a Service API credentials

I am interested in trying out the Affectiva Emotion as a Service API using the cloud. I am not sure how to obtain the credentials such as the username and the password needed to use the service. What is the procedure to obtain an account and the…
georgetheevilman
  • 177
  • 4
  • 10
1
vote
0 answers

Affectiva C++ Linux SDK FrameDetector won't detect anything

Hi I'm trying out Affdex sdk for emotion detection from a webcam feed. Each frame is fed to a FrameDetector as shown in examples. But after few seconds, the nothing gets detected. Not even the face. The same set up works for PhotoDetector. I have…
Indy9000
  • 8,651
  • 2
  • 32
  • 37
1
vote
1 answer

Affdex Emotion SDK - Metrics are zero at certain head angles even though the face is tracked

Sometimes the expression and emotion metrics drop to zero even though the face is tracked. In this example video, the value of smile classifier drops to zero when the head pitch angle changes.
ahamino
  • 634
  • 1
  • 4
  • 12
1
vote
1 answer

Affectiva C# SDK crashes

I just started using Affectiva SDK for C#, and after a few runs, I stumbled upon a continuous crash problem. I am using the Camera processing, on x86 architecture and .Net 4.5.1. I have VS 2013 installed. My OS is Windows 10. I have added…
Lupu Silviu
  • 1,145
  • 11
  • 23
1
vote
1 answer

aafdex-sdk unity3d crash on scene transition - only on Android

I've been developing an application for emotion recognition using Affectiva's affdex-sdk (v2.2) for Unity 5.4. My application consists of 3 scenes, then I use affectiva's Camera_Detector scene, and use an emotion as trigger to go to the next…
1
vote
1 answer

Get face coordinates using affdex sdk

It's possible to get face coordinates in image source file or frame? Some thing like: face.Height = Affdex.Face[0].PositionHeight; face.Left = Affdex.Face[0].PositionLeft; face.Top = Affdex.Face[0].PositionTop; …
1
vote
2 answers

How to create a new Visual Studio project to use Affdex SDK

I need to use Affdex SDK in a research project, but I am having problems starting the project with C#. In Visual Studio I did the following steps: I created a new project; I added a reference to Affdex.dll. However, when I try to instantiate a…
1
vote
1 answer

Errors using Affectiva JS SDK (Frame Detector Mode)

I'm having trouble using the new JS SDK from Affectiva (http://developer.affectiva.com/v3_1/javascript/analyze-frames/), specifically in Frame Detector mode. I had no trouble getting the CameraFeed version up & running, they even have a nice example…
Nuby
  • 2,378
  • 2
  • 21
  • 26
1
vote
1 answer

Photo/VideoDetector start method crashes on Ubuntu platform

I am seeing below crash while running detector->start() method in C++ examples. I am using affdex3-0 version on Ubuntu 14.10 platform. Can you help with figuring out the issue? Program received signal SIGSEGV, Segmentation fault. 0x00007ffff73f6b4d…
Sri
  • 43
  • 4
1
vote
1 answer

affdex frame.getOriginalBitmapFrame() returns null when analyzing camera feed

So I am writing some facial landmarking code with the affdex sdk, and I am trying to pass the frame I recieved from the image listener to get certain pixels from its bitmap, and I am getting back null when I try to get this bitmap. Any help to…
1
vote
1 answer

Affdex videodetector

I'm currently doing a project where I have to use the Affectiva SDK to analyse some videos that I have recorded. I have downloaded the files, which they have given me and started writing the code for the SDK to work, however when calling the…
1
vote
1 answer

How to use Affdex SDK in Swift?

We are trying to use the iOS Affdex SDK with a bridging header (in Swift). Can you please help us how to go about this process. Also how can we display up emojis based on the SDK (agin using Swift).
ahamino
  • 634
  • 1
  • 4
  • 12
1
vote
3 answers

How to add affdex-native.dll as a reference to Visual Studio 2015?

I follow the introduction of http://developer.affectiva.com/v3/windows/ ,it says the "The .NET assembly depends on the affdex-native.dll and loads it in runtime." but I only can add Affdex.dll but not affdex-native.dll, and my project never work…
Yuyu Lin
  • 11
  • 1