Hi! all Could I set camera preview size higher than the screen resolution? And Can I only show part of camera preview region on screen?
I'd like to set higher resolution of camera preview size and only get center part of this camera preview data. It's simular to 'zoom in' function. I think I should have a customized view ... So I set the size of camera preview size a little higher(640x480) than screen size(480x320) And I tried to use canvas.clipRect(80, 80, 560, 400); in onDraw() of the customied view. I 'd like to change image data before it be drwaed on screen. However, the camera preview is disordered. Would someone have good idea of this? Thanks a lot for your advise~~
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

