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
0
votes
1 answer

Can the affdex SDK be used for eye tracking?

I want to track the positions of eye balls in every frame (eye tracking) using affdex. Is this possible?
Halaby
  • 49
  • 4
0
votes
1 answer

how to implement affectiva sdk in cordova

I am developing a Cordova(Phonegap) hybrid project for Android and IOS platforms using jquery mobile framework I have tried using javascript version of affectiva but it does not detect camera(I have also installed cordova camera plugin) and i get…
0
votes
1 answer

Why does Affectiva SDK give more than one feature in a second?

I downloaded sample affectiva cpp sdk examples from https://github.com/Affectiva/cpp-sdk-samples I am using video-demo and it gives a csv file. I would like to understand TimeStamp changes in this csv file. Why does it give more than one feature in…
neak
  • 69
  • 4
0
votes
1 answer

affectiva affdex issue with detecting emotions from a photo

i’m trying to analyse an image with affdex SDK (like the seconde example done by Abdelrahman Mahmoud link for tutorial ) i’m using raspberry pi 3b running Raspbian stretch with gcc 6.3.0 the code : #include #include #include…
0
votes
1 answer

Debugging Affectiva FrameDetector: Worker Code Reported an Exception

I'm trying to use FrameDetector to process an existing MP4 file. I've put the video file and the HTML/JavaScript below inside a node.js server and run it at localhost, so there shouldn't be aby CORS issues. The detector starts correctly, but when I…
carpiediem
  • 1,918
  • 22
  • 41
0
votes
1 answer

Camera Freezes on starting emotion detector

Hey I am using Affectiva Affdex ios SDK. Now I have 2 views. UIView -> Where i run a camera stream. Code for the same is here: func allConfig(withCamView cams:UIView) { let captureDevice = AVCaptureDeviceDiscoverySession(deviceTypes:…
Aakash Dave
  • 866
  • 1
  • 15
  • 30
0
votes
0 answers

Affectiva SDK not working in Samsung S8+

The Error which i am getting is 09-21 04:23:01.793 22764-23207/com.***.**** E/AndroidRuntime: FATAL EXCEPTION: FrameDetectorThread Process: com.***.****, PID: 22764 …
Pavan Varma
  • 1,199
  • 1
  • 9
  • 21
0
votes
1 answer

Android - How to target different architectures with Affective SDK?

I've been playing around with the Affective Android SDK and found that once the apk is built it only contains the native library for armeabi-v7 architecture does it mean that if we use this SDK we are going to be only targeting users with only this…
0
votes
1 answer

Cannot detect Faces using Offline Affectiva SDK

I'm new to Affectiva Emotion Recognition SDK. I have been following example from video from this link But when I feed some pictures example this image the face could not be detected. My code looks:- Listener class Listener : public…
Mitiku
  • 5,337
  • 3
  • 18
  • 35
0
votes
1 answer

faceConfig settings in Unity

I am testing with the free version of the Affectiva package. The input to Affectiva is provided by Kinect. However, Affectiva fails to detect a face after the user is ~1.5 meters away from the camera. However, kinect on it's own can detect and track…
HPAT01
  • 3
  • 1
0
votes
1 answer

Affectiva SDK best practices

Is there some document like development guidelines for Linux platform? For example questions that I have in my mind after playing a little with the SDK: 1. Does the CameraDetector (or any other detector) should be used in a different thread than the…
pshemu
  • 169
  • 2
  • 10
0
votes
0 answers

frame data contains garbage value when camera is in use by another application

So I have been using OpenCV and Affdex SDK to capture image and process emotion. But when the camera is in use by another application then // Capture an image from the camera cv::Mat frame_image; if…
Asesh
  • 3,186
  • 2
  • 21
  • 31
0
votes
0 answers

Affdex SDK Ubuntu Compilation issues

I am trying to compile the following wrapper library code to use the Affectiva library for Ubuntu: #include #include #include #include #include #include…
georgetheevilman
  • 177
  • 4
  • 10
0
votes
0 answers

Affectiva/Affdex SDK video file analysis error in Android

I have an app which records the video in the background and after a button click, the Affdex API analyzes the recorded video files stored. The application is behaving weirdly where it works the first time, but gives the following error later: Note:…
0
votes
1 answer

[affdex-sdk]encountered exception bad alloc

I tried to run the affdex/cpp-sdk-samples downloaded from github. And I have encountered an exception. After running the fllowing sentences: frameDetector->setClassifierPath(DATA_FOLDER); an error occured: Encountered an exception bad…