Camera Problem
This is a discussion on Camera Problem within the Motorola Droid forums, part of the Droid 1 Forum category; Hi,
I'm facing two problems with my Motorola Milestone's Camera.
I'm using the Android Native Camera app to take a picture and save it to ...
-
Camera Problem
Hi,
I'm facing two problems with my Motorola Milestone's Camera.
- I'm using the Android Native Camera app to take a picture and save it to the sdcard.
Code:
Intent cameraintent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
File file = new File(Environment.getExternalStorageDirectory(), "test.jpg");
cameraintent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.fromFile(file));
outputFileUri = Uri.fromFile(file);
startActivityForResult(cameraintent, CAMERA_PIC_REQUEST);
Now after saving the image, it seems to lose all EXIF information. When I try to retrieve the exif info like this:
Code:
ExifInterface exif = new ExifInterface(Environment.getExternalStorageDirectory()+"/test.jpg");
String exifOrientation = exif.getAttribute(ExifInterface.TAG_ORIENTATION);
It returns exifOrientation = 0 (i.e ORIENTATION_UNDEFINED ), whereas it should return 6.
However, this code works perfectly well on all other android phones.
- I changed the picture resolution (camera settings) from "Small" to "WideScreen". But it does not seem to have any effect on the pic taken by the camera app. It's resolution is still 320x240.
-
-
Digital cameras are great, but Fuji digital cameras problems and the batteries are common with any make and model of camera you buy. If you are camera uses AA alkaline batteries, you might be better off buying rechargeable batteries, which last longer. As for blurry pictures, many times users find out that it is because they do not have the proper settings on the camera. Depending on the type of camera you buy, you should always read the manual before operating the camera. Doing this helps cut down on user error and eliminates any problems with the digital camera.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Similar Threads
-
By EVHalen in forum Droid Incredible General Discussions
Replies: 5
Last Post: 01-11-2011, 04:42 PM
-
By Vandel in forum UltimateDroid
Replies: 35
Last Post: 12-10-2010, 06:54 AM
-
By rjones in forum Tech Issues, Bug Reports & Suggestions
Replies: 0
Last Post: 07-20-2010, 12:52 PM
-
By JESSLYMK in forum Droid General Discussions
Replies: 9
Last Post: 06-15-2010, 09:56 PM
-
By sueo in forum Tech Issues, Bug Reports & Suggestions
Replies: 1
Last Post: 05-15-2010, 10:45 PM
Search tags for this page
droid camera not working
,
droid incredible camera broken
,
droid thunderbolt camera problems
,
htc thunderbolt camera flash not working
,
htc thunderbolt camera flash problems
,
htc thunderbolt camera not working
,
motorola droid camera problems
,
motorola milestone camera not working
,
motorola milestone camera problem
,
thunderbolt camera error
,
thunderbolt camera flash not working
,
thunderbolt camera flash problems
,
thunderbolt camera not working
,
thunderbolt camera problems
,
troublshooting camera on thunderbolt
Click on a term to search our site for related topics.
Tags for this Thread