react-native-opencv-tutorial icon indicating copy to clipboard operation
react-native-opencv-tutorial copied to clipboard

this steps are really confusing...

Open albjeremias opened this issue 5 years ago • 3 comments
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.

albjeremias avatar Feb 07 '20 18:02 albjeremias

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 avatar Feb 07 '20 19:02 albjeremias

@albjeremias

Thanks for your suggestions. We'll improve the README when we find some resources.

for me Unzip the package. -> unzipped opencv archive

piotr-s-brainhub avatar Apr 24 '20 02:04 piotr-s-brainhub

I didn't have wget installed. Running downloadAndInsertOpenCV.sh didn't do it's job till I installed it.

brew install wget

sikemullivan avatar Oct 14 '22 21:10 sikemullivan