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

Gradle build fail for Affectiva Affdex SDK dependency can not be resolved when opening project on another computer

I am developing an application which uses the Affectiva Affdex SDK and which I am including in the gradle file. Everything worked fine on my computer at work until I tried to open the project at home on my MacBook (I don't think it has sth to do…
0
votes
0 answers

Affectiva not starting Web Cam on Chrome

I'm trying to use Affectiva's Web SDK (Javascript) to detect emotions via a Camera Stream. I tried using it in JS Fiddle. It works fine but when I got the code from JSFiddle and used in on my Java Web Project in Eclipse, the Web Camera prompt isn't…
Jessie
  • 31
  • 5
0
votes
1 answer

Updating the affectiva license

I participated in the Affectiva Hackathon, when their license was the 30 day free trial. I was excited to hear they have changed to allow those not trying to sell a free license. However, when I tried to convert to the updated free license when I…
0
votes
1 answer

Nsis error (integrity check failed) when run AffdexSDK-3.3.0-522-win64

After downloaded affdex-sdk(x86_64) form http://developer.affectiva.com/v3_3/windows/ and ran it, I got a Nsis error (integrity check failed). Seems the size of SDK package(5.6M) is not correctly match the size discripted(29.4). Any idea?
Cheng Ge
  • 9
  • 1
0
votes
0 answers

using affectiva sdk in telegram messenger in android

I have a research base project which uses affectiva SDK emotion detection tool while Android users are working with Telegram messenger. I'm using latest telegram messenger version provided by this github page. Therefore, I need to add Affectiva…
Payam
  • 36
  • 5
0
votes
1 answer

Authentication in affectiva via API

i want to use affectiva API, for it I must send token with username and password. From documentations: Our APIs use HTTP Basic Access Authentication to authenticate clients. HTTP Basic Authentication relies on a TLS transport to ensure that the…
boden
  • 1,621
  • 1
  • 21
  • 42
0
votes
1 answer

Using affectiva to detect a real face

Is it possible to use Affectiva SDK to detect a "real face" on Android? By real face I mean that the user actually taking a selfi, not pointing front camera on a static photo.
bvk256
  • 1,837
  • 3
  • 20
  • 38
0
votes
2 answers

Affectiva iOS emotion detection sample

I downloaded sample affectiva camera test iOS app from the below github. https://github.com/Affectiva/ios-sdk-samples It is working nice. I would be able to see logs for emotions such as anger, contempt, disgust, fear, joy, surprise except "sadness"…
Stella
  • 1,728
  • 5
  • 41
  • 95
0
votes
1 answer

affdex VideoDetector failed to open a mp4 file

I'm new to the library and I'm writing a program to analyze videos following the tutorial. Here is my code snippet: detector = new VideoDetector(24); detector.setClassifierPath(classifierPath); …
0
votes
0 answers

Affdex CameraDetector does not process frames

I just installed the Affectiva SDK on my Surface tablet, and I am now trying to use the SDK in an application. The camera starts, the light is on, but I do not receive any onImageCapture, or any onImageResults. Does anyone have any ideas on what to…
Lupu Silviu
  • 1,145
  • 11
  • 23
0
votes
1 answer

Affdex .NET SDK - Could not load file or assembly Affdex or one of its dependencies

I'm having error when running WPF application with reference to C:\Program Files\Affectiva\Affdex SDK\bin\release\Affdex.dll Exception: Could not load file or assembly 'Affdex, Version=3.1.1.419, Culture=neutral, PublicKeyToken=null' or one of its…
emotionbot
  • 59
  • 3
0
votes
2 answers

Affectiva jsfiddle example adapted locally gives error: "Failed to load resource: ...affdex/adapter-1.4.0.js"

I was trying to adapt the jsfiddle example given at the Affectiva developer site: https://jsfiddle.net/affectiva/opyh5e8d/show/ I added the html section from the fiddle into an html file and the js script separately into a js file and called it in…
som.g
  • 3
  • 3
0
votes
2 answers

Affdex JS SDK - Can't get callbacks from the camera detector

I've tried running the Javascript sample code taken from jsfiddle on my own machine and find that I don't get a callback from the detector that would attempt to connect to the camera. I see the first message that the start button is clicked but…
emotionbot
  • 59
  • 3
0
votes
1 answer

new affectiva SDK ver 3.1.2 using difficulty

I was using affectiva trial version, but after the expiration of my licence, I have no choice except updating my codes to adapt with latest free version. although after doing what this page sais all errors disappears, I have an error while running…
Payam
  • 36
  • 5
0
votes
1 answer

How do I make Affectiva call my callback functions?

I recently installed the Affectiva SDK (http://www.affectiva.com/) and followed the tutorial on analyzing input from the camera (http://developer.affectiva.com/v3/android/analyze-camera/). Unfortunately, the project does not seem to be working. It…
Wouter
  • 100
  • 1
  • 7