Alexander Alekhin

Results 44 comments of Alexander Alekhin

> to easily check what was finally configured In case of automated ways use proper files for that from build directory: CMakeCache.txt and CMakeVars.txt (or CMake hooks with any checks...

> FFmpeg As another alternative there is GStreamer for Android: https://gstreamer.freedesktop.org/documentation/installing/for-android-development.html?gi-language=c But there is no up-to-date manual how to build and redistribute(!) OpenCV with that. P.S. Multimedia API from NDK...

> CMake does not control priorities That is not true. CMake scrips do that by defining order of used HAL headers. The last header has the highest priority because it...