Hey CG,
I have Android 2.1.
I talk to Andrew, the author of this mobile app
https://market.android.com/details?id=processing.android.test.toniayourself02And he told me, he did it on Processing 1.5.1, I'm starting to believe that's the problem. And I cannot use that version because of some issue with the build.xml.
The error I get:
KetaiCamera found onCameraPreviewEvent in parent...
KetaiCamera did not find onCameraPreviewEvent for Image Method: onCameraPreviewEvent
KetaiCamera completed instantiation...
KetaiCamera found onCameraPreviewEvent in parent...
KetaiCamera did not find onCameraPreviewEvent for Image Method: onCameraPreviewEvent
KetaiCamera completed instantiation...
KetaiCamera: opening camera...
FATAL EXCEPTION: Animation Thread
java.lang.NoSuchMethodError: android.hardware.Camera.open
at ketai.camera.KetaiCamera.start(KetaiCamera.java:113)
at changethispackage.beforesubmitting.tothemarket.cameragettingstarted.CameraGettingStarted.mousePressed(CameraGettingStarted.java:82)
at processing.core.PApplet.handleMotionEvent(Unknown Source)
at processing.core.PApplet.dequeueMotionEvents(Unknown Source)
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:1096)