From b65dfe7732077cc31049ccc4453c2de84a2db0f6 Mon Sep 17 00:00:00 2001 From: toby cabot Date: Mon, 16 Nov 2015 13:08:00 -0500 Subject: [PATCH] Clean up README --- README.md | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 26aa2e0..164b036 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,11 @@ -#Sample App for Affdex SDK for Android - -Welcome to our repository on GitHub! Here you will find example code to get you started with our Affdex SDK for Android and begin emotion-enabling you own app! - -AffdexMe --------- - -*Dependencies* - -- Affectiva Android SDK (visit http://www.affectiva.com/solutions/apis-sdks/) - -**AffdexMe** is an app that demonstrates the use of the Affectiva Android SDK. It uses the front-facing camera on your Android device 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. Tapping the screen will bring up a menu with options to display the Processed Frames Per Second metric, display facial tracking points, and control the rate at which frames are processed by the SDK. +**AffdexMe** is an app that demonstrates the use of the Affectiva Android SDK. It uses the camera on your Android device 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. Tapping the screen will bring up a menu with options to display the Processed Frames Per Second metric, display facial tracking points, and control the rate at which frames are processed by the SDK. Most of the methods in this file control the application's UI. Therefore, if you are just interested in learning how the Affectiva SDK works, you will find the calls relevant to the use of the SDK in the initializeCameraDetector(), startCamera(), stopCamera(), and onImageResults() methods. The AffdexMe folder is an Android Studio project. In order to use this project, you will need to: -- Obtain the Affectiva Android SDK +- Obtain the Affectiva Android SDK (visit http://www.affectiva.com/solutions/apis-sdks/) - Copy the contents of the SDK's assets folder into this project's assets folder - Copy the contents of the SDK's libs folder into this project's libs folder under AffdexMe/app/lib - Copy the armeabi-v7a folder (found in the SDK libs folder) into this project's jniLibs folder under AffdexMe/app/src/main/jniLibs @@ -24,7 +13,6 @@ In order to use this project, you will need to: - Build the project - Run the app on an Android device with a front-facing camera -Copyright (c) 2014 Affectiva. All rights reserved. +See the comment section at the top of the MainActivity.java file for more information. - -See the comment section at the top of the MainActivity.java file for more information. \ No newline at end of file +Copyright (c) 2014-2015 Affectiva. All rights reserved.