7

I am developing Android application. In my application, I have to capture a screen animation for few seconds as video in programmatically. Is it possible? When I Googled all the code are for starting camera in video mode or capture the system screen as video.

I need to record my application screen alone when I run in emulator or device and I have to store in video format in SDCard and later to play the video as needed.

Can anyone say is it possible in programmatically? if so please say how to do it. if not, give some suggestion for doing this task.

Varun
  • 33,833
  • 4
  • 49
  • 42
deepa
  • 2,496
  • 1
  • 26
  • 43
  • Till now i didnt get solution. Does any one know solution?please help me. Is there any api in core java for above question? – deepa Jul 29 '11 at 12:39
  • Similar question: http://stackoverflow.com/questions/4246548/android-video-capturing-on-device-or-emulator Check the accepted answer for 2 links – Ozzy Dec 16 '11 at 20:39

1 Answers1

0

I built an app and wanted to demo it for a large group of people at work. I bought Screencast to make the recording. This app only works on rooted phones. Nonetheless, it proves it is possible to do what you want. If nothing else, I suppose you could call the app from inside your app using an intent.

Community
  • 1
  • 1
nont
  • 9,322
  • 7
  • 62
  • 82