[android-developers] Re: Overlay text and live video in Android

2011-09-01 Thread Drezden
Use a relative layout and place the TextView on top of a custom Camera preview using a Surface. On Sep 1, 6:34 am, 911MIHOP wrote: > Hello Drezden, maybe you can help me. > I have to solve this issue: I have got a text string, and I would like > to overlay it on the live video using Android Camer

[android-developers] Re: Overlay text and live video in Android

2011-09-01 Thread 911MIHOP
Hello Drezden, maybe you can help me. I have to solve this issue: I have got a text string, and I would like to overlay it on the live video using Android Camera. Differently by James, my text is already available: I receive it and put it into a string variable BEFORE starting Camera preview. So my

[android-developers] Re: Overlay text and live video in Android

2011-08-25 Thread Drezden
Hmm, it sounds like you want to do video encoding on the fly. That's a pretty intensive process for Android to try and do in real-time. My suggestion would be to look into using FFMpeg and the NDK. Other than that I'm sure how you're going to handle that one. On Aug 24, 6:01 pm, "James (Wei-Jie

Re: [android-developers] Re: Overlay text and live video in Android

2011-08-24 Thread James (Wei-Jie) He
The text data is pulling from Bluetooth and it needs to be saved (merged) into saved video file. Can I save the TextView data into the video file? On Wed, Aug 24, 2011 at 11:29 AM, Drezden wrote: > Can't you just use a RelativeLayout and place a TextView on top of the > playback surface? > > O

[android-developers] Re: Overlay text and live video in Android

2011-08-24 Thread Drezden
Can't you just use a RelativeLayout and place a TextView on top of the playback surface? On Aug 24, 8:54 am, James wrote: > I need to develop an application that overlays text on the live video > using Android phone camera.  Who may help, information or directions? -- You received this message