My program uses ACTION_IMAGE_CAPTURE intent to capture images.
When added to the parameter MediaStore.EXTRA_OUTPUT camera automatically opens with the quality 5 megapixel (my phone is a milestone 2). Image example http://www.zacs.com.br/2_add_extra_output.png
If the parameter is not added MediaS开发者_C百科tore.EXTRA_OUTPUT opens with the camera quality 1.2 megapixel. Image example http://www.zacs.com.br/1_not_extra_output.png
In the two examples you press the menu button the camera's setup menu is not displayed.
Is there any way to configure this?
thanks,
Evandro
精彩评论