[android-developers] Re: Camera in portrait mode

2009-07-14 Thread m
Hi Indra, Is it possible that you can share any code snippet on how you do the rotation? Especially how do you rotate the view? I have a surfaceView that needs to get rotated and I have not found any ways of doing it. Best regards, Mikkel On Jul 3, 4:01 pm, indra wrote: > Hi, > > There is no

[android-developers] Re: Camera in portrait mode

2009-07-14 Thread m
Hi Indra, Can you give a code snippet on how you did it? Especially the rotation of the view. I have a surfaceView that I need to rotate. Thanks in advance. Best regards, Mikkel On 3 Jul., 16:01, indra wrote: > Hi, > > There is no way of getting the camera preview in portrait mode ( as > you

[android-developers] Re: Camera in portrait mode

2009-07-03 Thread indra
Hi, There is no way of getting the camera preview in portrait mode ( as you probably already know) and its very ( very) slow to rotate the preview image. The only option is to run the app in landscape mode and rotate the view that you want to overlay onto the preview by 90 degrees. To do this ove

[android-developers] Re: Camera in portrait mode

2009-07-02 Thread lufo
Hi guys, I'm facing the same problem like indra. I need to overlay some text on the camera and I tried to rotate the canvas on which the text is drawn but no result. Can someone (indra?) tell me how/what to rotate to bypass the Camera portrait bug ? Thanx a lot! On Jun 30, 7:22 pm, SebX wrote

[android-developers] Re: Camera in portrait mode

2009-06-30 Thread SebX
It works only if I put this: this.setRequestedOrientation (ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE); It's a compromise even if locking the view in landscape mode is not the first choice... On 29 juin, 01:34, SebX wrote: > Hi, > > First at all congratulation for Layar, it seems very impres

[android-developers] Re: Camera in portrait mode

2009-06-30 Thread indra
Layar is similar to Wikitude in the sense that both are marker-less AR applications that use compass + GPS, but the similarity ends there. Layar is a browser/platform to view content in AR view. More details can be found at http://layar.eu (in FAQ tab). On Jun 29, 3:43 am, Christine wrote: > I'm

[android-developers] Re: Camera in portrait mode

2009-06-29 Thread SebX
Hi, First at all congratulation for Layar, it seems very impressive and I look forward to test the application (I did not see it on the appstore) I have the same problem with my application when I'm in portrait mode and that's very frustrating. I think we have to use the landscape mode only beca

[android-developers] Re: Camera in portrait mode

2009-06-28 Thread Christine
I'm sure that you found the right tone of voice to address the Android development team. Layar, isn't that the same as Wikitude? On Jun 28, 12:02 am, indra wrote: > Hi guys at android, > > Can you plase fixhttp://code.google.com/p/android/issues/detail?id=1193 > When do you expect it to ge