mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
0553543e6e
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
7 lines
221 B
Python
7 lines
221 B
Python
ABIs = [
|
|
ABI("2", "armeabi-v7a", None, 24, cmake_vars=dict(ANDROID_ABI='armeabi-v7a with NEON')),
|
|
ABI("3", "arm64-v8a", None, 24),
|
|
ABI("5", "x86_64", None, 24),
|
|
ABI("4", "x86", None, 24),
|
|
]
|