Native camera does not work with Android 4.3 on Samsung Note III SM-N9005 (Bug #4492)


Added by Hendi Saleh over 9 years ago. Updated over 9 years ago.


Status:Cancelled Start date:2013-10-25
Priority:Low Due date:
Assignee:Alexander Smorkalov % Done:

0%

Category:android
Target version:2.4.11
Affected version:branch '2.4' (2.4-dev) Operating System:Android
Difficulty: HW Platform:ARM
Pull request:https://github.com/Itseez/opencv/pull/2501

Description

Can not access to the camera from native code using opencv cv::VideoCapture() on a Samsung Note III SM-N9005 under Android 4.3. Apparently the camera wrapper failed to connect to the libraries.

The opencv's version used is : 2.4.7 build with the following configuration :
cmake.exe -G"MinGW Makefiles"
-DCMAKE_TOOLCHAIN_FILE=..\android\android.toolchain.cmake
-DANDROID_TOOLCHAIN_NAME="arm-linux-androideabi-4.8"
-DCMAKE_MAKE_PROGRAM=%MAKE_EXE%
-DBUILD_SHARED_LIBS=OFF
-DCMAKE_BUILD_TYPE=RELEASE
-DBUILD_TESTS=OFF
-DBUILD_PERF_TESTS=OFF
-DBUILD_WITH_DEBUG_INFO=OFF
-DANDROID_ABI="armeabi-v7a with NEON"
-DENABLE_NEON=ON
-DWITH_TBB=ON
-DBUILD_TBB=ON
-DCMAKE_VERBOSE_MAKEFILE=OFF ..\..
cmake.exe --build .
make install

The same code successfully run on a Samsung Galaxy Note 10.1 SHW-M480W under Android 4.1.2


History

Updated by Alexander Alekhin over 9 years ago

  • Status changed from Open to Cancelled

Also available in: Atom PDF