react-native-opencv-tutorial
react-native-opencv-tutorial copied to clipboard
this steps are really confusing...
trafficstars
So I have to run downloadAndInsertOpenCV? or download from OpenCV website???
What do you mean with unzipped opencv archive?
5. Run `./downloadAndInsertOpenCV.sh`.
6. Download manually the Android pack from https://opencv.org/releases.html (version 3.4.1).
7. Unzip the package.
8. Import OpenCV to Android Studio, From File -> New -> Import Module, choose sdk/java folder in the unzipped opencv archive.
What does this mean? How should the file look like?
9. Update build.gradle under imported OpenCV module to update 4 fields to match your project's `build.gradle`<br/>
a) compileSdkVersion<br/>
b) buildToolsVersion<br/>
c) minSdkVersion<br/>
d) targetSdkVersion.
@albjeremias
Thanks for your suggestions. We'll improve the README when we find some resources.
for me Unzip the package. -> unzipped opencv archive
I didn't have wget installed. Running downloadAndInsertOpenCV.sh didn't do it's job till I installed it.
brew install wget