Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitaaron/facecamera
This can serve as a starting point if you are interested in integrating android camera with android face detect.
https://github.com/gitaaron/facecamera
Last synced: about 2 months ago
JSON representation
This can serve as a starting point if you are interested in integrating android camera with android face detect.
- Host: GitHub
- URL: https://github.com/gitaaron/facecamera
- Owner: gitaaron
- Created: 2011-01-21T16:56:50.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-21T17:29:26.000Z (almost 14 years ago)
- Last Synced: 2024-04-14T15:04:44.061Z (9 months ago)
- Language: Java
- Homepage:
- Size: 173 KB
- Stars: 10
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## FaceCamera
This is a simplified version of snapface (http://code.google.com/p/android-playground-erdao/wiki/SnapFace).
It could serve as a starting point if all you want to do is integrate the android hardware camera with the android face detect api.
### Using
Download the source. Run it and place the camera in portrait mode about 15-30 centimeters away from your face. Once the camera detects your face a new activity will be launched.### Caveats
This currently only uses rear facing camera and I haveo only tested it on motorolly milestone.It only seems to work in landscape for some reason.