Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm using Xamarin camera2basic.
When I click on Picture Button app starting focus and turn flash on , and finally does not take photo. It happening many time.
How can I disable auto focus , and auto exposure and etc...
because I want when I click on Picture Button it take picture as soon as possible.
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Answer accepted by question author
resolved!
mPreviewRequestBuilder.Set(CaptureRequest.ControlAfMode, (int)ControlAFMode.Auto);
mPreviewRequestBuilder.Set(CaptureRequest.ControlAeMode, (int)ControlAEMode.OnAutoFlash);