Skip to content

Commit

Permalink
feat: add qrcode scanner plugin (#417)
Browse files Browse the repository at this point in the history
* add qrcode scanner plugin

* chore: update FRAME_PROCESSOR_PLUGIN_LIST
  • Loading branch information
rodgomesc committed Sep 10, 2021
1 parent 3aa1f5f commit 58e5862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/FRAME_PROCESSOR_PLUGIN_LIST.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ You have to restart metro-bundler for changes in the `babel.config.js` file to t
* [mrousavy/**vision-camera-resize-plugin**](https://github.com/mrousavy/vision-camera-resize-plugin): A plugin for fast frame resizing to optimize execution speed of expensive AI algorithms.
* [rodgomesc/**vision-camera-face-detector**](https://github.com/rodgomesc/vision-camera-face-detector): A plugin to detect faces using MLKit Vision Face Detector.
* [rodgomesc/**vision-camera-ocr**](https://github.com/rodgomesc/vision-camera-ocr): A plugin to recognize text in any Latin-based character set using MLKit Text Recognition.
* [rodgomesc/**vision-camera-qrcode-scanner**](https://github.com/rodgomesc/vision-camera-qrcode-scanner): A plugin to read barcodes using MLKit Vision QrCode Scanning
* [mrousavy/**Colorwaver**](https://github.com/mrousavy/Colorwaver): An app (+ plugin) to detect color palettes in the real world.




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


Expand Down

0 comments on commit 58e5862

Please sign in to comment.