Thomas Coldwell

Results 13 issues of 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...

🍏 ios
✨ feature

## 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

![Screenshot 2020-07-11 at 14 03 57](https://user-images.githubusercontent.com/31568400/87224753-af727c00-c37f-11ea-8f87-157d19b6111e.png) ![Screenshot 2020-07-11 at 14 03 41](https://user-images.githubusercontent.com/31568400/87224756-b3060300-c37f-11ea-97d5-625ff2a791cb.png)

# 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...

bot: passed checks

## 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` -...

🍏 ios

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...

Platform: iOS
Repro provided

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...