0

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);
Abhishek Joshi
  • 361
  • 1
  • 7
  • 17
  • As far as I know, you cannot add effects using the camera api as they are done using image manipulation in the native app. You might prefer to use the native app like shown in this question: https://stackoverflow.com/questions/14725291/android-where-can-i-get-image-taken-by-native-camera-app – RobVoisey Jul 19 '17 at 09:34
  • Camera api does not provide which you are looking. Either you can use some library to do this or you can write own code – Ajay S Jul 19 '17 at 09:37
  • Can i highlight the object just before capturing the image? – Abhishek Joshi Jul 19 '17 at 09:39

0 Answers0