I am trying to take 6 photos by rotating my phone for each 60 degree using camera2 api. First time I need to take first photo using autofocus when focus area is the center of my screen. And I have to keep this focus for the next 5 photos, it should not try to get new focus. I have been trying to make it for a week. But the results are not as expected. I tried many ways and I faced few problems: images are blurry, the camera tries to find new focus for each photos, and so on.
It would be great if someone shows me direction :)