What is carotene_o4t and why does it cause issues with compiling a program using opencv with Qt on Android?

前端 未结 1 1007
野的像风
野的像风 2020-12-19 01:04

I\'m using Qt to write an Android app, using opencv. I\'ve set up everything so that my app runs correctly without opencv. However, after I included opencv 3.2 (by downloadi

1条回答
  •  自闭症患者
    2020-12-19 01:17

    You need to link with libtegra_hal.

    It is included in the 3rdparty folder: sdk/native/3rdparty/libs/armeabi/libtegra_hal.a

    0 讨论(0)
提交回复
热议问题