[android-developers] Re: camera preview formats and sizes

2012-05-28 Thread Alex Cohn
I have not seen single Android device to support rgb preview format. On the other hand, what is the scenario that you cannot convert the yuv preview frames to rgb? Sincerely, Alex On Monday, May 21, 2012 2:41:48 AM UTC+3, Marco wrote: hello, i would need to process camera preview frames of

[android-developers] Camera preview sizes on Galaxy Nexus (ICS)

2012-05-28 Thread Alex Cohn
The camera of Galaxy Nexus (software v. 4.0.2) reports * preview-size-values=1920x1080,1280x720,960x720,800x480,720x576,720x480,768x576,640x480,320x240,352x288,240x160,176x144,128x96 *; and really, it is possible to set *Parameters.setPreveiwSize(320, 240) *and after that

[android-developers] Re: camera preview formats and sizes

2012-05-28 Thread Alex Cohn
, Alex Cohn wrote: I have not seen single Android device to support rgb preview format. On the other hand, what is the scenario that you cannot convert the yuv preview frames to rgb? Sincerely, Alex On Monday, May 21, 2012 2:41:48 AM UTC+3, Marco wrote: hello, i would need to process

Re: [android-developers] Camera preview sizes on Galaxy Nexus (ICS)

2012-05-28 Thread Alex Cohn
On Monday, May 28, 2012 1:48:35 PM UTC+3, Mark Murphy (a Commons Guy) wrote: On Mon, May 28, 2012 at 2:39 AM, Alex Cohn wrote: but also exposes a problem with the Camera API of Android: there is no way for Camera.setParameters() to fail or report anything about parameters

[android-developers] Re: Add Native Support not found in Eclipse

2012-01-31 Thread Alex Cohn
On Jan 11, 12:25 am, John-Marc Desmarais j...@ieee.org wrote: Hi, Thanks for your help. I installed Sequoya and MTJ but, I still have no AddNativeSupport under Android Tools. I have also tried installing android-ndk-r6b and having C:\android\android-ndk-r6b in the path. But, currently, I

[android-developers] Re: How to control the speed of the OpenGL thread?

2011-12-20 Thread Alex Cohn
Usually, the GL thread calls your override of android.opengl.GLSurfaceView.Renderer.onDrawFrame()http://android-developers.blogspot.com/2009/04/introducing-glsurfaceview.htmlmethod. You can add there

[android-developers] Re: Using queueEvent for OpenGL

2011-12-20 Thread Alex Cohn
On Thursday, August 18, 2011 10:46:11 AM UTC+3, Jeffrey wrote: public boolean onTouchEvent(final MotionEvent event) { queueEvent(new Runnable(){ public void run() { mRenderer.setColor(event.getX() / getWidth(), event.getY() /

[android-developers] CHANGE_WIFI_MULTICAST_STATE

2010-06-27 Thread Alex Cohn
Please help me find a reasonable explanation of this permission. When should I use it? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] Re: Eclipse + cupcake + other android projects in build path = VerifyError

2010-04-13 Thread Alex Cohn
I wholeheartedly agree with Guillaume that Android lib projects would be a good feature. But maybe the case I have in mind requires something different. I have ported to Android an LGPL library, libdmtx. This library has native code and JNI wrapper. I created an org.libdmtx APK which installs the

[android-developers] LGPL on Android

2010-03-28 Thread Alex Cohn
is flawed. Sincerely, Alex Cohn -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com