Installation

Installation

To install the library, use npm/yarn/pnpm:

yarn add react-native-fast-opencv

And then:

cd ios && pod install

Integrations

The library can be easily integrated with:

  • 📸 VisionCamera (opens in a new tab) – The library allows frames from frame processors to be easily converted into OpenCV objects. To add a library check here.
  • 🧵 WorkletsCore (opens in a new tab) – Operations on images can be time-consuming, and the library works with synchronous functions, hence it is a good idea to move the execution of the operation to another thread, so as not to block the JavaScript thread. Integration with this library allows tasks to be delegated to another thread. To add a library check here.