Hi there, I'm develop a custom Camera Activity in my app, to take pictures etc... now I'd like to add a new feature like Zoom. I remember that Eclair doesn't provide API for the zoom feature for the Camera, but I've noticed that Froyo does it, right? Reading the Froyo API there is Camera.OnZoomChangeListener interface and the Camera class provides also some methods, I think they are related to it, like starSmoothZoom() and many others in Camera.Parameters etc...
I use the N1 to test my app and checking if the smoothZoom is supported with isSmoothZoomSupported and I obtain "false", it could be ok, maybe the N1 doesn't support it... but if I check if the N1 support the zoom with isZoomSupported I obtained "true", but there isn't no methods to do that... what does it mean? It's strange that the device support Zoom , but the API doesn't provide mechanisms for that. Where am I wrong? Is it possible that the only solution is to do the zoom manually working on the surfaceview or on the preview frame? Thanks in advance. Paolo -- 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

