OpenFTC / EasyOpenCV

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

Installation directions #36

Closed Vector5233 closed 2 years ago

Vector5233 commented 2 years ago

Not an issue per se but a request for guidance. When installing OpenCV under Android Studio, while using the Rev Control Hub rather than an Android Phone, what is the correct way to deposit the native library libOpenCvAndroid453.so into the FIRST folder? The Rev device manager doesn't really expose the file structure of the Control Hub, so it's unclear where the library should go or how to get it there. TIA!

NoahAndrews commented 2 years ago

The Control Hub should also show up in Windows Explorer.

Windwoes commented 2 years ago

You can also use the file explorer in Android Studio or adb push

Windwoes commented 2 years ago

Did you get this working?

Vector5233 commented 2 years ago

Yes, we were able to access in File Explorer (Win 10). Interestingly, the file manager im Android Studio would lock up when we tried to copy and paste the file into the Control Hub. But Explorer worked, so on to the next thing!