OpenFTC / EasyOpenCV

Finally, a straightforward and easy way to use OpenCV on an FTC robot!
216 stars 99 forks source link

libOpenCvNative.so MD5 checksum error #10

Closed shiveshk72 closed 4 years ago

shiveshk72 commented 4 years ago

We are trying to use EasyOpenCV on a Moto G5 Plus running Android 7.0 . The libOpenCvNative.so file was copied using the ADB PUSH command to the /sdcard/FIRST folder. On starting the Robot Controller app we are getting the following error - " libOpenCvNative.so is corrupted - libOpenCvNative.so is present in the FIRST on the internal storage. However, the MD5 checksum, does not match what is expected. Any OpenCV-enabled OpModes will likely crash. Delete and re-download the file."

Running the following command using adb shell - md5sum libOpenCvNative.so returns 07a377983266cb64bd649bb233452970 libOpenCvNative.so

Any hints to what may be causing this ?

Windwoes commented 4 years ago

Duplicate of https://github.com/OpenFTC/OpenCV-Repackaged/issues/4