Alexander Alekhin
aae317c017
android: add configuration for NDK 25 and Android API 32 (12L)
2 years ago
Yulv-git
9074b3e980
Fix some typos in platforms/, samples/, 3rdparty/.
2 years ago
Tomoaki Teshima
87ef6a9cc1
build: suppress the warning
...
DRY
bump the version
2 years ago
Michael Klatis
7d3dbcb027
dynamically linked libs on mobile
2 years ago
Alexander Alekhin
400906b433
pre: OpenCV 3.4.18 (version++)
3 years ago
Alexander Alekhin
60c093f086
pre: OpenCV 3.4.17 (version++)
3 years ago
Alexander Alekhin
ebef84e9ea
pre: OpenCV 3.4.16 (version++)
3 years ago
Giles Payne
a8757df963
Make Kotlin plugin version compatible with the Gradle version
4 years ago
Alexander Alekhin
43940f7ffc
pre: OpenCV 3.4.15 (version++)
4 years ago
Giles Payne
3b42e19505
At-like function for Java/Kotlin
4 years ago
Alexander Alekhin
a123c48d4d
pre: OpenCV 3.4.14 (version++)
4 years ago
Giles Payne
0553543e6e
Merge pull request #19597 from komakai:android-ndk-camera
...
Android NDK camera support
* Add native camera video backend for Android
* In the event of a "No buffer available error" wait for the appropriate callback and retry
* Fix stale context when creating a new AndroidCameraCapture
* Add property handling
4 years ago
Giles Payne
2cb48e034e
Build for NDK 22
4 years ago
Alexander Alekhin
c3cebc3ac5
android: use gradle 5.6.4
4 years ago
Alexander Alekhin
9485113923
pre: OpenCV 3.4.13 (version++)
4 years ago
Giles Payne
b29f73d5e0
Android OpenCL support
4 years ago
Alexander Alekhin
50ff40d684
pre: OpenCV 3.4.12 (version++)
4 years ago
Alex Cohn
a7cc1159cd
Merge pull request #17573 from alexcohn:fix/android_windows_build
...
* fixing #17572
https://github.com/opencv/opencv/issues/17572 Build for Android failed: "can't concat str to bytes"
on Windows 10 64bit with python 3.6.6
* similar to changes in platforms/winpack_dldt/build_package.py
5 years ago
Alex Studer
d84b213f59
platforms/android: fix --no_samples_build flag not working
5 years ago
Alexander Alekhin
a43e3bebe6
pre: OpenCV 3.4.11 (version++)
5 years ago
Giles Payne
977e5afbac
Add handling for Android "NDK (Side by side)"
5 years ago
Alexander Alekhin
b7ecaceda8
pre: OpenCV 3.4.10 (version++)
...
- Android Manager version is not increased (stuck on 3.49)
5 years ago
Miguel Pari Soto
814a5cec41
feat(android): add support for android modules selection
5 years ago
Hannes Achleitner
afc8dd5661
remove Eclipse relicts in Android sample
5 years ago
Alexander Alekhin
76a27e3399
pre: OpenCV 3.4.9 (version++)
5 years ago
Alexander Alekhin
0fda243a05
pre: OpenCV 3.4.8 (version++)
5 years ago
luz.paz
fcc7d8dd4e
Fix modules/ typos
...
Found using `codespell -q 3 -S ./3rdparty -L activ,amin,ang,atleast,childs,dof,endwhile,halfs,hist,iff,nd,od,uint`
backporting of commit: ec43292e1e
5 years ago
luz.paz
ec43292e1e
Fix modules/ typos
...
Found using `codespell -q 3 -S ./3rdparty -L activ,amin,ang,atleast,childs,dof,endwhile,halfs,hist,iff,nd,od,uint`
5 years ago
Alexander Alekhin
5ef548a985
cmake: update initialization
5 years ago
Giles Payne
a897fc91ec
Add no_samples_build option to Android SDK build
5 years ago
Alexander Alekhin
95415ac3a5
android: change ANDROID_STL='c++_shared'
...
- fixes crashes in face-detector application
- libc++_shared.so is bundled automatically via CMake helper project
5 years ago
Alexander Alekhin
779f59da6b
pre: OpenCV 3.4.7 (version++)
6 years ago
Alexander Alekhin
c6deba6003
android: fix javadoc
6 years ago
Alexander Alekhin
3c1267dbe6
android: update 'debug' information support
6 years ago
Alexander Alekhin
f473b61585
android: build package with API 21
...
enables Video I/O backend via Media NDK
6 years ago
Giles Payne
0d1a0b126b
Merge pull request #14005 from komakai:android-video-cap
...
* Add Android Media NDK video i/o file capture back-end
* Fix failing test
* Improve error handling/prevent resource leaks
* Add license text
* Modify default for WITH_ANDROID_MEDIANDK option
* Fix spelling of deleter_AMediaExtractor
6 years ago
Alexander Alekhin
e8a0bc5794
android: reduce memory consumption by gradle builds
6 years ago
Alexander Alekhin
80e5642ca2
pre: OpenCV 3.4.6 (version++)
6 years ago
Giles Payne
55f02d8c66
Merge pull request #14011 from komakai:debug-build
...
* Add Android SDK debug build flag
* Change LOG_TAG define for consistency with other modules
6 years ago
Alexander Alekhin
480c6dae6d
android: backport build_sdk.py
6 years ago
Giles Payne
7444f0c651
Merge pull request #13939 from komakai:android-build-improvements
...
* Android build improvements
* look for NDK in "ndk-bundle" directory under the SDK directory if location not specified
* look for cmake and ninja in "cmake" directory under the SDK directory if not found in the path
* disable use of ccache if not found in the path
* Redo build tool existence checks
6 years ago
Alexander Alekhin
8f1356c3c5
OpenCV version++ (3.4.5)
...
OpenCV 3.4.5
6 years ago
Alexander Alekhin
2b35c1708b
android: gradle-based package and samples
...
- drop hello-android sample
6 years ago
Alexander Alekhin
d5f430cc11
android: gradle wrapper
...
https://github.com/gradle/gradle/tree/v4.6.0
License: Apache 2.0
6 years ago
Alexander Alekhin
a1fe8f754f
OpenCV version++ (3.4.4)
...
OpenCV 3.4.4
6 years ago
Alexander Alekhin
bb45bf9695
android: NDK17 support
...
tested with NDK 17b (17.1.4828580)
6 years ago
Alexander Alekhin
c1df9ad456
OpenCV version++
...
OpenCV 3.4.3
6 years ago
Alexander Alekhin
d69a327d6d
OpenCV version++
...
OpenCV 3.4.2
7 years ago
Vlad Kraevskiy
90ba69a403
Fixed a typo in android toolchain documentation.
7 years ago
Alexander Alekhin
78f205ffa5
python: better Python 3 support
7 years ago