sawpawan / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

cvLoadImage is not work in my android app #330

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. cvLoadImage is error in eclipse
2. add code after cvLoadImage, but error because java.awt is not import

What is the expected output? What do you see instead?
My app build stop-motion video. This problem is in convert image to stop-motion 
video process.

What version of the product are you using? On what operating system?
javaCV version 0.4, android 2.2

Original issue reported on code.google.com by acaidedd...@gmail.com on 24 Jun 2013 at 3:38

Attachments:

GoogleCodeExporter commented 8 years ago
Please try again with JavaCV 0.5.

Original comment by samuel.a...@gmail.com on 24 Jun 2013 at 3:39

GoogleCodeExporter commented 8 years ago
I try again with JavaCV 0.5 and import java.awt from jre6, but cvLoadInage is 
error code Y_

Original comment by acaidedd...@gmail.com on 15 Jul 2013 at 3:17

GoogleCodeExporter commented 8 years ago
Could you please explain how you created your project?

Original comment by samuel.a...@gmail.com on 21 Jul 2013 at 1:40

GoogleCodeExporter commented 8 years ago
I build android project in eclipse, after that I import javacv.jar and 
javacpp.jar, do it follow https://code.google.com/p/javacv. I put function in 
JavaCV and javacpp in my source code

Original comment by acaidedd...@gmail.com on 23 Jul 2013 at 2:43

GoogleCodeExporter commented 8 years ago
I solve problem cvLoadImage is error, but i work in my android app has stopped 
unexpectedly.

Original comment by acaidedd...@gmail.com on 14 Aug 2013 at 10:00

GoogleCodeExporter commented 8 years ago
Are you sure that your device comes with an ARMv7 compatible CPU? Do you have a 
model number?

Original comment by samuel.a...@gmail.com on 15 Aug 2013 at 2:47

GoogleCodeExporter commented 8 years ago
my device is samsung galaxy Y, CPU ARMv6, model number GT-S5360

Original comment by acaidedd...@gmail.com on 15 Aug 2013 at 7:57

GoogleCodeExporter commented 8 years ago
So, yeah this isn't going to work, as mentioned in the README.txt file. If you 
really need to get it running on ARMv5/ARMv6, you can try to rebuild the 
binaries as instructed in the README.txt file of the cppjars...

And please post your questions on the mailing list next time if possible! thank 
you

Original comment by samuel.a...@gmail.com on 31 Aug 2013 at 7:12

GoogleCodeExporter commented 8 years ago
I try to rebuild project by MAVAN but cvLoadImage is not work.

Original comment by acaidedd...@gmail.com on 4 Nov 2013 at 10:05

GoogleCodeExporter commented 8 years ago
You need to recompile OpenCV, not JavaCV.

Original comment by samuel.a...@gmail.com on 4 Nov 2013 at 10:57

GoogleCodeExporter commented 8 years ago
I should be install OpenCV and rebuild in OpenCV, not rebuild project in 
eclipse?

Original comment by acaidedd...@gmail.com on 8 Nov 2013 at 9:44

GoogleCodeExporter commented 8 years ago
You need to do both...

Original comment by samuel.a...@gmail.com on 17 Nov 2013 at 7:06

GoogleCodeExporter commented 8 years ago
Hi acaidedd...@gmail.com

Have to solve this error ?

Original comment by karanson...@gmail.com on 20 Nov 2014 at 6:43

GoogleCodeExporter commented 8 years ago

Original comment by samuel.a...@gmail.com on 24 Nov 2014 at 1:05

GoogleCodeExporter commented 8 years ago
i sorry for late, i change my app run on android 4.0 above device and
arm-v7 cpu, but have same error.

Original comment by acaidedd...@gmail.com on 25 Nov 2014 at 12:36