alexey polusov
Results
33
comments of
alexey polusov
I fixed the crash by specifying what initializer I delete: ``` ```
+1 here
Also, doing this: ``` CameraPreview( imageCaptureTargetSize = remember { ImageTargetSize(AspectRatio.RATIO_4_3) }, ``` has no effect. Output image ratio is still 2_1 as my phone screen is really long and thin.