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

Slow image processing of images from filesystem as compared to the webcam

I was able to follow the csharp-sample-apps from the github repo for Affectiva. I ran the demo using my webcam and the processing and performance was great.I am not getting the same processing speed from the PhotoDetector when I try to run it over…
0
votes
2 answers

Affdex 'opencv-webcam-demo' Crashes in Ubuntu 16.04

I made a program that was based off of the demo program on the affdex git page found here. It is the demo called 'opencv-webcam-demo'. I was running Ubuntu 14.04 at the time and it worked fine. I then upgraded to Ubuntu 16.04 and now the demo (even…
0
votes
1 answer

affdex-sdk. How many frames can processed per second?

I used affdex android sdk, our device cpu is msm8994, android 6.0. but we used the sample apk framedectordemo, there only have 10 frames per second. we want to know the official data. How many frames can processed per second? from the affdex web…
fu yong
  • 23
  • 2
0
votes
1 answer

affdex-sdk build failed - compile error

Ld /Users/xxxxxxx/Library/Developer/Xcode/DerivedData/Affectiva-cwgdzearaapwhxcpqywcfkycewwz/Build/Products/Debug-iphonesimulator/Affectiva.app/Affectiva normal x86_64 cd /Users/xxxxxxx/Desktop/Affectiva export…
genidma
  • 1
  • 2
0
votes
1 answer

Problems with C++ video example: opencv_ffmpeg.dll "corrupt"

I was trying to run the video-demo sample application in the Affdex SDK, but ran into a linker error. In the in instruction page (http://developer.affectiva.com/v3/windows/) there is a point where it states: "A dynamic library, opencv_ffmpeg.dll is…
basal
  • 1
0
votes
1 answer

AffdexMe, Android, LicenseException: could not open license file

I cloned affdex-me for android from github and successfully build the gradle,but when running the app, it closed and error, I have put the license and rename it as the tutorial shown FATAL EXCEPTION: main Process: com.affectiva.affdexme.debug, PID:…
alfitra
  • 27
  • 7
0
votes
0 answers

class 'MainActivity' Implements error for Detector

enter image description here I have finished to settle the manifest and gradle as the tutorial on affdex-android sdk, but when i am trying to declare the implements in public MyActivity, always become error class 'MainActivity' must either declared…
alfitra
  • 27
  • 7
0
votes
0 answers

Affdex SDK camera detector LNk2019

I am trying to use the Affdex SDK to determine the emotions of someone through facial recognition. When on their website it says the first thing to do is to create a CameraDetector. They say to do: CameraDetector detector = new…
0
votes
1 answer

Android - Error loading JNI library when running an app

I downloaded the Affdex sdk, and I'm trying to get CameraDetectorDemo to run on my nexus 5. I encountered an the following exception trying to run the application. 07-23 11:16:19.020: D/dalvikvm(830): Not late-enabling CheckJNI (already on) 07-23…
0
votes
1 answer

Pixel Order for Affdex-SDK's FrameDetector?

I'm working on writing a Windows emotion sensitive game in Unity3D using the affdex SDK by Affectiva. The CameraDetector finds a face consistently. When I use the FrameDetector a face is rarely found. Intense lighting seems to help, but even when…
1 2 3 4 5 6
7