Sunday, February 13, 2011

[android-developers] Re: Camera preview demo

Hi,
<uses-feature android:name="android.hardware.camera" />
<uses-feature android:name="android.hardware.camera.autofocus" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

I gave all the above permission

On Feb 14, 12:38 pm, guru sagar <gurusagar...@gmail.com> wrote:
> hi,
>
>   check permissons in android manifest file
>
> On Mon, Feb 14, 2011 at 12:59 PM, Jayanthi <jaia...@gmail.com> wrote:
> > Hi Dude,
> >             I worked on camera preview for taking live image , Here I
> > get following Exception
>
> > java.io.FileNotFoundException: /sdcard/1297668185153.jpg (Permission
> > denied)
>
> > image is not saved in sd card can anyone tell me  where  i did
> > mistake .
>
> > Thanks in Advance,
>
> > --
> > 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-developers+unsubscribe@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
>

--
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-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment