Marc Rousavy

Results 191 issues of Marc Rousavy

## What Stops the repeating request (`captureSession.stopRepeating()`) before submitting a photo capture request (`captureSession.capture(...)`), then continues the repeating request again (`captureSession.setRepeatingRequest(...)`) after the capture has completed. This makes the photo...

### What feature or enhancement are you suggesting? The Camera2 framework allows creating [`OutputConfiguration`](https://developer.android.com/reference/android/hardware/camera2/params/OutputConfiguration)s that do not have a `Surface` yet. In this case, the `OutputConfiguration` is considered lazy, and...

✨ feature
💨 performance

Interruptions such as incoming phone calls, alarms, etc are handled automatically and remove the audio input so the camera is still functional. It would be great to know about those...

✨ feature

Currently image capture works like this: > `->` means bridge call * JS -> Native: `takePhoto` invocation * Native takes photo * Native writes photo (`UIImage`/`Bitmap`) to a file (**🐢...

✨ feature

## What Based off of https://github.com/mrousavy/react-native-vision-camera/pull/2433, author said there were errors if the phone is on silent. I just restructured the code a bit to move the logic into CameraView...

## What WIP ## Changes ## Tested on ## Related issues

## What Lowers the minimum required SDK version from 26 to 23. ## Changes ## Tested on ## Related issues

## What Exposes `PixelFormat` as a native Objective-C type for `Frame`. Before: ```swift let format = frame.pixelFormat // ## Changes ## Tested on ## Related issues

## What ## Changes ## Tested on ## Related issues

## What Might fix https://github.com/mrousavy/react-native-vision-camera/issues/1958 ## Changes ## Tested on ## Related issues