react-native-opencv3 icon indicating copy to clipboard operation
react-native-opencv3 copied to clipboard

react-native-opencv3 wraps functionality from OpenCV Java SDK 3.4.4 + contrib modules and iOS OpenCV 3.4.1 + contrib modules for use in React-Native apps. Please enjoy!

Results 34 react-native-opencv3 issues
Sort by recently updated
recently updated
newest added

Hi There, In attempt to install react-native-opencv3 on [email protected], I got the following error attached below. As I don't know which react-native@ libraries are important to opencv3 plugin, I didn't...

how can i add a new method? Like findContours and drawContours.

Hi there, I noticed that even, when the user is not using OpenCv features, its engine still runs and consumes CPU at high percentages. How would we optimize (i.e. activate/deactivate)...

Hello there, How would we connect to a remote IP camera, using CvCamera object? Best wishes, I

Hello there, In attempt to install react-native-opencv3 to my project. I saw this error ``` Execution failed for task ':app:mergeDebugAssets'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. >...

Hello there, In attempt to archive the app on XCode 12.5.1, the following error occurred. Apparently, opencv2 library doesn't have full bitcode required by XCode for arm64. Has anyone already...

I'm looking for some way to implement OMR in react-native for a few weeks and I just found this repo... I would like to know if it\s possible and if...

Hello Adam, We've successfully installed react-native-opencv3-tests, and all modules worked fine in my Android device (Motorola). Unfortunately, the didn't work in a Samsung device. We have no clue what's causing...

![IMG_BC3D28F599CE-1](https://user-images.githubusercontent.com/1729895/72040622-29418400-32cf-11ea-83e2-fa7ec2551b87.jpeg) Could not get anything related to 'topFacesDetected' as RCTDirectEventBlock. How to reproduce? 1) install 'react-native-opencv3' 2) import components 3) boom

Hi, thanks for this effort. I'm trying to make a panoramic image using react native, is there any way to use this lib for stitching? Any code sample would be...