[android-developers] Video Recording Problems

2012-06-26 Thread Terry
Recording video in Android should be relatively simple. Or so I thought. But after having wasted several days on trying to get it working, I would like to see if anybody can understand what is wrong with my code. This is the essential part of the relevant code (requiring Android 2.2 or later):

[android-developers] Video recording not saving if i don't call finish

2011-08-15 Thread Amit Mangal
Hi Everyone, I am creating app for video recording. i press a button to start video. when i press the button to stop the recording it stops. problem is after stopping if i play video immediately it plays recorded video but when i check video file in sd card i see its size is 0KB. when i call finish

Re: [android-developers] Video Recording Code

2011-08-11 Thread Appaholics
Touché On Thu, Aug 11, 2011 at 10:33 PM, TreKing wrote: > On Thu, Aug 11, 2011 at 8:33 AM, Akhilesh Mani > wrote: > >> hiI need source code for video recording , my code had some >> problem >> its urgent... >> > > Only because it's urgent. See attached. I hope it works for you. > > > --

Re: [android-developers] Video Recording Code

2011-08-11 Thread TreKing
On Thu, Aug 11, 2011 at 8:33 AM, Akhilesh Mani wrote: > hiI need source code for video recording , my code had some problem > its urgent... > Only because it's urgent. See attached. I hope it works for you. -

Re: [android-developers] Video Recording Code

2011-08-11 Thread Appaholics
Well in that case show us your code and the logcat. I really doubt anyone will give you code for free but for $100 I could. Payable via PayPal. Thanks On Thu, Aug 11, 2011 at 7:03 PM, Akhilesh Mani wrote: > hiI need source code for video recording , my code had some problem > its urgent.

[android-developers] Video Recording Code

2011-08-11 Thread Akhilesh Mani
hiI need source code for video recording , my code had some problem its urgent... thanks... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

Re: [android-developers] video recording

2011-05-17 Thread gaurav gupta
ys..i can provide :) but it will sure not in free On Tue, May 17, 2011 at 5:19 PM, neha wrote: > Can anyone provide me code to record video in android??? > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send

[android-developers] video recording

2011-05-17 Thread neha
Can anyone provide me code to record video in android??? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-develope

[android-developers] Video recording without preview

2010-02-11 Thread yesarang
Hi, I need to capture video without preview. But if I set preview display to null by calling setPreviewDisplay(null) on MediaRecorder instance, it always gives me back an exception "prepare failed". The details of logging information is like theses 02-11 23:06:40.921: ERROR/CameraInput(23323): U

[android-developers] video recording issue

2009-11-17 Thread android_dev
HI, i am trying to record video and upload to web, i have given my best effort but no luck, i am not sure if it is possible with android 1.6. Please help me to figure out the solution. is it possible to do that.its really urgent -- You received this message because you are subscribed to the Googl

[android-developers] Video recording results in corrupted files

2009-10-24 Thread bestpriv...@googlemail.com
I finally got it to record videos. The preview surfcae works fine and the audio stream of the audio resulting file is also okay. But the video stream is a complete messup because you cannot figure out what it is. The main part of the screen is filled with green colours. Any idea what could be the

[android-developers] Video Recording help

2009-05-26 Thread Hamy
Hi all, I am having some trouble getting video to record. Every time I call prepare(), I get a IOException with an error message "prepare failed". Any help would be great. thanks, Hamy public class Test extends Activity { /** Called when the activity is first created. */ @Overr

[android-developers] video recording in 1.5

2009-05-01 Thread Jason Proctor
not to labour the point, but i ask whether it was new because i didn't need it with 1.5pre and the Haykuro image. i'll give it a try when my ADP comes back, thanks. >No, you have always needed a camera permission to access the camera. >It's new to the MediaRecorder API because we didn't add vi

[android-developers] video recording in 1.5

2009-05-01 Thread Jason Proctor
nope, never needed it. is the requirement new? i'll give it a go, thanks. (looks like my posts are going to the list then. does the list not echo them back to the poster, like it used to?) >Did you include android.permission.CAMERA in your manifest? > >On May 1, 3:21 pm, Jason Proctor wrote:

[android-developers] video recording in 1.5

2009-05-01 Thread Jason Proctor
(resend from different address, see if it makes it this time.) is video recording supported in 1.5? i got it mostly working with the Haykuro 1.5 ADP image - the video file was legally formatted but didn't play properly. with the official 1.5 images, it doesn't work at all. setVideoEncoder() f

[android-developers] video recording in 1.5

2009-04-29 Thread Jason Proctor
is video recording supported in 1.5? i got it mostly working with the Haykuro 1.5 ADP image - the video file was legally formatted but didn't play properly. with yesterday's official 1.5 images, it doesn't work at all. setVideoEncoder() fails, with the wonderfully informative error message "s