OpenFTC / OpenCV-Repackaged

10 stars 8 forks source link

Cannot add libOpenCvNative.so to control hub #3

Closed Alexejhero closed 4 years ago

Alexejhero commented 4 years ago

The control hub has a read-only storage when connected to a computer via TypeC-USB, so files cannot be added to the FIRST folder.

Windwoes commented 4 years ago

That's not right, multiple people have been able to copy it to a Control Hub. It must be something specific with your configuration.

Alexejhero commented 4 years ago

I am connecting my control hub to my computer via a Type C / USB cable, it shows up in the Devices and Drives menu, and when I open it, a Local shared storage drive shows up with 12 GB of storage.

Windwoes commented 4 years ago

Are you on a Mac?

Alexejhero commented 4 years ago

Nope. Windows

Windwoes commented 4 years ago

Try using ADB:

adb push /path/to/libOpenCvNative.so /sdcard/FIRST/

By the way, I'm assuming you're using EasyOpenCV right? If so make sure you're using v1.3.1 or higher.

Alexejhero commented 4 years ago

Thanks. This worked