The android-camera tag has no wiki summary.
26
votes
3answers
7k views
Use camera flashlight in Android
I'm trying to use the cameras LED flashlight in a widget. I've found several threads about this topic (i.e. the one mentioned later..) , now I'm trying to control the light using:
Camera cam = ...
19
votes
4answers
2k views
Widget for turning on/off camera flashlight in android
I am developing a widget for turning on/off camera led of phone.
I have made a widget that can work like toggle button (on/off).
Behavior is like follows : Sometimes the led light remains on when i ...
13
votes
1answer
390 views
how to use android camera with OpenGL ES to work?
I want to use the OpenGL ES for the Android camera preview and Save the captured Image.
I like to use the OpenGL ES in Android camera to give some effect to the Android camera. So please anyone tell ...
8
votes
4answers
8k views
How to capture an image and store it with the native Android Camera
I am having a problem capturing an image and storing it from the native camera app. Here is a sample of some of my code.
_path = Environment.getExternalStorageDirectory() + ...
7
votes
7answers
438 views
How to measure height, width and distance of object using camera? [closed]
I referred lot many links but still I am not able to get any point from that I can start my development. I want to measure my image height, width and distance using camera. I found this app . I want ...
7
votes
3answers
4k views
Get Path of image from ACTION_IMAGE_CAPTURE intent
Hi I am using ACTION_IMAGE_CAPTURE for capturing image using intent as follwo..
Intent cameraIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
cameraIntent.putExtra(
MediaStore.EXTRA_OUTPUT, (new ...
6
votes
1answer
309 views
Taking photo every 66 milliseconds on Android phone for colour analysis (Heart Rate Monitor)
I'm doing a final year project at university which involves making a medical application for Android, as a practice I have to make a heart rate monitor app.
I have worked out that the best way to do ...
5
votes
1answer
195 views
Android Camera Preview Frame Timestamp
Is there a way to get a timestamp of when the Android Camera Preview Frame was captured?
no Camera method is returning a timestamp
you can not access Camera from native code
buffer size is not ...
5
votes
1answer
131 views
Do I have to use the accelerometer in Android to get my photos to orient correctly?
I notice that when you take photos with the native camera app, they come out portrait or landscape (as they should), however, when I take photos in my app using the Camera class, they are always ...
5
votes
3answers
295 views
How to view the taken pictures in Android Without using Database?
Hai am new in Android Application.i Generated a code to take picture by using Camera.Now i want to view the Taken Pictures without using Database.i dont know how to do this.AnyBody please help me.
...
5
votes
1answer
11k views
Turn ON/OFF Camera LED/flash light in Samsung Galaxy Ace 2.2.1 & Galaxy Tab
I am turning ON Camera LED light using FLASH_MODE_ON.
Samsung Galaxy Ace have only three flash modes : on, off and auto.
FLASH_MODE_TORCH not working in Samsung Galaxy Tab & Samsung Galaxy Ace ...
5
votes
2answers
601 views
5
votes
1answer
907 views
Zxing - Changing camera view -90 degrees
First of all, I would like to refer to this Issue on the google groups.
My problem is i want the landscape-native app to work in portrait mode. The way of getting the app into portrait mode is no ...
4
votes
1answer
48 views
Converting YUV->RGB(Image processing)->YUV during onPreviewFrame in android?
I am capturing image using SurfaceView and getting Yuv Raw preview data in public void onPreviewFrame4(byte[] data, Camera camera)
I have to perform some image preprocessing in onPreviewFrame so i ...
4
votes
1answer
96 views
stop saving image when open camera using Intent through from my application
possible duplicate
Stop saving photos using Android native camera
Hello everyone,
I am open camera using Intent through like this way
Intent cameraIntent = new ...
4
votes
2answers
341 views
access to full resolution pictures from camera with MonoDroid
I'm trying to find a way to access full resolution pictures from MonoDroid, after a long time of attempting to port the Java examples to MonoDroid and looking at how for others seem to have gotten, i ...
4
votes
2answers
126 views
When must I re-lock the Camera?
android.hardware.Camera tells me, of lock() and unlock(), that I "probably do not need this method" if I "am not recording video." Well, I am recording video.
unlock() is supposed to be called ...
4
votes
3answers
283 views
Android Camera takes multi lined bugged picture for some users
1) Some users of my app are taking some bugged pictures that look like that:
The only thing I do is standard bitmap API in jpegCallback:
BitmapFactory.Options opts = new BitmapFactory.Options();
...
4
votes
1answer
465 views
Android: camera view - app crashes when I don't use a deprecated method
In my app, I am trying to set up the camera. My class extends SurfaceView and implements the SurfaceHolder.Callback methods.
Here is some of my class:
public class CameraPreview extends SurfaceView ...
4
votes
1answer
855 views
How to create Lomo / Retro effects in Android Camera Preview?
Since Android 2.0 onwards, the camera API has supports few ColorEffect(s).
The list could be found here, from Effect Aqua onwards.
...
4
votes
1answer
654 views
Camera intent/Activity - avoid saving to gallery
I am using the Camera Activity to capture the picture. I call it with the MediaStore.EXTRA_OUTPUT extra parameter. The image is correctly saved to provided path, put it is saved also to the gallery ...
4
votes
1answer
5k views
android camera surfaceview orientation
Ok so I have a class that extends SurfaceView and overrides
surfaceChanged - just calls startPreview
surfaceCreated - opens camera, edits params *, sets surfaceHolder
surfaceDestroyed - calls ...
4
votes
1answer
927 views
Android saving image using native camera
I would like to launch the native android camera and save the image at a specified location. The problem is after I click the photo, the preview comes up with the options to Save/Discard. After I ...
4
votes
2answers
2k views
broadcast receiver wont receive camera event
I'm trying to make an app that detects when a user takes a photo. I set up a broadcast receiver class and registered it in the manifest file by:
<receiver android:name="photoReceiver" >
...
4
votes
1answer
4k views
Android: Impossible to obtain RAW image data from camera?
Currently planning on doing a photography app utilizing RAW data provided by the camera in Android devices.
I wrote a quick skeleton using the camera API and noticed that in the callback with the RAW ...
3
votes
2answers
85 views
Creating a camera activity optimized / suitable for OCR
I'm trying to create a camera activity for taking photos to be OCR'd. Here's what I wish to accomplish:
A resizable box in the middle of the camera preview to indicate which particular area will be ...
3
votes
4answers
174 views
Getting Camera error in Zxing Barcode Application
I am trying to use Zxing Library for developing a barcode scanner.
My activity is as follows:
public class Scanner extends Activity {
private static final String PACKAGE = "com.test.scan"; ...
3
votes
2answers
117 views
Android: return button not work when camera mode is open
in my application one photo button is there. when I click on that button application open in camera mode and after capturing photo it will return on the layout and show that capture photo on this ...
3
votes
2answers
310 views
Camera on Android Example
I want to write an activity that:
1. Shows the camera preview (viewfinder), and has a "capture" button.
2. When the "capture" button is pressed, takes a picture and returns it to the calling activity ...
3
votes
1answer
148 views
Android Inbuild(ActionImageCapture) intent returns null intent .Cannot deliver result {who= null}
I am using the default camera intent to get the image in my app. The problem is camera returns null on onActivityResult() . The ResultCode and RequestCode are returning as expected.
My intent call ...
3
votes
1answer
135 views
Why My Camera preview shows Horizontal instead of the Vertical?
In My Android Camera Application if i fix the Screen to the landscape then In landscape mode it seems as it have to be seen. but if i fix it to the portrait then the Camera preview is seen to the ...
3
votes
1answer
388 views
camera pixels rotated
I want to do some image processing to the pixels gotten from the camera.
The problem is that the pixels from the camera are rotated 90 degrees.
Im getting the pixels inside the method ...
3
votes
1answer
926 views
Android: Raw image callback supported devices
I am working on some image processing and I am in need for the raw image data. But unfortunately this according to the documentation is optional and depends on the vendor.
I have been able to get the ...
3
votes
1answer
466 views
Android access to front camera on HTC Thunderbolt
I need to access the front camera on the HTC Thunderbolt from within an application (as a standard Camera object).
Can any developers point me in the right direction? HTC has released a jar for ...
3
votes
1answer
638 views
How to apply effects to camera images?
How can we apply effects like a sepia filter to our camera images?
2
votes
1answer
42 views
shared Preferences and screen orientation
Please tell me:
How to save the camera image into "sharedpreferences"?
After opening the camera and take picture, When I return back to the previous activity, I found the screen is displayed ...
2
votes
1answer
45 views
How To Read Color Value?
I want to Reading Color from Android Application. Here I have developed one Application, in which from Camera, I am reading the color. I want to perform some action while reading/catching red color in ...
2
votes
1answer
42 views
getPreviewFormat and setPreviewFormat on Android api level 7
The methods of Camera.Parameters setPreviewFormat() and getPreviewFormat() accept and return an int respectively. The int should correspond to one of those specified by ImageFormat class, but this ...
2
votes
1answer
144 views
Better quality for camera preview frame
I write an application for Motorola Xoom tablet with Android 3.1 for my master thesis that can scan multiple QR Codes in real time with it's camera and that displays additional information in the ...
2
votes
1answer
36 views
Separate camera class or merged all together?
I have an app that requires user to take a picture and then upload via HTTP post
so, i've written my camera codes&layout(call backs, surface view, buttons etc...) together with my imageupload ...
2
votes
1answer
167 views
Android - Is it possible to crop camera preview?
I have not found any way to crop camera ppreview and then display it on the SurfaceView.
Android - Is it possible to crop camera preview?
2
votes
5answers
300 views
How to resolve the ANR error while invoking the Camera?
I have two button's in the main menu. I invoking the camera when I press the 1st button. Here I didn't get any issue. Camera working properly. After taking the picture, I come back in to main menu and ...
2
votes
2answers
412 views
How to change camera save path? (Android)
Photographs and videos using the default camera app are saved on the SD card.
I really need to know if there is a way (easy or hard) to change the path so i can save those files on internal memory.
...
2
votes
3answers
364 views
How to capture the photo from camera on Android Emulator?
Based on this article, I'm trying do capture the photo from camera on Android Emulator. I followed the instructions as per they said. But I didn't get the positive result.
I'm getting the Player is ...
2
votes
1answer
78 views
Different sizes of camera preview on Android
I'm developing an application that performs image processing on the native side and it receives camera data for each frame from Java side.
The problem is that it takes really lot of time to copy the ...
2
votes
0answers
80 views
Android camera control how long captured image stays in preview after shutter
I am taking a picture in Android (2.3 and greater) that takes a picture using camera.takePicture(). It works great, but I get weird behavior on different devices. On my Nexus One, the image I captured ...
2
votes
0answers
142 views
How to change orientation of camera preview callback buffer?
This is a variation on a question often asked hereabouts but I don't see this exact situation, so I'll throw it out there.
I have an onPreviewFrame callback set up. This gets a byte[] with NV21 data ...
2
votes
1answer
171 views
Android camera preview - 'no file - can't switch camera'
I'm trying to create a very simple app that simply shows what the camera is viewing on the screen. I created the app with an emulator(same specification as the phone I used) which shows the black and ...
2
votes
1answer
197 views
How to get 720p Android Camera Preview Data?
I want to use the camera preview for image recognition. For my
purposes, I need the preview resolution to be as high as possible
(and, at the same time, display the preview to the user).
I created a ...
2
votes
2answers
84 views
Getting smaller data from camera preview in Android
Hi i am developing real time image processing application on android. I am using PreviewCallback to get image in every frame. When i get data in Tablet devices the data returns very big. So its too ...