I have this scenario. The app allows me to take a pic of something and save it to a sqlite db. By now this app captures the image from the camera device and displays it on an ImageView. The problem is how to obtain this image from the ImageView and parse it to a byte array
Asked
Active
Viewed 70 times
0
-
Refer to this link [Byte Array image](http://stackoverflow.com/questions/5212531/android-byte-to-image-in-camera-onpreviewframe) or this [Storing image](http://stackoverflow.com/questions/11684737/storing-images-in-drawable-folder-and-getting-the-image-to-load-by-using-the-ima) – Numair Aug 02 '12 at 16:54