Go to file
John Buczkowski 61f479d1ea Moved ReadMe to HTML (via MarkDown) 2015-04-20 23:11:57 -04:00
AffdexMe Moved ReadMe to HTML (via MarkDown) 2015-04-20 23:11:57 -04:00
opencv-webcam-demo add data folder path as a command line argument 2015-03-09 19:49:42 -04:00
.gitignore Initial commit 2015-03-09 17:32:50 -04:00
README.md Update README.md 2015-03-12 16:43:55 -04:00
affdex-win-samples.sln Remove dbg 2015-03-09 19:55:23 -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 for Windows and begin 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 expressions 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