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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.

Hi Adam, thanks for putting this together. I tried the CvFaceLandmark [example](https://github.com/adamgf/react-native-opencv3-tests/tree/master/CvFaceLandmarks). A couple of issues/questions: The landmarks from CvFaceLandmark shows up in IOS, however, it flickers a lot and...

I made an interesting discovery when experimenting with live recognition. The recognition is much better and has much less flickering when I am further away from the camera (one arm...

I want to run a ML model on real time images. How can I access real time frames and process it in a custom function?

On Android, CvCamera view is rotated 90 degrees counterclockwise. I tried several solutions I found during search including setting android orientation to portrait in androidmanifest.xml and adding Core.rotate(in, in, 0)...

i try to use library's function in ios but it not working it shows TypeError: null is not object evaluting ('RnOpencv3.cvtColorGray) Please help me i waste my lot of time

Hello! in this line: `import {CvCamera} from 'react-native-opencv3';` I have this error: Could not find a declaration file for module react-native-opencv3 .... and as it guided I try : `npm...

Hello, I'm trying to develop a lane detection app in React Native and came across this lib. I was playing around with it and got the CvImage to work with...

By any chance, is it possible to use this library in order to achieve Hough Lines counting ? Count the number of lines on a picture. The picture is basically...

I love to use this library. this is just one I wished for a long time. I created new project and yarn add `react-native-opencv3`. when I run 'react-native link react-native-opencv3',...