Ketai Camera Error (KetaiFace) on Android 2.3.7
in
Android Processing
•
7 months ago
Hello,
I've been having some fun with the Ketai libs. I've seen there are some incompatibilities with my Android 2.3.7 phone vs my ICS Nexus S (KetaiList throws an error on 2.3.7). This is fine, I can usually get around them.
With the camera though, I cannot seem to navigate around what seems to be a dependency with the KetaiFace class. I get the following error running the camera getting started sketch on Android 2.3.7 LG Optimus LS670:
Any ideas how to be able to get around this? I've run another other camera tutorial, but I'd like to keep everything with ketai.
Thanks!
Luis
p.s. I've tried this on Ketai v8 and v9
UPDATE: After reading this: http://code.google.com/p/ketai/issues/detail?id=12 I downloaded the v8 gingebread lib, and the camera works fine. Takes some time to appear, but that is ok.
I've been having some fun with the Ketai libs. I've seen there are some incompatibilities with my Android 2.3.7 phone vs my ICS Nexus S (KetaiList throws an error on 2.3.7). This is fine, I can usually get around them.
With the camera though, I cannot seem to navigate around what seems to be a dependency with the KetaiFace class. I get the following error running the camera getting started sketch on Android 2.3.7 LG Optimus LS670:
- FATAL EXCEPTION: Animation Thread
- java.lang.NoClassDefFoundError: [Lketai.camera.KetaiFace;
- at ketai.camera.KetaiCamera.<init>(KetaiCamera.java:101)
- at processing.test.cameragettingstarted.CameraGettingStarted.setup(CameraGettingStarted.java:38)
- at processing.core.PApplet.handleDraw(Unknown Source)
- at processing.core.PGraphicsAndroid2D.requestDraw(Unknown Source)
- at processing.core.PApplet.run(Unknown Source)
- at java.lang.Thread.run(Thread.java:1019)
Any ideas how to be able to get around this? I've run another other camera tutorial, but I'd like to keep everything with ketai.
Thanks!
Luis
p.s. I've tried this on Ketai v8 and v9
UPDATE: After reading this: http://code.google.com/p/ketai/issues/detail?id=12 I downloaded the v8 gingebread lib, and the camera works fine. Takes some time to appear, but that is ok.