dotnet / android-libraries

.NET for Android bindings for Google's libraries, such as AndroidX, GooglePlayServices, Firebase, and MLKit and their 3rd party dependency libraries.
MIT License
235 stars 50 forks source link

Set SensorSensitivity & SensorExposureTime #532

Closed pkvaranasi closed 8 months ago

pkvaranasi commented 2 years ago

Version Information

Describe your Issue:

How do we set the SensorSensitivity & SensorExposureTime in using AndroidX CameraX APIs.

Steps to Reproduce (with link to sample solution if possible):

Include any relevant Exception Stack traces, build logs, adb logs:

moljac commented 2 years ago

@pkvaranasi

Thanks for the feedback, but I am not API expert. Do you have any links, samples, tutorials on the subject?

jpobst commented 8 months ago

Ultimately, all our Xamarin packages do is provide generated wrappers that allow you to call Google’s Android API. We do not have much expertise in how to use those API’s properly.

You will likely need to use the Android API documentation and relevant forums to determine how to write code for your desired outcome.

If there are methods that exist in the Java packages that are missing from the Xamarin bindings, please open an issue stating which methods are missing.