I have seen several other questions on this subject but none seem to solve my problem. I have a custom camera app that is working fine, everything but the zoom buttons. this
Its simple forget about startSmoothZoom() method
follow this:
Camera.Parameters params = camera.getParameters(); params.setZoom(zoom_value); camera.setParameters(params);