How to implement camera effect on image capture using camera api in android?

490 Views Asked by At

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);
0

There are 0 best solutions below