Note that there are some explanatory texts on larger screens.

plurals
  1. POCannot import org.opencv[...] in eclipse from Nvidia Tegra Developer Pack
    text
    copied!<p>I have downloaded <a href="https://developer.nvidia.com/tegra-android-development-pack" rel="nofollow noreferrer">https://developer.nvidia.com/tegra-android-development-pack</a> which has OpenCV for Tegra 2.4.3.2 included. <strong>How to import opencV into the project.</strong></p> <p>I have installed it and then run the Eclipse and import opencv samples but then I get lot of and I cannot fix it</p> <p><code>The import org.opencv.imgproc cannot be resolved</code></p> <p>And I have no idead what I suppose to add to the project to make it work. There is no jar in the directory. <strong>These are genuine samples from Nvidia pack so they should work.</strong></p> <p>The console output:</p> <pre><code>16:00:48 **** Auto Build of configuration Default for project OpenCV Tutorial 4 - Mix Java+Native OpenCV **** "D:\\Programowanie\\EclipseTegra\\cygwin\\bin\\bash" "D:\\Programowanie\\EclipseTegra\\android-ndk-r8d/ndk-build" NDK_DEBUG=1 V=1 cygwin warning: MS-DOS style path detected: D:\Programowanie\EclipseTegra\OpenCV-2.4.3.2-android-sdk-tadp\samples\tutorial-4-mixed Preferred POSIX equivalent is: /cygdrive/d/Programowanie/EclipseTegra/OpenCV-2.4.3.2-android-sdk-tadp/samples/tutorial-4-mixed CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames rm -f ./libs/armeabi/lib*.so ./libs/armeabi-v7a/lib*.so ./libs/mips/lib*.so ./libs/x86/lib*.so rm -f ./libs/armeabi/gdbserver ./libs/armeabi-v7a/gdbserver ./libs/mips/gdbserver ./libs/x86/gdbserver rm -f ./libs/armeabi/gdb.setup ./libs/armeabi-v7a/gdb.setup ./libs/mips/gdb.setup ./libs/x86/gdb.setup Gdbserver : [arm-linux-androideabi-4.6] libs/armeabi-v7a/gdbserver install -p /cygdrive/d/Programowanie/EclipseTegra/android-ndk-r8d/prebuilt/android-arm/gdbserver/gdbserver ./libs/armeabi-v7a/gdbserver Gdbsetup : libs/armeabi-v7a/gdb.setup echo "set solib-search-path ./obj/local/armeabi-v7a" &gt; ./libs/armeabi-v7a/gdb.setup echo "directory D:/Programowanie/EclipseTegra/android-ndk-r8d/platforms/android-9/arch-arm/usr/include D:/Programowanie/EclipseTegra/android-ndk-r8d/sources/cxx-stl/gnu-libstdc++ "../../sdk/native/jni/include/opencv" "../../sdk/native/jni/include" D:/Programowanie/EclipseTegra/android-ndk-r8d/sources/cxx-stl/gnu-libstdc++/4.6/include D:/Programowanie/EclipseTegra/android-ndk-r8d/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include" &gt;&gt; ./libs/armeabi-v7a/gdb.setup Install : libmixed_sample.so =&gt; libs/armeabi-v7a/libmixed_sample.so install -p ./obj/local/armeabi-v7a/libmixed_sample.so ./libs/armeabi-v7a/libmixed_sample.so /cygdrive/d/Programowanie/EclipseTegra/android-ndk-r8d/toolchains/arm-linux-androideabi-4.6/prebuilt/windows/bin/arm-linux-androideabi-strip --strip-unneeded ./libs/armeabi-v7a/libmixed_sample.so 16:00:51 Build Finished (took 2s.621ms) </code></pre> <p>ECLIPSE</p> <p><img src="https://i.stack.imgur.com/4LIQ3.png" alt="enter image description here"></p> <p>Main directory <img src="https://i.stack.imgur.com/0d6xX.png" alt="enter image description here"></p> <p>opencv directory</p> <p><img src="https://i.stack.imgur.com/NDYKJ.png" alt="enter image description here"></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload