Go to file
Abdelrahman Mahmoud 5c0f72677b minor change sample app readme 2015-03-09 17:41:45 -04:00
opencv-webcam-demo Remove boost dependency 2015-03-09 15:55:15 -04:00
.gitignore Initial commit 2015-03-09 17:32:50 -04:00
README.md minor change sample app readme 2015-03-09 17:41:45 -04:00
affdex-win-samples.sln Add project and src file 2015-03-09 14:22:07 -04:00

README.md

#AFFDEX Sample Apps for Affdex for Windows SDK

Welcome to our repository on GitHub! Here you will find example code to get you started with our Affdex SDK for Windows and get you started emotion-enabling you own app!

OpenCV-webcam-demo

Dependencies

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

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

  • Contact Affectiva at sales@affectiva.com to obtain the SDK.
  • Copy the SDK Zip file into ${SRC_ROOT}\affdex-sdk and unzip it there.
  • Download OpenCV package and extract it into ${SRC_ROOT}\opencv
  • Use affdex-win-samples.sln to build the sample app