I have an existing Android Mobile App developed in Java in Android Studio that I need to work on. The task includes changes to image resolutions of picture we take with Camera X. I looked into the API and found setResolutionSelector. This looked like the perfect function for what I want to accomplish, but when I start typing in Android Studio, the function is not offered to me.
I am very new to Android Studio and Android development and I would like to know what I am missing.
According to the Android site, the latest version of Camera X is 1.2.2. I made sure, we are using the latest version in our project.
You need to use the latest alpha version. Currently it's 1.3.0-alpha06
.