Playing around with React Native in order to record camera feed and pass it to Emotion Recognition APIs.
- Get the code
npm install
- You need to install Android SDK and have
ANDROID_HOME
set in the path. Check this thread to see how. - Edit the
js/api-key.js
file with your Microsoft Cognitive Service API key. - Connect your Android device and do a
react-native run-android
(preferably open another terminal tab and check the logsreact-native log-android
)