Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,380 questions
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.
resolved!
mPreviewRequestBuilder.Set(CaptureRequest.ControlAfMode, (int)ControlAFMode.Auto);
mPreviewRequestBuilder.Set(CaptureRequest.ControlAeMode, (int)ControlAEMode.OnAutoFlash);