Yasin Torun
Yasin Torun
I got the same error. I solved it by entering the path value. new StaticServer(8080, RNFS.DocumentDirectoryPath); //
@Beeltec Hi, Your solution is worked for me. Thank you. Note: I am not using this package. I integrated opencv to develop with c++ in my React Native project. But...
I got the same issue. I didn't use a key in the map function, which was causing this issue.
I also tried this library but it's not very good. So for image processing, we used C++ and vision camera frame processor. I recommend C++ for better results, crossplatform and...
> How did you build and link opencv with c++ in the frame processor? - I call my C++ code on the React Native side using JSI. - I wrote...