[android-developers] Re: video capture doesn't seem to work in 1.5

2009-05-30 Thread Derek
I'm having trouble too and it seems to revolve around the prepare() when it is trying to load up the file location. I get a FileNotFoundException during prepare(). The exception says it can't find /external/video/media/5 which is the URI path. I'm guessing it wants a more physical path but

[android-developers] Re: video capture doesn't seem to work in 1.5

2009-05-29 Thread zeeshan
Activity just close at recorder.prepare(); dont see any exception On May 28, 5:30 pm, Marco Nelissen marc...@android.com wrote: What do you mean by no luck? Does something crash? Do you get an exception? Does it create the recording file? Is there any data in it? On Thu, May 28, 2009 at 9:25

[android-developers] Re: video capture doesn't seem to work in 1.5

2009-05-29 Thread zeeshan
is anybody come across the same problem or anyone have a working video capture example. your help is appreciated waiting for the help On May 29, 9:17 am, zeeshan genx...@gmail.com wrote: Activity just close at recorder.prepare(); dont see any exception On May 28, 5:30 pm, Marco Nelissen

[android-developers] Re: video capture doesn't seem to work in 1.5

2009-05-28 Thread Marco Nelissen
What do you mean by no luck? Does something crash? Do you get an exception? Does it create the recording file? Is there any data in it? On Thu, May 28, 2009 at 9:25 AM, zeeshan genx...@gmail.com wrote: Hi dear, i am trying to capture video since a week but still no luck. can anybody help