Spectacular Mood Meter - for V2_'s Evening of the Black Box.
Go to file
Abdelrahman Mahmoud 35fb6bec6e Add license file to the repository 2016-01-05 11:36:58 -05:00
AffdexMe Remove licensing folder checking .. since it is nolonger a folder 2015-09-04 11:23:50 -04:00
opencv-webcam-demo Changes to opencv-webcam-demo app following SDK 2.0 2015-09-03 15:50:04 -04:00
.gitignore Initial commit 2015-03-09 17:32:50 -04:00
LICENSE.txt Add license file to the repository 2016-01-05 11:36:58 -05:00
README.md Added link to developer portal from README.md 2015-10-06 11:31:53 -04:00
affdex-win-samples.sln Update the solution to include affdexme 2015-04-21 14:27:10 -04:00

README.md

#Sample Apps for Affdex SDK for Windows

Welcome to our repository on GitHub! Here you will find example code to get you started with our Affdex SDK 2.0 for Windows and begin emotion-enabling you own app! Documentation for the Windows SDK is at Affectiva's Developer Portal.

OpenCV-webcam-demo

Dependencies

OpenCV-webcam-demo is a simple app that uses the camera connected to your PC to view your facial expressions and face points.

In order to use the project, you will need to:

  • Contact Affectiva at sales@affectiva.com to obtain the SDK.
  • Install the SDK using MSI installer.
  • Download OpenCV package and extract it into ${SRC_ROOT}\opencv
  • Use affdex-win-samples.sln to build the sample app

AffdexMe

AffdexMe is a windows application that demonstrates the use of the Affdex SDK for Windows. It uses the camera on your Windows PC to view, process and analyze live video of your face. Start the app and you will see your own face on the screen, and metrics describing your expressions.

See AffdexMe/README.md for more information