Tweak Travis build and README
We no longer need to explicitly download the SDK - gradle does it automatically since we're using Android-standard .aar packaging.
This commit is contained in:
parent
b09f993b26
commit
d784ba9121
2 changed files with 4 additions and 12 deletions
|
@ -9,10 +9,4 @@ android:
|
||||||
- platform-tools
|
- platform-tools
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- wget http://affdex-sdk-dist.s3-website-us-east-1.amazonaws.com/android/download_sdk.html
|
|
||||||
# copy the SDK's assets into app/src/main/assets/
|
|
||||||
- unzip download_sdk.html "src/main/assets/*" -d app
|
|
||||||
# copy the SDK's libs into app/libs/
|
|
||||||
- unzip download_sdk.html "libs/*" -d app
|
|
||||||
- ./gradlew clean build test
|
- ./gradlew clean build test
|
||||||
|
|
||||||
|
|
10
README.md
10
README.md
|
@ -1,11 +1,6 @@
|
||||||
[![Build Status](https://travis-ci.org/Affectiva/affdexme-android.svg)](https://travis-ci.org/Affectiva/affdexme-android)
|
|
||||||
![Affectiva Logo](http://developer.affectiva.com/images/logo.png)
|
![Affectiva Logo](http://developer.affectiva.com/images/logo.png)
|
||||||
|
|
||||||
###Copyright (c) 2016 Affectiva Inc. <br> See the file [license.txt](license.txt) for copying permission.
|
**AffdexMe** is an Android app that demonstrates the use of the Affdex 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 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 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.
|
|
||||||
|
|
||||||
To use this project, you will need to:
|
To use this project, you will need to:
|
||||||
- Obtain a license for the Affectiva Android SDK. Evaluation licenses are available at no cost from http://www.affectiva.com/solutions/apis-sdks/
|
- Obtain a license for the Affectiva Android SDK. Evaluation licenses are available at no cost from http://www.affectiva.com/solutions/apis-sdks/
|
||||||
|
@ -15,6 +10,9 @@ To use this project, you will need to:
|
||||||
|
|
||||||
If you are 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. See the comment section at the top of the MainActivity.java file for more information.
|
If you are 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. See the comment section at the top of the MainActivity.java file for more information.
|
||||||
|
|
||||||
|
[![Build Status](https://travis-ci.org/Affectiva/affdexme-android.svg)](https://travis-ci.org/Affectiva/affdexme-android)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
Copyright (c) 2016 Affectiva Inc. <br> See the file [license.txt](license.txt) for copying permission.
|
||||||
|
|
||||||
This app uses some of the excellent [Emoji One emojis](http://emojione.com).
|
This app uses some of the excellent [Emoji One emojis](http://emojione.com).
|
||||||
|
|
Loading…
Reference in a new issue