Search code examples
androidandroid-cameragetpixel

Get X & Y Coordinates of Camera Focus


I would like to ask a question related to the camera live view.

When we tap somewhere on the camera preview, a focus appears. How should I get the X & Y coordinates or pixel of that focus?

Thanks in advance.


Solution

  • This method gives list of all focus areas and try to get Rect of each focus area by which you could get (x,y) of the rectangle.