bitbar / test-samples

Sample test scripts and applications for Bitbar Cloud
https://docs.bitbar.com/testing/index.html
Apache License 2.0
110 stars 221 forks source link

Cannot run akaze_match on aws device farm #156

Closed ColtonPhillips closed 6 years ago

ColtonPhillips commented 6 years ago

I tried running akaze_match through appium on aws device farm and i got the following error:

lib/linux/akaze/akaze_match: error while loading shared libraries: libopencv_calib3d.so.2.4: cannot open shared object file: No such file or directory

Do you know what is causing it?

mkaasila commented 6 years ago

Yes, we know what is the issue. It works on Bitbar Cloud, not on AWS Device Farm.

ColtonPhillips commented 6 years ago

OK. Was able to recompile the code on another branch of akaze -- works. Thanks!