[android-developers] Re: media recorder error on start

2009-11-28 Thread wtzytrliil
bump. On Nov 18, 4:39 pm, android_dev pankaj.i...@gmail.com wrote: when i add video source and video encoder, it gives error in recoreder.prepare() (prepare failed) while the same code is working only for audio. i am not finding what i am doing wrong.Please help

[android-developers] Re: media recorder error on start

2009-11-18 Thread Roman ( T-Mobile USA)
It might be helpful to attach your code. Have you called the prepare() method before starting the recording? -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and

[android-developers] Re: media recorder error on start

2009-11-18 Thread android_dev
when i add video source and video encoder, it gives error in recoreder.prepare while the same code is working for audio. i am not finding what i am doing wrong. setContentView(R.layout.camera); preview=(SurfaceView)findViewById(R.id.surface); previewHolder=preview.getHolder();

[android-developers] Re: media recorder error on start

2009-11-18 Thread android_dev
when i add video source and video encoder, it gives error in recoreder.prepare() (prepare failed) while the same code is working only for audio. i am not finding what i am doing wrong.Please help setContentView(R.layout.camera); preview=(SurfaceView)findViewById(R.id.surface);