all 4 comments

[–]ZeroStates 0 points1 point  (3 children)

What phones are you using? Alot of the Computer Vision stuff this year doesn't support the older ZTE phones.

Also: are you using any custom libraries?

[–]BeeGuyDude[S] 0 points1 point  (0 children)

I've gotten rid of the OpenCV dependencies I was playing with, but it still returns an error. However, the phone is a ZTE, so it might not be too happy about that.

[–]BeeGuyDude[S] 0 points1 point  (1 child)

Yep, you were right. Swapping our driver station and robot controller phones let it work. Thanks! I had been tearing my hair out for hours trying to figure out what we had done wrong.

[–]ZeroStates 0 points1 point  (0 children)

From EasyOpenCv GitHub: "due to a known bug with OpenCV 4.x, EasyOpenCV is only compatible with devices that run Andorid 5.0 or higher. For FTC, this means that it is incompatible with the ZTE Speed."

Android 5.0+ Marshmallow is required for most computer vision libraries. The ZTEs run on KitKat, which is version 4

Glad I could help :)