Skip to content

Update FRAME_PROCESSOR_PLUGINS.mdx #2698

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/docs/guides/FRAME_PROCESSOR_PLUGINS.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@ cd ios && pod install
* [tony-xlh/**vision-camera-cropper**](https://github.com/tony-xlh/vision-camera-cropper): A plugin to crop frames and save frames to files or as base64.
* [aarongrider/**vision-camera-ocr**](https://github.com/aarongrider/vision-camera-ocr): A plugin to detect text in real time using MLKit Text Detector (OCR).
* [yasintorun/**vision-camera-base64**](https://github.com/yasintorun/vision-camera-base64): A plugin to convert a Frame to a base64 string.
* [nonam4/**react-native-vision-camera-face-detector**](https://github.com/nonam4/react-native-vision-camera-face-detector): A V4 plugin to detect faces using MLKit.

* [nonam4/**react-native-vision-camera-face-detector**](https://github.com/nonam4/react-native-vision-camera-face-detector): A V3 frame processor plugin to detect faces using MLKit Vision Face Detector.
* [gev2002/**react-native-vision-camera-v3-face-detection**](https://github.com/gev2002/react-native-vision-camera-v3-face-detection): The frame processor plugin to detect faces using Google ML Kit Face detection library for react-native-vision-camera with high performance and many options.
* [gev2002/**react-native-vision-camera-v3-image-labeling**](https://github.com/gev2002/react-native-vision-camera-v3-image-labeling): The frame processor plugin to image labeling using Google ML Kit Image labeling library for react-native-vision-camera with high performance.
* [gev2002/**react-native-vision-camera-v3-pose-detection**](https://github.com/gev2002/react-native-vision-camera-v3-pose-detection): The Frame processor plugin for detecting pose using Google ML Kit Pose detection library for react-native-vision-camera with high performance.
* [gev2002/**react-native-vision-camera-v3-barcode-scanner**](https://github.com/gev2002/react-native-vision-camera-v3-barcode-scanner): The frame processor plugin for scanning barcodes using Google ML Kit Barcode scanning library for react-native-vision-camera with high performance.
* [gev2002/**react-native-vision-camera-v3-text-recognition**](https://github.com/gev2002/react-native-vision-camera-v3-text-recognition): The frame processor plugin for text recognition using Google ML Kit Text recognition library for react-native-vision-camera with high performance.


<!-- Add your Frame Processor Plugin here! -->
Expand Down