Hi  I'm trying to call the camera from my application
currently I'm using

Intent   intent  = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
and
Intent   intent  = new Intent(MediaStore.ACTION_VIDEO_CAPTURE);

However when I compare this to the Camera Application from the Xoom/Android home screen
there are slight differences.
For Example
Clicking the camera app from the home screen gives me the option of video or camera , front or back Clicking the camera app from the home screen gives me the option of - and + for zooming

none of these appear when I call the camera using the above intents. Any reasons why ?
and how can I get the "Full"  camera application from my app


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

Reply via email to