goodev / ketai

Automatically exported from code.google.com/p/ketai
1 stars 0 forks source link

Getting data length error on onPreviewSize(byte[] data) when accessing the camera preview #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. using onPreviewFrame(byte[] data) on camera preview
2.
3.

What is the expected output? What do you see instead?
- expected to get the image data size of (800*480)
- however, the data size in each frame is only 8 bytes

What version of the product are you using? On what operating system?
- using Android 2.1-update
- development kit developed by the Huins (www.huins.com)
- Window XP

Please provide any additional information below.
- I try to process the image in real-time, however I found out that I only can 
accessed the "data" up to 8bytes ([0-7]), is very weird and i not sure what the 
problem.
- suspected is the development kit problem

Original issue reported on code.google.com by leebg...@gmail.com on 11 Aug 2011 at 2:07

GoogleCodeExporter commented 9 years ago
The library only supports android 2.2 and above for v3 and currently only 
android 2.3.

Original comment by jduran9....@gmail.com on 10 Mar 2012 at 6:39