Re: [android-developers] setPreviewCallback - onPreviewFrame returning byte array

2012-04-25 Thread Justin Anderson
Seems to me everything you need is nicely documented... http://developer.android.com/reference/android/hardware/Camera.PreviewCallback.html#onPreviewFrame%28byte[],%20android.hardware.Camera%29 Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Apr

[android-developers] setPreviewCallback - onPreviewFrame returning byte array

2012-04-24 Thread Taylor Niver
I have a code that opens the camera and displays it to a SurfaceHolder. I then call onPreviewFrame which grabs the displayed image and stores the data as a byte array. I then TCPIP the info over to my computer which is where I hope to decode the array back into an image so I can do some