Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomconte/oxford-tessel-demo
Tessel + Camera module + Project Oxford Face API demo
https://github.com/tomconte/oxford-tessel-demo
Last synced: 12 days ago
JSON representation
Tessel + Camera module + Project Oxford Face API demo
- Host: GitHub
- URL: https://github.com/tomconte/oxford-tessel-demo
- Owner: tomconte
- Created: 2015-05-22T17:17:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-23T08:37:27.000Z (over 9 years ago)
- Last Synced: 2024-10-26T09:47:04.070Z (25 days ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tessel Camera module + Project Oxford Face API demo
This repo shows how to use the Project Oxford Face APIs from a Tessel device. It uses the Camera module (plugged in port "A") to take a picture when the Config button is pressed. The picture is then uploaded to Azure Blob Storage using a Shared Access Signature for authorization. Finally, the resulting picture URL is sent to the Project Oxford Face Detection API in order to detect faces in the picture.
The result from the Face API call tells us if it found a face in the picture, and if yes it tries to evaluate its gender and age.
In this demo, a LED plugged in GPIO port G3 in turned on if a face is detected.