[android-developers] Re: Video Capturing

2009-06-14 Thread Ahsanul Karim
can you please help to capture video... below is my code public class PhotoActivity extends Activity { private Preview mPreview; MediaRecorder recorder; /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceSt

[android-developers] Re: Video Capturing

2009-03-11 Thread Mark Murphy
mobilek...@googlemail.com wrote: > Is video capturing currently supported in the latest SDK? Not yet. An upcoming Android release and SDK (code named "cupcake") should have video recording, as I understand it. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to And