Add info about frame processors still being WIP

This commit is contained in:
Marc Rousavy 2021-02-25 12:55:02 +01:00
parent edbd850b4c
commit e6c75c46ff
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ npx pod-install
* Photo and Video capture
* Customizable device (`ultra-wide-angle`, `wide-angle`, `telephoto` and virtual multi-cameras)
* Customizable FPS
* JS worklet frame processors powered by JSI and Reanimated
* JS worklet frame processors powered by JSI and Reanimated (WIP [#2](https://github.com/cuvent/react-native-vision-camera/pull/2))
* Reanimated zooming
* HDR & Night modes

View File

@ -19,6 +19,8 @@
<img align="right" width="35%" src="../img/ultra-wide-demo.gif">
</div>
> FRAME PROCESSORS ARE STILL WIP - SEE [#2](https://github.com/cuvent/react-native-vision-camera/pull/2)
### What are frame processors?
Frame processors are functions that are written in JavaScript (or TypeScript) which can be used to **process frames the camera "sees"**.
@ -59,8 +61,6 @@ function App() {
}
```
> FRAME PROCESSORS ARE STILL WIP
<br />