Alexander

Results 5 comments of Alexander

> The issue with your solution is that the capture size is recomputed, but the preview size is not recomputed. But the preview size depends on the capture size... (we...

> For example because someone might call: > > ```java > camera.setPictureSize(SizeSelectors.aspectRatio(16/9)); > camera.setVideoSize(SizeSelectors.aspectRatio(4/3)); > ``` > > and we want the preview to be 16:9 in the first case...

> For example because someone might call: > > ```java > camera.setPictureSize(SizeSelectors.aspectRatio(16/9)); > camera.setVideoSize(SizeSelectors.aspectRatio(4/3)); > ``` > > and we want the preview to be 16:9 in the first case...

Hi @natario1, What you think about it?

Hi @natario1, I mentioned you again. What you think about this solution? If you don't want take it in your lib, I will close this PR and stay on my...