Ask Your Question

sasi evan's profile - activity

2020-03-07 21:41:30 -0600 received badge  Notable Question (source)
2016-03-22 14:14:16 -0600 received badge  Popular Question (source)
2015-07-12 00:41:21 -0600 received badge  Popular Question (source)
2013-11-04 11:19:15 -0600 answered a question my opencv projects does't work

i found out the problem NDK version R9 has issues so i downloaded version r8b .. and it worked :))

2013-10-29 11:37:18 -0600 asked a question Unable to launch cygpath

iam new on openCV and i have download version 2.4.6 and i am working on eclipse JUNO i have download NDK version R9 and i am working on windows platform and still can't run the tutorials of openCV because of the following errors : [2013-10-29 18:06:56 - Unable to launch cygpath. Is Cygwin on the path?] java.io.IOException: Cannot run program "cygpath": CreateProcess error=2, The system cannot find the file specified [2013-10-29 18:07:12 - ManagerActivity] Manifest attribute 'minSdkVersion' is set to '@ANDROID_NATIVE_API_LEVEL@'. Integer is expected. [2013-10-29 18:07:13 - package] Manifest attribute 'minSdkVersion' is set to '@ANDROID_SDK_VERSION@'. Integer is expected.

also when i try to run it i see the following lines on the console : 18:22:19 * Auto Build of configuration Default for project Tutorial3Activity * "C:\android-ndk\android-ndk-r9\ndk-build.cmd" NDK_DEBUG=1 Android NDK: Your APP_BUILD_SCRIPT points to an unknown file: ./jni/Android.mk
C:/android-ndk/android-ndk-r9/build/core/add-application.mk:176: * Android NDK: Aborting... . Stop.

18:22:20 Build Finished (took 132ms)

also i tried to write this line on the build path : C:\android-ndk\android-ndk-r9\ndk-build.cmd NDK_DEBUG=1

but still it doesn't work !!

and i followed all of the steps on this documentation: http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/android_dev_intro.html#android-dev-intro

2013-10-29 11:36:34 -0600 asked a question Unable to launch cygpath

iam new on openCV and i have download version 2.4.6 and i am working on eclipse JUNO i have download NDK version R9 and i am working on windows platform and still can't run the tutorials of openCV because of the following errors : [2013-10-29 18:06:56 - Unable to launch cygpath. Is Cygwin on the path?] java.io.IOException: Cannot run program "cygpath": CreateProcess error=2, The system cannot find the file specified [2013-10-29 18:07:12 - ManagerActivity] Manifest attribute 'minSdkVersion' is set to '@ANDROID_NATIVE_API_LEVEL@'. Integer is expected. [2013-10-29 18:07:13 - package] Manifest attribute 'minSdkVersion' is set to '@ANDROID_SDK_VERSION@'. Integer is expected.

also when i try to run it i see the following lines on the console : 18:22:19 * Auto Build of configuration Default for project Tutorial3Activity * "C:\android-ndk\android-ndk-r9\ndk-build.cmd" NDK_DEBUG=1 Android NDK: Your APP_BUILD_SCRIPT points to an unknown file: ./jni/Android.mk
C:/android-ndk/android-ndk-r9/build/core/add-application.mk:176: * Android NDK: Aborting... . Stop.

18:22:20 Build Finished (took 132ms)

also i tried to write this line on the build path : C:\android-ndk\android-ndk-r9\ndk-build.cmd NDK_DEBUG=1

but still it doesn't work !!

and i followed all of the steps on this documentation: http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/android_dev_intro.html#android-dev-intro

2013-10-22 13:43:39 -0600 asked a question build openCV project with NDK

while i am running my color blob detection activity on eclipse JUNO ... i keep on seeing this error .. 21:15:25 * Incremental Build of configuration Default for project ColorBlobDetectionActivity * sh "C:\android-ndk\android-ndk-r9\\"\ndk-build.cmd\"" all Cannot run program "sh": Launching failed

Error: Program "sh" not found in PATH PATH=[C:/Program Files/Java/jre7/bin/client;C:/Program Files/Java/jre7/bin;C:/Program Files/Java/jre7/lib/i386;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32\wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\QuickTime\QTSystem;C:\Users\MoSTWANTeD\Downloads\eclipse\eclipse;]

21:15:26 Build Finished (took 131ms)

what is this ??? and what is the solution.. plus i am new on OpenCV ... thx alot :))

2013-10-07 13:56:57 -0600 asked a question my opencv projects does't work

h hello , i am trying to use opencv version 2.4.6 on my eclipse juno .. and i am trying to build color blob detection project on android .. but it keep give me error on some imports lines like : import org.opencv.android.BaseLoaderCallback; import org.opencv.android.CameraBridgeViewBase.CvCameraViewFrame; import org.opencv.android.LoaderCallbackInterface; import org.opencv.android.OpenCVLoader; and i have imported opencv library and few of errors has gone .. but still i can't take errors from those lines .. is NDK could be the problem?? also i can't see (C/C++ build) option on the properties window on the project?? what the reason?? please help me :(( i am stuck here