Iuri de Araujo
Iuri de Araujo
Hi Adam, Yes, problem has been solved. Even though, I noticed it’s time we upgrade our openCV plugins to the latest RN core. Do you think it’d be worthwhile to...
So far, we found a thread in StackOverflow Forum, where we could match similarities in the process of importing OpenCV lib to RN, and from there start to evolve in...
Nice and Official Documentation https://opencv.org/android/
> Precisely, it's just a flag to disable bitcode in the Xcode console, at Project > Target > Build Settings > EnableBitcode > "release" > no After disabling bitcode, I...
Hello @jonathans1988 I'd recommend you download and install react-native-opencv3-tests. Then, you'll have 3 or 4 working demos, which you can reuse yin your own custom app. Currently, we are running...
... I forgot to mention where sources are: https://github.com/adamgf/react-native-opencv3-tests
Hi there, Searching for ideas within node-modules/react-native-opencv3, I found within the IOS library file /ios/CvCamera.mm, a chunk of code, which calls [videoCamera stop]. file /ios/CvCamera.mm '''' - (void)bridgeDidBackground:(NSNotification *)notification {...