Add info about frame processors still being WIP
This commit is contained in:
parent
edbd850b4c
commit
e6c75c46ff
@ -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
|
||||
|
||||
|
@ -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 />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user