From d5c36f11201fbe1070c15ecb1626e1039ef48251 Mon Sep 17 00:00:00 2001 From: Abdelrahman Mahmoud Date: Mon, 9 Mar 2015 17:24:59 -0400 Subject: [PATCH] Add readme file --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..33cfec3 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +#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 for Windows 2.4.9: http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.4.9/ +- Visual Studio 2013 or higher + +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 \ No newline at end of file