52 lines
1.0 KiB
Plaintext
52 lines
1.0 KiB
Plaintext
---
|
|
id: frame-processor-plugin-list
|
|
title: Community Plugins
|
|
sidebar_label: Community Plugins
|
|
---
|
|
|
|
These are VisionCamera Frame Processor Plugins created by the community.
|
|
|
|
## Installing a Plugin
|
|
|
|
1. Install using npm:
|
|
|
|
```
|
|
npm i vision-camera-xxxxx
|
|
```
|
|
|
|
2. Add the native function's name to your `babel.config.js`. (See their README for instructions)
|
|
|
|
:::note
|
|
You have to restart metro-bundler for changes in the `babel.config.js` file to take effect.
|
|
:::
|
|
|
|
## Plugin List
|
|
|
|
* [mrousavy/**vision-camera-image-labeler**](https://github.com/mrousavy/vision-camera-image-labeler): A fast realtime image labeler plugin using **MLKit Vision**.
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Add your Frame Processor Plugin here! -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<p align="center">
|
|
<b>
|
|
<a href="https://github.com/cuvent/react-native-vision-camera/edit/main/docs/docs/guides/FRAME_PROCESSOR_PLUGIN_LIST.mdx">Click here</a> to add your Frame Processor Plugin to this list!
|
|
</b>
|
|
</p>
|
|
<br />
|
|
<br />
|
|
<br />
|
|
|
|
|
|
#### 🚀 Next section: [Zooming with Reanimated](/docs/guides/animated)
|