0

is it generally possible to recording videos with an additional layer which is also recording?

If yes,how can I do that?

Maybe with android.view.Surface?

thx

Igor
  • 53
  • 1
  • 1
  • 4

1 Answers1

1

Try the following: MediaRecorder API

Lior Ohana
  • 3,467
  • 4
  • 34
  • 49
  • Thx for your reply, but I´ve seen this already. I see no methode or so to realize e.g. watermarking. – Igor Jul 17 '11 at 18:32
  • Sorry, got your question wrong. What you're looking for is recording both video from the camera and the overlay, right? If you know to overlay the video, try checking this one: http://stackoverflow.com/questions/3067586/how-to-capture-the-android-device-screen-content – Lior Ohana Jul 17 '11 at 18:55
  • Yes exactly. So, if there is no other solution I have to try it ;) – Igor Jul 17 '11 at 19:41