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

Can someone please help where can i get android AFFDEX SDK?? I have tried to download but in vain

I am developing an application which mines emotion, and I need that sdk toolkit. I have heard about it. Can someone please help me in this regard?
1
vote
1 answer

Is old affdex-sdk still available to use for academic purposes for free?

It looks like affdex-sdk has been integrated into iMotion platform. However, my works are still based on the old affdex-sdk that I have downloaded. So my question is whether I can still publish those results or it must require a license from…
Hare_xsh
  • 11
  • 1
1
vote
1 answer

Bitmap is null when tried to fetch image from frame affective

I have integrated affectiva library and trying to fetch emotions using camera stream. I tried to fetch the bitmap from the frame returned but it always returns null.Below is the code. byte[] imageBytes = ((Frame.ByteArrayFrame)…
Remmyabhavan
  • 1,689
  • 5
  • 36
  • 65
1
vote
0 answers

Affectiva detecting emotion from file macOS

I'm trying to make a macOS app that detects emotions from picture using files from a drive. I have a problem with adding path in correct way to "usingFile". Currently Xcode shows error: "Use of undeclared identifier 'path' ". - (void)viewDidLoad { …
Agnieszka
  • 11
  • 1
1
vote
0 answers

Affectiva affdex does not process videos correctly

I'm using affectiva affdex with C++ on Ubuntu 16.04. The programm I'm using is below. As input I'm providing a 30 min mp4 video. I have followed all steps on the affectiva webpage (downloading Ubuntu-16.04 x86_64 4.0-75 and sudo apt-get install…
machinery
  • 5,972
  • 12
  • 67
  • 118
1
vote
0 answers

VideoDetector.start throws exception "Failed to initialize, invalid data folder"

VideoDetector throws below exception when calling Detector.start() method. Failed to initialize, invalid data folder My classifierPath is set correctly to C:\Program Files\Affectiva\AffdexSDK\data Am I missing something? Code: private static…
1
vote
1 answer

How to process video files in batch using Emotion SDK for Javascript

I am using Affectiva's Emotion SDK for Javascript to play and analyze a video file. Currently, I am playing the video as a stream and capturing emotion features following their "Analyze a video frame stream" tutorial. However, I want to process the…
kkawabat
  • 1,530
  • 1
  • 14
  • 37
1
vote
0 answers

Affdex Gradle Failed to resolve

I’m not able to add dependency. It keeps throwing me the error: Failed to resolve com.affectiva.android:affdexsdk:3.2 . I’ve added maven repository but still it’s giving me error. Project Gradle: allprojects { repositories { jcenter() maven…
1
vote
1 answer

Jerkiness on iOS devices while using Affectiva's plugin for Unity

the title basically says it all, I am trying to run a very basic Unity game which captures 2 emotions using Affectiva's emotion SDK for Unity. The game is buttery smooth on even low end Android devices but its not so smooth on iOS devices (currently…
m.umar
  • 855
  • 4
  • 13
  • 23
1
vote
1 answer

Can Affectiva connect Kinect v1

I'm having a project with free Emotion Recognition version of Affectivahttps://developer.affectiva.com/ on Ubuntu 14.04. I'm trying to use Kinect v1 as the input device for Affectiva. I using lsusb to find kinect v1's ID is Bus 003 Device 009: ID…
freshman
  • 11
  • 3
1
vote
0 answers

Affectiva's unity sdk makes android application crashed when Application.LoadLevel function is called

I've been developing an academic application for emotion recognition using Affectiva's affdex SDK for Unity. But when I use affectiva CameraInput object and want to load a level, my game crashs on android. Here is my code: private void…
1
vote
0 answers

How to simultaneously run Android speech to text and another activity which uses camera

I am new to Android and am trying to develop an application which would capture the speaker's facial expressions via camera and simultaneously convert speech to text. I am using Affectiva's affdex API for real time facial emotions recognition.…
1
vote
1 answer

Reduce the decision time using video stream [affdex]

As you guys might know, some detections take time using Affectiva SDK (linux in my case). For example, the gender recognition might take around 2-3 secs to output a result, and this is correct and it's the expected behavior, just like affectiva…
jlanz
  • 11
  • 1
1
vote
1 answer

Is it possible to use affdex-sdk in node.js and save emotion data to mongodb?

I find the examples for affdex javascript sdk use the sdk in the frontend webpage. Is it possible to use the sdk in Node.js? I'd like to save the emotion data to MongoDB. Or can I pass the emotion data I get in the fronend to Node.js in the…
Hannah Chen
  • 23
  • 1
  • 3
1
vote
2 answers

Age detection for Affectiva SDK

I've used Affectiva SDK for Android. It can do face detection as well emotions. I wanted to age detection for a specific usecase. Can Affectiva Android SDK provide age detection ?
Sushil Kadu
  • 314
  • 3
  • 7