Marc Rousavy

Results 1820 comments of Marc Rousavy

Hey! Thank you so much for the detailed issue report. This is nice to work with. Have you tried removing `frameProcessor` as well?

Hi, thanks for your PR! One minor thing I'd like to have changed is the inheritance/subclass of `PhotoCaptureDelegate`. Could we maybe instead pass `enableShutterSound: ___` to the constructor as usual,...

I'm thinking if it would be better to call it `enableShutterSound` instead and have it be `true` by default? I'm not a big fan of this whole reverse/disable true logic.

Hi, thanks for your PR! This looks very interesting, although the API is a bit weird and looks very hardcoded. Is there a way to also get that behaviour on...

I don't think there is any default shutter sound effect on Android?

from their docs: > The sound used by Camera.takePicture to indicate still image capture. Why doesn't it play then? I think this would be a cool option for VisionCamera. It's...

Stop spamming +1. If you want me to work on VisionCamera to make _your_ client happy, pay me to do so.

Well you can just count the successful reads yourself: ```ts const successfulReads = useSharedValue(0) const frameProcessor = useFrameProcessor((frame) => { 'worklet' const textInImage = scanTextInImageOCR(frame) if (textInImage.length > 0) successfulReads.value...

1. Does it work if you rotate the phone in a different direction? If yes, it's a bug from me. 2. Does it work if you chose a format that...