[android-developers] Framework or code to make my application read aloud any text

2013-04-12 Thread santy
Hello. I want my application to be able to talk to the user, but I don't find any code to do that. Has anyone achieved it or know how to do? Thank you very much. -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Framework or code to make my application read aloud any text

2013-04-12 Thread santy
I'm looking for information about that engine right now. Could you tell me any tutorial or link to visit?? Thank you On Friday, April 12, 2013 2:50:55 PM UTC+2, tarun sablok wrote: Use text to speech converter engine in your code !!! On Fri, Apr 12, 2013 at 5:02 PM, santy santiago.go

Re: [android-developers] Framework or code to make my application read aloud any text

2013-04-12 Thread santy
) { Toast.makeText(MainActivity.this, Success, Toast.LENGTH_LONG).show(); tts.speak(test, TextToSpeech.QUEUE_ADD, null); } if (status == TextToSpeech.ERROR) { Toast.makeText(MainActivity.this, Error, Toast.LENGTH_LONG).show(); } } }); On Friday, April 12, 2013 8:11:59 AM UTC-5, santy wrote: I'm

[android-developers] How many Teslas you need to get correct magnetic field data

2012-07-13 Thread santy
Hello. I'm using the magnetic field in my application and sometimes It doesn´t work properly because It doesn´t get enough Teslas from the magnetic field. So I am doing this to detect the how many teslas the device is detecting, but I don´t know how many it needs: SensorManager mSensorManager

[android-developers] Enable Magnetic Field

2012-07-11 Thread santy
Hello. I am using the magnetic field of my samsung galaxy nexus and it was working fine until today. I don´t know why but azimuth is always 0.0 now. Does anyone know what happens? Thank you -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: Enable Magnetic Field

2012-07-11 Thread santy
I´ve solved the problem installing and opening a compass app. I think the compass app has activated the magnetic field again, but I would like to know if I can activate it from code. Thank you El miércoles, 11 de julio de 2012 20:29:35 UTC+2, santy escribió: Hello. I am using the magnetic

[android-developers] Place 3D object on virtual space

2012-07-08 Thread santy
Hello. I need to place a 3D object in the space near me. I mean, I want to place a 3D arrow 2 meters near me in the north direction, for example, so if I look with the camera at that direction I will see the arrow. I´ve been trying with min3, but I need to see the camera view while I see the

[android-developers] Re: Put 3D object on screen and manage its location

2012-07-08 Thread santy
of realtime image analysis for calculating the current movement direction based on changes in the video preview frames. On Thursday, July 5, 2012 1:11:20 PM UTC-5, santy wrote: Thank you very much Nobu. And is it possible to place the 3D object just to see the object with the camera

Re: [android-developers] Re: Put 3D object on screen and manage its location

2012-07-08 Thread santy
of loading some obj/mtl models. See http://code.google.com/p/andar On Sun, Jul 8, 2012 at 10:35 PM, santy santiago...@gmail.comsantiago.gonzalez.iz...@gmail.com wrote: I´ve been trying and studying some examples but I don´t have OpenGL knowledges enough to implement what I need. I´ve

[android-developers] Put 3D object on screen and manage its location

2012-07-05 Thread santy
Hi. I need to put a 3D object (obj, mtl or 3ds) on screen and see that image while I'm seeing camera view. That is easy but I need to manage the position of the object WITHOUT GPS signal, I mean, if I move the mobile phone I don´t have to see the object, only when I focus to the correct

[android-developers] Re: Put 3D object on screen and manage its location

2012-07-05 Thread santy
Yes, of course I´ve been looking for frameworks to do it and I´ve tried lookar, min3d and some more. I am sure that they can do what I need but I don´t know how to do it. I wrote here in order to find people who have already done what I want to do, so they can explain me how they did it or

[android-developers] Re: Put 3D object on screen and manage its location

2012-07-05 Thread santy
Thank you very much Nobu. And is it possible to place the 3D object just to see the object with the camera on its position without using the GPS??? El jueves, 5 de julio de 2012 20:02:03 UTC+2, Nobu Games escribió: On Thu, Jul 5, 2012 at 12:47 PM, santy wrote: Yes, of course I have been

[android-developers] Re: Put 3D object on screen and manage its location

2012-07-05 Thread santy
of realtime image analysis for calculating the current movement direction based on changes in the video preview frames. On Thursday, July 5, 2012 1:11:20 PM UTC-5, santy wrote: Thank you very much Nobu. And is it possible to place the 3D object just to see the object with the camera on its

[android-developers] Re: Show 3D object on top of camera view (augmented reality)

2012-04-27 Thread santy
Thanks RAGHAV. On 19 abr, 20:33, Raghav Sood raghavs...@gmail.com wrote: Afraid to be the one to break it to you, but your research isn't very thorough. AndAR does exactly what you want. In fact, one of their code sample projects is a perfect carbon copy of what you want. Loading 3d models

[android-developers] Re: Show 3D object on top of camera view (augmented reality)

2012-04-19 Thread santy
other than the above. Thank you On 18 abr, 17:46, TreKing treking...@gmail.com wrote: On Wed, Apr 18, 2012 at 7:23 AM, santy santiago.gonzalez.iz...@gmail.comwrote:  I haven´t found anything that works fine. Please, if someone knows how to do it, please explain it to me (sample code would

[android-developers] Show 3D object on top of camera view (augmented reality)

2012-04-18 Thread santy
I need to show a 3D object (an arrow) on top of camera view, in order to see at the same time the camera view and the object. I`ve been looking for this for weeks, but I haven´t found anything that works fine. Please, if someone knows how to do it, please explain it to me (sample code would be

[android-developers] Accessing the camera from an application

2012-02-20 Thread santy
I'm trying to access the emulator camera but the only thing I see is this image http://s2.subirimagenes.com/imagen/previo/thump_7449264captura-de-pantalla.png I've tried different codes but I always get the same result. The strange thing is that I can access the default camera application and