AndroidX icon indicating copy to clipboard operation
AndroidX copied to clipboard

Set SensorSensitivity & SensorExposureTime

Open pkvaranasi opened this issue 2 years ago • 1 comments

Version Information

  • Visual Studio version (eg. 16.8 or 8.8): 16.8
  • Xamarin.Android version (eg. 11.1): 11.
  • Using AndroidX or Support Libraries: AndroidX
  • If Support Libraries, version (eg 28.0.0):

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:

pkvaranasi avatar Apr 13 '22 16:04 pkvaranasi

@pkvaranasi

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

moljac avatar Jul 08 '22 06:07 moljac

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.

jpobst avatar Mar 14 '24 20:03 jpobst