Re: [android-developers] is there a way to access the system camera?

2010-09-10 Thread Taylor Perkins
Check out the intents that allow you to access system function.

I think the one you are talking about is the following:


Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);

startActivityForResult(intent,0);






On Thu, Sep 9, 2010 at 12:46, dadada ytbr...@gmail.com wrote:

 hi all,

 i saw some application that can use the system camera instead of
 having just a blank camera preview?

 ie, the camera preview is the same as the default android camera
 application with full control.

 how do i access that?

 Thank you.

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

[android-developers] is there a way to access the system camera?

2010-09-09 Thread dadada
hi all,

i saw some application that can use the system camera instead of
having just a blank camera preview?

ie, the camera preview is the same as the default android camera
application with full control.

how do i access that?

Thank you.

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