Re: Exception happened in MediaRecorder

2009-04-17 Thread Alex
Thank you very much On 4月16日, 上午3时24分, Dave Sparks davidspa...@android.com wrote: If you want to use Cupcake video recorder, you need an OMX hardware encoder component. You are not going to find this code in the open source tree because it is specific to your hardware. This means you have

Re: Exception happened in MediaRecorder

2009-04-15 Thread Dave Sparks
If you want to use Cupcake video recorder, you need an OMX hardware encoder component. You are not going to find this code in the open source tree because it is specific to your hardware. This means you have write your own OMX hardware encoder component. That's why you are seeing unresolved

Exception happened in MediaRecorder

2009-04-14 Thread Alex
Hi From cupcake sourcecode, camrecorder can be implemented with mediarecorder API, and the camrecorder has implemented in package/app/ Camera. but when I open the camera App, and click swtich to video ,the application crashed. From the debug trace, can see that the MediaRecorder can not

Re: Exception happened in MediaRecorder

2009-04-14 Thread Dave Sparks
The Cupcake code assumes you have an OpenMAX H.263 hardware encoder. On Apr 14, 6:01 am, Alex ebag...@gmail.com wrote:  Hi    From cupcake sourcecode, camrecorder can be implemented with mediarecorder API, and the camrecorder has implemented in package/app/ Camera.  but when I open the