Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dodoinblue/camdetector
https://github.com/dodoinblue/camdetector
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dodoinblue/camdetector
- Owner: dodoinblue
- Created: 2013-08-21T02:42:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-19T04:07:59.000Z (over 10 years ago)
- Last Synced: 2024-11-21T14:41:36.330Z (2 months ago)
- Language: Java
- Size: 230 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
camdetector
===========
This is an experiment application that shows the average color of center 50x50 pixels.
In this demo, following problems are solved:* Get a frame of CameraPreview/SurfaceView data.
* Convert YUV data to JPG.
* Usage of Bitmap.getPixels.
* Draw text outline.There are a number issues to be solved:
* Process YUV data directly.
* Solve previewcallback performace and switch to preview callback from oneshot preview callback.
* Convert bytes without saving to filesystem.Forgive me for the messy code structure.