I'm trying to develop a custom application that uses Camera 2 API and I would like to add the feature "tap to focus". In other words, when I tap on the screen to focus, it shows a circle of the focus area.
How can I draw the circle focus area?
I followed the Google Camera2Basic example.
Thank you.