Android :: Small Picture Retrieved From Camera Although Specified MediaStore.EXTRA_OUTPUT In 2.X
May 7, 2010
I just don't get it: when I use the camera with an intent and also specify an output file, the returned image is always very small on many devices (e.g. Motorola Milestone 2.1, HTC Desire 2.1, Emulator 2.1, Emulator 2.0.1) but not on all (e.g. Nexus One). Here's what I do to bring up the camera app:
private final static String TEMP_PHOTO_FILE = Environment.getExternalStorageDirectory() + "/TEMP_PHOTO.JPG"; ..............
View 1 Replies
Jul 15, 2009
I have seen a number of posts from people who had trouble retrieving a full size image from MediaStore.EXTRA_OUTPUT with code...
Should this code work? I mean, should this result in a file containing the picture?
View 4 Replies
View Related
Jan 24, 2009
Will anybody guide me, I want to decode image bitmap picked from Picture application(on a android phone), so How should I achieve this. First thing is how to retrieve image from Picture application, after picking it, if I assign it to temp image variable, is there any method in Bitmap.Factory to decode this image into bitmap.
View 2 Replies
View Related
Feb 17, 2010
When I take a picture with Androids camera app, it detects the phone's orientation and saves the pic accordingly. So if i take a picture of a building, the roof will be on the topside, whether I hold the phone in landscape position or portrait.
However, when i use
Intent imageCaptureIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
to get a picture, the camera app doesn't react to orientation. If i hold the phone vertically (portrait), the resulting pic will be rotated, with said building's roof to the left of the screen.
How can I set the intent so that the camera will take orientation into account? Or can I deduce in some way in what orientation the pic was taken and rotate it myself afterward?
View 1 Replies
View Related
Jan 8, 2010
I managed to figure out how to get the camara application to give me an image, but it is rather tiny, only 18k. Has anyone figured out a reliable way to get a full-sized image returned if you are using a MediaStore.IMAGE_CAPTURE intent?
View 2 Replies
View Related
Mar 9, 2010
I've got a problem in saving a picture in a full size after capturing it using ACTION_IMAGE_CAPTURE intent the picture become very small , its resolution is 27X44.
I'm using 1.5 android emulator, this is the code:
CODE:................
View 1 Replies
View Related
Feb 24, 2010
I'm using a droid and am having problems with receiving picture messages that are the size of a penny! i can send full size pictures but when i receive them, it is sooo small. and when i stretch it out, it looks all blurry.
View 9 Replies
View Related
Nov 21, 2009
All the pics I receive by MMS are tiny and apparently only 1kb in size. If I 'open' the pic, it can be stretched a bit, but being only 1kb, the resolution is terrible! I am on O2, but don't know if that's the problem?
View 5 Replies
View Related
May 28, 2010
I send a pic via SMS and my wife says she can barely see it. What am I doing wrong on this phone?
View 3 Replies
View Related
Mar 16, 2009
I'd been using my own Camera class for taking images and my own database but soon enough I couldn't really keep up with changes and I decided to use the built in camera application in Android to do the job, but I can't seem to get it to save file. What am I missing here? The application seems to save the file but it's just 0 bytes. I looked up the source code of the Camera application and it's looking for the "output" in Extras to save the file.
Public class CameraTest extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);...............
View 5 Replies
View Related
Sep 20, 2010
On the Droid X, the caller ID which is synced from my Facebook or Google account is very low quality and small in size/dimensions. Is there not a setting to show high res quality and to make it appear larger on the screen? I just switched from the Evo and know that it was a similar issue on there. just curious if there is a known work around for the Droid X. Other than that, I am very happy with this phone so far. The build quality is much much better than the Evo's.
View 8 Replies
View Related
Dec 21, 2009
When I go to attach a picture file on my droid eris for a message, it automatically resizes it, only problem is, that the pictures were never too big to begin with, usually aroun100-300kb and then when it does resize it, it goes down to 12kb on average, a tiny picture with a big black frame on the screen. What gives? Using stock message program. No other complaints about the message program, so not looking to switch.
View 14 Replies
View Related
Dec 3, 2009
Why are the pics so small when there is an incoming call? I mean, you get this large green square area (that is like half the screen) and in the middle, at the top, is this postage size (if that) pic of the incoming caller's picture... any way to make it larger? Everything about this phone is SMALL... SMALL pics, SMALL text...
View 4 Replies
View Related
Dec 4, 2011
I know that MIUI uses a separate contact picture as a small icon (automatically downloaded), and a caller picture as a fullscreen picture when you get a call (manually set from gallery), as stated here. For me app Friendcaster automatically downloads my friends' facebook profile pictures in full size, and sets them as contact pictures. Can I use these automatically downloaded pictures as fullscreen caller pictures?
View 5 Replies
View Related
Jul 9, 2009
I've just moved to a new simcard and for some reason this afternoon a new icon has appeared in the notification area.
Its a picture of a simcard with a small cog wheel in the bottom left of it.
I cant get rid of it and cant find anywhere a list of notification icons and what they mean?
I cant clear it, i can select the icon in the dropdown notification listing but it does nothing.
Anyone got an idea or a list of default notification icons and their explanations????
This is a HTC Magic with 1.5 on it.
View 17 Replies
View Related
Jul 28, 2010
Is it just me or does the call screen (what displays when there is an incoming/active/ended call) look like crap? Ugly colors, minimal layout, contact picture too small, etc... So many other features on the phone are so polished, it just seems odd that the call screen would look so unfinished - it's almost looks like a development placeholder that they never got around to updating.
View 2 Replies
View Related
Oct 29, 2010
On the rear of my Hero, there's the camera, and next to it a small vertical slot, about 6mm by 2mm.
View 2 Replies
View Related
Oct 26, 2010
Just got Camera 360 and I'm having some trouble on my EVO. I'm shooting in high quality and in 1280x960 resolution but when I download the pics to my laptop they are coming out 424x320. I bumped up the resolution and same thing, small pics. The stock camera is working fine shooting at 1280x768 resolution
View 2 Replies
View Related
Aug 9, 2010
Has anyone been able to get the camera to focus on small items? I was trying to take a picture of a praying mantis on a flower today and could not get it to focus on the insect. I tried different settings including macro and portrait etc. Anyone have any tips on how to get this camera to focus on an object this small?
View 4 Replies
View Related
Apr 27, 2010
I am retrieving a list of images and text from a web service.The images are getting displayed in the list view. But the problem is, when i scroll down the list the entire images are getting loaded once again. When i scroll twice or thrice there is a OutofMemory occuring.Can anyone tell me how to cache the images and also to avoid the loading of the images that are already loaded when i scroll down. I have tried to increase inSampleSize but it didnt work.
View 1 Replies
View Related
Oct 26, 2010
How to take a picture using the Camera App and have it NOT appear in the Gallery?
View 7 Replies
View Related
Sep 19, 2009
I tried an old(er) example / tutorial to capture a picture from the camera. But "android.hardware.CameraDevice;" cannot be resolved. Has the name changed or have somebody a good tutorial for android 1.6 and the camera? If I press a button, I want to open the Camera and make a picture. After that i want to save the picture on a sdcard and go back to my activity.
View 3 Replies
View Related
Aug 30, 2010
How can I add a watermark in the picture (.jpeg)? I have this project in mind where I'd like to have such feature - to take a picture using the camera (already developed this) and then make it watermarked. So basically just take the .jpeg file and then blend it with some .png file that is semi transparent.
View 4 Replies
View Related
Dec 29, 2009
In the following code, I am able to get the photo editor to come up after I take a picture, and am able to crop it. However, the aspectX and aspectY does not seem to be in effect, as the aspect ratio is not locked at all.
What I is that after taking a picture, the crop/editor comes up, with a fixed aspect ratio of 1:1.
CODE:............................
View 7 Replies
View Related
Oct 28, 2010
Hi Guys! I'm coding a little app, but I don't know what I'm doing wrong. The App does the following: - Launches a Service which listens for an sms, then captures a picture with the cam and sends it to a predefined email adress. (no, i'm not trying to spy somebody out... I'm using the app to get a "3G-Webcam", sort of at least)
The problem: My App works great in the emulator, but as soon as I try it on my HTC Magic (cm6, android 2.2) it stops working.
CODE:.............
The permissions are all set, even the write to SD-card. What am I missing?
Note: I'm not using a surfaceview. Code:
CODE:......................
View 2 Replies
View Related
Jan 11, 2010
I'm writing an application for Android. I need to make some image processing on the picture taken from camera.I use Camera.PictureCallback to get the photo, and I get picture in byte array.The problem is I want to make operations on every pixel of photo (some filtering and other stuff) so I guess, have photo in byte array is not a bad idea. But I don't know how interpret information in this byte array... The only way I know to make the processing is use BitmapFactory.decodeByteArray() and then use Bitmap object. Is this a good way to handle a lot of image processing?
View 1 Replies
View Related
Mar 29, 2009
I'm trying for my app to create a picture this way... It works fine, except when doing this, the picture is written in the "Camera" folder (/sdcard/dcim/Camera). Since the picture was not taken with the camera, this is not desirable. Is there any way to put it directly in dcim?
View 3 Replies
View Related
Jan 17, 2014
I copied the whole WhatsApp folder from File moved it to a new Android device. I replaced the whole WhatsApp folder on the new device. I cannot retrieve the chat history ....
View 2 Replies
View Related
Oct 29, 2009
I am having an issue w/ 2.0 in the emulator when I am trying to set a couple of parameters. Including the size.
It appears these messages appear.. I guess my question is, why is the picture size stuck at 213x350? If I set my picture size to 640x480 it fails.
CODE:..................
View 4 Replies
View Related
May 12, 2010
I am facing a problem; when I try to save the picture, the app will auto stop. but it does not happen everytime.
Next is the sourcecode.
CODE:...........
View 2 Replies
View Related