Gerry

Results 44 comments of Gerry

@tigressma, I thought we need to change to main for the default branch, correct?

Thank you for reporting the issue: will take a look at it (I have not get chance to look at Camera2 examples).

I need to learn that one(suppose to fix the multi-window/large screen problem in that class when I get chance)

thank you for reporting the issue! To get on this issue, may you narrow down the scope, if you could have a small app to demo it, that is great;...

sorry, looks like it is emulator issue: https://github.com/android/camera-samples/issues/428, related to internal bug b/201798445.

may you set ImageCapture to [CAPTURE_MODE_MAXIMIZE_QUALITY](https://developer.android.com/reference/androidx/camera/core/ImageCapture#CAPTURE_MODE_MAXIMIZE_QUALITY) with [builder]( https://developer.android.com/reference/androidx/camera/core/ImageCapture.Builder#setCaptureMode(int))? see it that helps: you could read back your setting with [ImageCapture::getCaptureMode](https://developer.android.com/reference/androidx/camera/core/ImageCapture#getCaptureMode())

@isaidamier this seems to fix the compile error, thank you!

may you please rebase from main?