Skip to main content

Community Frame Processor Plugins

Frame Processor Plugins are native plugins that can process data in a Frame and return values to a JS Frame Processor.

These plugins are written in native languages such as Java/Kotlin, Objective-C/Swift, or even C++ to make use of GPU-acceleration, low-level APIs, and overall faster performance.

Similar to react-native libraries, Frame Processor Plugins are distributed through npm and come with a native module boilerplate so they can be autolinked.

Plugin List​




Click here to add your Frame Processor Plugin to this list!




Installing a Plugin​

  1. Install using npm:
npm i vision-camera-xxxxx
cd ios && pod install
  1. Rebuild your app and use the plugin

🚀 Next section: Zooming​