I am designing a camera app using camera api not camera2 api, which open back camera and on button click it capture image but does not show any effect as like my phone camera app. How can i implement effect when start capturing image it slightly zoom in and zoom out as android native camera app? Please help...
camera.takePicture(null, null, pictureCallback);