OpenFTC / EasyOpenCV

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

EasyOpenCV causes app error in Control Hub #44

Closed tom-ricci closed 2 years ago

tom-ricci commented 2 years ago

In the newest version of the Control Hub's firmware, the app does not like to load when using EasyOpenCV, and seems to end up making either the Control Hub itself or the app bootloop, I'm not completely sure which. It's caused by removing "arm64-v8a" in the Gradle config.

Windwoes commented 2 years ago

Would you be able to grab logs from the encounter?

tom-ricci commented 2 years ago

Nothing is logged via ADB after it runs the app the first time (as far as I remember, I can check soon); are there any other logs that would be helpful?

Windwoes commented 2 years ago

If the app goes down, there definitely should be something printed to ADB logcat. Since Android Studio clears the logcat pane when relaunching the app, you may need to run adb logcat from a separate terminal window to capture the crash.

tom-ricci commented 2 years ago

Okay, I'll let you know the results the next time I can test it out.

Windwoes commented 2 years ago

Any update on this?

tom-ricci commented 2 years ago

Sorry, I don't have anything at the moment

tom-ricci commented 2 years ago

I got my hands on a control hub again (and the two others I've been having trouble with) and it just worked? I have no idea what happened between then and now, but for now it seems to be fine. I'll reopen the issue again with some more logs if this happens again.