[android-developers] capture video frames from mobile to PC

2012-09-14 Thread AMITCH
Hi Everyone, I am a MFC Windows Application developer. I what to develop an application on windows by which user can view a video which is running on his android mobile on windows PC simultanously, while mobile is connected by USB cable. I surf net lot of times but there is no relevent content

[android-developers] Capture Video + Circular Buffer for Video on Android

2011-11-16 Thread Joseph Irvine
Hello, I am trying to build an application that would run on an Android set- top box (not mobile device). The set-top box will have analog video inputs. I would like to capture the incoming video within Android. Once I capture video, I am looking to see if there are any good SDKs that provide

[android-developers] capture video

2011-10-11 Thread mohana priya
I am created new instance of class for camera.I need to know how to capture video in android.Please tell me how to do so .Thanks in Advance. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Capture Video of App

2010-11-20 Thread Olivier Guilyardi
On 11/19/2010 10:34 PM, Nathan wrote: One of the alternative app stores is asking for unaltered, unedited capture from the app as a video. Plus I'm also interested in cleaner video than I get by focusing a camcorder on an Android on a table. Who knows how to do that? I think I found some

Re: [android-developers] Capture Video of App

2010-11-20 Thread Mark Murphy
On Sat, Nov 20, 2010 at 7:26 AM, Olivier Guilyardi l...@samalyse.com wrote: Who knows how to do that? I think I found some posts that indicate Mark Murphy may have solved this with a tool that goes through DDMS. If so, I'll get that tool and donate. I think there's an Android screencast

Re: [android-developers] Capture Video of App

2010-11-20 Thread Olivier Guilyardi
On 11/20/2010 02:10 PM, Mark Murphy wrote: If you have access to an HTC Droid Incredible or some editions of the Samsung Galaxy S, you can get a cable that outputs the main Android screen to composite video, which you could record. Wow thanks. I have a Galaxy S, and found the TV Out option

[android-developers] Capture Video of App

2010-11-19 Thread Nathan
One of the alternative app stores is asking for unaltered, unedited capture from the app as a video. Plus I'm also interested in cleaner video than I get by focusing a camcorder on an Android on a table. Who knows how to do that? I think I found some posts that indicate Mark Murphy may have

[android-developers] Capture Video on device (Video Recording Problem)

2009-08-19 Thread greatinnovus
Hi All, Im trying video capture with device and ( recorder.prepare(); causes error and closes my application.) Can any one suggest me where im going wrong with this code. public class VideoCapture1 extends Activity { private MediaRecorder recorder; private SurfaceHolder

[android-developers] Capture video frames

2009-05-20 Thread rocio
Hi, I´m trying to capture frames from a video file, but I don´t know how to do it. Are there any classes like FrameGrabbingControl (in JMF) for Android? Is it possible with MediaPlayer and MediaRecorder classes? Thanks. --~--~-~--~~~---~--~~ You received this

[android-developers] Capture video frames

2009-05-20 Thread rocio
Hello, how can I capture the frames of a video file? Are there any class like FrameGrabbingControl (in JMF) for Android? Is it possible with MediaPlayer and MediaRecorder classes? Any idea will be greatly appreciated. Thanks. --~--~-~--~~~---~--~~ You received