From e4ba8321e05038061f3429099cb095d30be74795 Mon Sep 17 00:00:00 2001 From: Abdelrahman Mahmoud Date: Thu, 3 Sep 2015 15:52:25 -0400 Subject: [PATCH] Fix documentation --- AffdexMe/README.md | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AffdexMe/README.md b/AffdexMe/README.md index 70b6497..f300403 100644 --- a/AffdexMe/README.md +++ b/AffdexMe/README.md @@ -18,7 +18,7 @@ This application runs on Windows 7.0, 8.0 and 8.1 * Visual Studio 2013 -* To download and install the Windows SDK from Affectiva By default, the Windows SDK is installed to the following location: C:\Program Files (x86)\Affectiva\Affdex SDK +* To download and install the Windows SDK (32-bit) from Affectiva By default, the Windows SDK is installed to the following location: C:\Program Files (x86)\Affectiva\Affdex SDK If you have installed the SDK to a location other than the default, you will have to modify the following String constants located in the MainWindow.xaml.cs file: diff --git a/README.md b/README.md index 7ff921d..93b9cbb 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ #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! +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! OpenCV-webcam-demo ------------------ *Dependencies* +- Affdex SDK 2.0 (32 bit) - OpenCV for Windows 2.4.9: http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.4.9/ - Visual Studio 2013 or higher