Manually adjusting focus using the Sony Camera API

I am making the following focusing application for Sony cameras. My application should be able to set focus marks and trigger them. There are many functions for performing AF in the Sony camera API, but I would like to be able to manually adjust the focus to a given absolute value. Is there any way to accomplish this using the Sony camera API?

If not, can I request a function for the next version?

+5
source share
1 answer

Unfortunately, there is no way to manually set the focus to a value in the API. But I will let the team know about the function request.

+5
source

Source: https://habr.com/ru/post/1232169/


All Articles