Open GoogleCodeExporter opened 9 years ago
Please update the project. HoughTransformation.c replaced to
HoughTransformation.cpp file.
HoughTransformation.cpp file plased in "jni" dirrectory of project and included
in project in Android.mk file
(LOCAL_SRC_FILES += HoughTransformation.cpp)
Original comment by zdanchik@gmail.com
on 30 Jan 2012 at 2:43
cannot load library com_native graphics error is comming please give me some
solutions
Original comment by bipinsha...@gmail.com
on 12 Mar 2012 at 5:58
You need to download android NDK and build JNI code before you can compile java
code
1. download Android NDK http://developer.android.com/sdk/ndk/index.html
2. add line into ndk-build.cmd.bat file
set NDK_PROJECT_PATH = YOUR_CODE_PATH
Original comment by udom...@gmail.com
on 20 Apr 2012 at 11:38
I've got the program run on my device. But it doesn't work. It just shows about
20 lines of "w::1280 h::720" and then stops. Nothing happenes. (See the
attached screen cap; the picture taken by the camera cannot be captured, so the
background is just black)
Original comment by xyxzfj@gmail.com
on 20 Apr 2012 at 12:40
Attachments:
hi,
same problem. it doesn't work. I've just "w::1280 h::720" with camera in
backgroung but nothing happens when i fix a plate.
May you help me ?
Original comment by mobby...@gmail.com
on 30 Apr 2012 at 12:53
Hi,
I'm having the same problem as mobby...
Please, help me.
Original comment by rodrigov...@gmail.com
on 16 May 2012 at 5:19
[deleted comment]
I am uanble to use it.It just shows w::1280 h::720 and recognize[].its not
recognizing the number plate.please help its urgent.
Original comment by bismita....@gmail.com
on 31 May 2012 at 8:51
I have hext error when i try to build project library, please help.
C:/android-ndk-r6/android-ndk-r6/toolchains/arm-linux-androideabi-4.4.3/prebuilt
/windows/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androi
deabi/bin/ld.exe: cannot find -lcxcore
collect2: ld returned 1 exit status
/cygdrive/c/android-ndk-r6/android-ndk-r6/build/core/build-binary.mk:280:
recipe for target
`/cygdrive/c/android-ndk-r7/apps/ndk_demo/ANPR/obj/local/armeabi/libcom_graphics
_NativeGraphics.so' failed
make: ***
[/cygdrive/c/android-ndk-r7/apps/ndk_demo/ANPR/obj/local/armeabi/libcom_graphics
_NativeGraphics.so] Error 1
Original comment by L.Nata...@gmail.com
on 27 Jul 2012 at 11:51
I failed to build the library and the error is:
SharedLibrary : libcom_graphics_NativeGraphics.so
collect2: ld terminated with signal 5 [Trace/BPT trap]
dyld: lazy symbol binding failed: Symbol not found: _memmem
Referenced from: /Users/bon/Programming/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/darwin-x86/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: _memmem
Referenced from: /Users/bon/Programming/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/darwin-x86/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld
Expected in: /usr/lib/libSystem.B.dylib
make: *** [obj/local/armeabi/libcom_graphics_NativeGraphics.so] Error 1
Please help!
Original comment by andrewt...@gmail.com
on 16 Nov 2012 at 6:50
[deleted comment]
not able to build project.it contains errors in .c and .cpp files.
if anyone have done that please suggest me what should i do to resolve these
issues.
Thank you.
Original comment by aditya7...@gmail.com
on 25 Sep 2014 at 11:21
anybody succeded to built this project ?
i am getting :
] StaticLibrary : libcv.a
[armeabi] Compile++ thumb: com_graphics_NativeGraphics <=
com_graphics_NativeGraphics.cpp
[armeabi] Compile++ thumb: com_graphics_NativeGraphics <= graphics_core.cpp
[armeabi] Compile++ thumb: com_graphics_NativeGraphics <=
HoughTransformation.cpp
[armeabi] Compile thumb : cpufeatures <= cpu-features.c
[armeabi] StaticLibrary : libcpufeatures.a
[armeabi] SharedLibrary : libcom_graphics_NativeGraphics.so
C:/PROJECTS/ANDROID/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.8/pr
ebuilt/windows-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-l
inux-androideabi/bin/ld.exe: internal error in do_print_to_mapfile, at
/s/ndk-toolchain/src/build/../binutils/binutils-2.25/gold/output.h:395
collect2.exe: error: ld returned 1 exit status
make.exe: *** [obj/local/armeabi/libcom_graphics_NativeGraphics.so] Error 1
Original comment by danynot...@gmail.com
on 21 Aug 2015 at 9:10
anybody succeded to built this project ?
i am getting :
] StaticLibrary : libcv.a
[armeabi] Compile++ thumb: com_graphics_NativeGraphics <=
com_graphics_NativeGraphics.cpp
[armeabi] Compile++ thumb: com_graphics_NativeGraphics <= graphics_core.cpp
[armeabi] Compile++ thumb: com_graphics_NativeGraphics <=
HoughTransformation.cpp
[armeabi] Compile thumb : cpufeatures <= cpu-features.c
[armeabi] StaticLibrary : libcpufeatures.a
[armeabi] SharedLibrary : libcom_graphics_NativeGraphics.so
C:/PROJECTS/ANDROID/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.8/pr
ebuilt/windows-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-l
inux-androideabi/bin/ld.exe: internal error in do_print_to_mapfile, at
/s/ndk-toolchain/src/build/../binutils/binutils-2.25/gold/output.h:395
collect2.exe: error: ld returned 1 exit status
make.exe: *** [obj/local/armeabi/libcom_graphics_NativeGraphics.so] Error 1
Original comment by danynot...@gmail.com
on 21 Aug 2015 at 9:10
Original issue reported on code.google.com by
coolhand...@googlemail.com
on 25 Jan 2012 at 1:12