Thomas Coldwell
Thomas Coldwell
## What - This PR adds a `AVCaptureDepthDataOutput` which enables the depth data to be passed to frame processor plugins. - It will also introduce a new prop `enableDepthData` to...
## What This PR adds the active camera format (`AVCaptureDevice.Format`) to the `Frame` class so that properties such as camera FOV can be accessed in the frame processor plugin callback....
- Needs to add safe area view to ensure that all buttons can be pressed regardless of device screen type
 
# Why This PR adds a section to the docs describing how you can integrate symlinked packages into your project with the managed workflow. I recently had to do this...
## What Vision Camera currently enables you to: - Preview the frames directly from the capture session using a `AVCaptureVideoPreviewLayer` - Record the frames to file using an `AVAssetWriter` -...
This PR allows you to specify an array of colors for the `color` prop which will then form a gradient for the line path as shown in the screenshot below:...
Hey @DylanVann 👋 This PR aims to fix an existing issue with the `onLoad` event not firing on Android when the view style's width or height is zero as documented...
### Description This issue is hard to consistently reproduce, however, when navigating between screens with a different orientation e.g. Landscape -> Portrait, the new screen is incorrectly laid out with...
Context: Many computer vision algorithms and ML models require an input in which the aspect ratio of the original image is preserved by scaling the image down equally along both...