[android-developers] Re: Add custom effects to Android Camera

2011-07-19 Thread thisnameagain
I could be wrong, I hope, but it seems like once you setCamera for the MediaRecorder you no longer get any of the Camera callBacks. This means that previewFrame will not be called once you start recording. I personally would like to see this change, or if I am wrong please tell how to have access

[android-developers] Re: media.oninfolistener

2011-07-19 Thread thisnameagain
This worked for me when using onInfoListener. mediaRecorder = new MediaRecorder(); ... all your setup stuff ... mediaRecorder.setOnInfoListener(new MediaRecorder.OnInfoListener(){ @Override public void onInfo(MediaRecorder mr, int

[android-developers] Restarting Camera.previewFrame after using MediaRecorder

2011-07-19 Thread thisnameagain
I wrote an application to record video that works fine, and I am able to use the Camera.PreviewCallback to view frames in onPreviewFrame. But, when I start recording video onPreviewFrame stops and I can not restart it. I know that when I setup the MediaRecorder instance it takes over control of

[android-developers] Re: Problem with the sqlite database

2008-12-13 Thread thisnameagain
Wondering if you ever solved this? I am getting a similar problem and I have not found anything that works, or others solutions. On Nov 26, 10:30 pm, bharath kumar bhrthkum...@gmail.com wrote: Hi AndroidDev, 11-24 19:27:38.287: ERROR/Database(5891): Leak found 11-24 19:27:38.287:

[android-developers] Re: Problem with the sqlite database

2008-12-13 Thread thisnameagain
:47 pm, thisnameagain micah...@gmail.com wrote: Wondering if you ever solved this? I am getting a similar problem and I have notfoundanything that works, or others solutions. On Nov 26, 10:30 pm, bharath kumar bhrthkum...@gmail.com wrote: Hi AndroidDev, 11-24 19:27:38.287: ERROR/Database