Hi

I am confused on how to implement image processing algorithm on JPEG
data.I have set P.setpicturesize (640,480) so the  camera.takepicture
(null,null,Imagecapture callbck) returns the image data.

Void onPictureTaken(byte[] data, Camera Camera) returns JPEG data,
but     ------->(x = data.length) , the value of x is less than
640*480 bytes.Please kindly let me know how can I start editing pixel
information of the image and image comparison algorithms.


thank you,
Srikanth
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to