lc-mm

Results 11 comments of lc-mm

Moving the `resValue` call as was done in the PR did work for me but not until I added back `it.` to the front of it. I am using react...

> > Moving the `resValue` call as was done in the PR did work for me but not until I added back `it.` to the front of it. > >...

I just want to make it clear that the issue I am describing is not a performance issue as I scan more and more codes. The issue is that on...

I just tested @mgcrea/vision-camera-barcode-scanner and can confirm that the implementation there that uses the Vision APIs is much better at detecting barcodes than AVFoundation implementation Is using either the Vision...

The behaviour has been the same on iOS 16 and 17, very poor performance when scanning anything that isn't a QR code.

> I just tested @mgcrea/vision-camera-barcode-scanner and can confirm that the implementation there that uses the Vision APIs is much better at detecting barcodes than AVFoundation implementation > > Is using...

Camera Device: ```json { "formats": [ { "pixelFormats": [ "rgb", "native", "yuv" ], "videoStabilizationModes": [ "off", "standard", "off", "cinematic-extended" ], "autoFocusSystem": "contrast-detection", "supportsPhotoHDR": false, "photoHeight": 3024, "supportsVideoHDR": false, "maxISO": 7111,...

> Can you try removing those 25 lines: > > https://github.com/mrousavy/react-native-vision-camera/blob/4e96eb77e0755edf5a4351d61fa36d60415f1db6/package/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt#L436-L460 > > And see what happens? The camera is now rendering after removing those lines

The camera is working now, but while using a frame processor that requires the yuv format I'm getting some stutters (in debug and release builds). Whenever the stutters happen I...

Thanks @mrousavy I will let you know when I have a chance to narrow down which setting is causing the camera to fail. For the slight performance issue - I...