[android-developers] Re: Overlay text and live video in Android
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) He" <james.r...@gmail.com> wrote:
> 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 <mmjohns...@gmail.com> wrote:
> > Can't you just use a RelativeLayout and place a TextView on top of the
> > playback surface?
>
> > On Aug 24, 8:54 am, James <james.r...@gmail.com> 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 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+unsubscribe@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home