how to record video of my application screen programmatically in android
Asked Answered
P

1

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.

Peacetime answered 19/7, 2011 at 7:2 Comment(2)
Till now i didnt get solution. Does any one know solution?please help me. Is there any api in core java for above question?Peacetime
Similar question: #4247048 Check the accepted answer for 2 linksForefend
R
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.

Rove answered 16/12, 2011 at 20:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.