Community Plugins
These are VisionCamera Frame Processor Plugins created by the community.
Installing a Plugin​
- Install using npm:
 
npm i vision-camera-xxxxx
- Add the native function's name (the one with the 
__prefix) to yourbabel.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: A plugin to label images using MLKit Vision Image Labeler.
 - mrousavy/vision-camera-resize-plugin: A plugin for fast frame resizing to optimize execution speed of expensive AI algorithms.
 - rodgomesc/vision-camera-face-detector: A plugin to detect faces using MLKit Vision Face Detector.
 - rodgomesc/vision-camera-qrcode-scanner: A plugin to read barcodes using MLKit Vision QrCode Scanning
 - mrousavy/Colorwaver: An app (+ plugin) to detect color palettes in the real world.
 - xulihang/vision-camera-dynamsoft-barcode-reader: A plugin to read barcodes using Dynamsoft Barcode Reader.
 - xulihang/vision-camera-dynamsoft-label-recognizer: A plugin to recognize text on labels, MRZ passports, etc. using Dynamsoft Label Recognizer.
 - aarongrider/vision-camera-ocr: A plugin to detect text in real time using MLKit Text Detector (OCR).
 
Click here to add your Frame Processor Plugin to this list!