The next code works on android 2.3 and lower versions, I not understand why on HoneyComb don\'t work. The UI have 3 buttons: btnTakePic, btnDiscard, btnSave:
I am turning ON Camera LED light using FLASH_MODE_ON. Samsung Galaxy Ace have only three flash modes : on, off and auto.
I am trying to build a small photo app with a burst mode for camera. The main idea is to shoot a picture every 0,3sec and to store the pictures in an Array until the last picture is taken. The number
We are using an LG Optimus speed and are trying to obtain an image from the camera with our own activity. The Code we are using to do so is:
First, I launch the camera app to capture picture. Once it is done, I put the image path to extra to launch a edit view activity. When I execute this activity, I found it always return to this activit
I am new in android and working on the camera application. In this app I have开发者_如何学Python one transparent image (Image Frame) in assets folder and I want to show this file as my camera view unl
I am using the following code to save/ load my picture OnCreate(){ super.onCreate(); setContentView(...)
I have a simple photo taking application that has the following design: [Consider the landscape mode for simplicity]
I\'m testing my application on S开发者_运维技巧amsung Galaxy Ace, and I get the supported sizes with
I want to do some image processing to the pixels gotten from the camera. The problem is that the pixels from the cam开发者_JS百科era are rotated 90 degrees.