jloyd / javacv

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

JavaCV example(facepreview-20110705.apk) Crashes in LG Optimus one - P500 with android 2.2.1 #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Install facepreview-20110705.apk
2.Launch application

What is the expected output? What do you see instead?
Should work properly with face detection.

What version of the product are you using? On what operating system?
LG Optimus one - P500 with android 2.2.1

Please provide any additional information below.

Original issue reported on code.google.com by htgir...@gmail.com on 2 Aug 2011 at 6:36

GoogleCodeExporter commented 9 years ago
Can you please confirm that this device has an FPU? thank you

Original comment by samuel.a...@gmail.com on 2 Aug 2011 at 12:45

GoogleCodeExporter commented 9 years ago
LG P-500 uses MSM7227 chipset from qualcomm and its stated that it has FPU.

Please check the below links

http://www.gsmarena.com/lg_optimus_one_p500-3516.php

* MSM7227
The MSM7227 chipset includes a 600 MHz ARM11 processor with a floating point 
unit (FPU). A 400 MHz modem processor, 320 MHz DSP, hardware-accelerated 3D 
graphics, integrated Bluetooth 2.1 and GPS capabilities, an 8-megapixel camera 
and 30 fps WVGA video encode / decode are also included.

Original comment by htgir...@gmail.com on 2 Aug 2011 at 1:00

GoogleCodeExporter commented 9 years ago
Oh ok, neat.. Would it be possible to look at the log (using the Android SDK) 
and figure out the error that occurs when it crashes? thanks

Original comment by samuel.a...@gmail.com on 2 Aug 2011 at 1:04

GoogleCodeExporter commented 9 years ago
What version of armeabi did you use? 
LG Optimus One has armv6 processor, so you have to use armeabi version of 
libraries, sometimes helped use only armeabi folder to force app use this 
version. I ran into similar issues by my system propably bad recognized my 
processor and use libraries from armeabi-v7 folder.

Original comment by rho...@quadbase.com on 17 Aug 2011 at 9:32

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The binaries in the sample APK are compiled for ARMv7, so yes it will not work 
for devices with an ARMv6, this is normal. The binary distribution of JavaCV 
also comes with binaries for ARMv5, which you could use, but they will be slow, 
this is normal as well.

If this is not the issue, please let me know, but I am marking this "defect" as 
invalid for now.

Original comment by samuel.a...@gmail.com on 8 Jan 2012 at 3:38