Android :: Having Camera Store Snapped Pictures
Nov 11, 2010
I am working on a program that opens up the camera on a button click, snaps a photo and takes that photo and stores it in a new class (listview.java) that will be accessed from the main menu. My code to snap a pic is: Code...
how do I go about saving that new bmp file to that different class?
I tried to put photoResultView in my listview.java class as so: Code...
but the program crashes everytime I try and save the pic I snapped - anyone have any ideas or tutorials for doing this?
View 2 Replies
May 15, 2010
I am new to this forum. Love my new incredible, I am long time user of Win CE(Motorola Q) Oh my my Was I stone ages. What A difference.....am getting to know my new toy. One thing I can't figure out is where dose the pictures get store to.(The Actual Directory) I did download ASTRO(Great Tool) but still am unable to hunt the actual store directory that the pics gets store to. Dose anybody know where this is. I also need to find out once I connect my phone to the PC how to get it off of the phone to my PC and or server. once I connect to PC all I see is the SD card and there isn't much in there.
View 2 Replies
View Related
Dec 23, 2009
I originally used double twist to sync up my music and pictures and all, but it kinda became a mess so I bagged it. Now I am trying to straighten my phones card out a bit, and i have 3 different album arts for each music album. Where and how is the album art stored that the droid actually uses for its music player?
View 2 Replies
View Related
Jun 8, 2010
I want to create an app that has pictures Ive taken or created and allows users to browse through them. Ive got how to use buttons but I just cant figure out how to store the pictures within the apk file that gets uploaded to market. Im really new to android development and Ive been through some tutorials and have a couple books but for right now Im stuck and would greatly appreciate a push in the right direction. I know it should be easy to do but I just cant find anything describing what Im trying to do.
View 1 Replies
View Related
Aug 9, 2010
I guess this question has been asked before, but I can't seem to find a proper answer/solution. Have a note-taking app, which allows to take pictures. For that I start an intent, that starts up the built-in camera-app. So far so good. But when I show that image in my app, it's in a much smaller format The funny/weird thing is, that the camera-app did take a full-resolution picture! But for some reason I can't get the full version to show in my app? So, when I use the standard Android Gallery app, and go to that picture, it is very obvious that it's full size (I can zoom in and see details I really can't see when I zoom in, in my own app). Also, the dimensions are really those of the original picture, taken with the 5MP camera. In my app, they are very small. My phone has Android 2.2, but the same happens on my emulator (Android 2.1). How should I retrieve the pictures in my app? Tried a couple of ways, but none works :( Don't need a complete example (allthough that's very welcome), just a few clues are enough to search for myself.
View 1 Replies
View Related
Oct 16, 2009
Ok folks, how do I do this? I'm lost!! I have a few photos on my sd card but I cannot for the life of me figure out how I got them there!!! I've been looking everywhere in camera settings and sd card settings but it won't give me the option to store the pictures I take on the sd card!!
View 6 Replies
View Related
May 5, 2010
I'm just looking for some insight into what would be the best way for me to store images as part of my app. I have an activity that represents a 'Job' which has a couple of edittext's and underneath was planning on using the Gallery component to show images relevant to this job. The job data is stored in a database (on the sdcard) so was also thinking of creating a table to store 'JobImages' and having each image stored as a byte array.
But I'm not sure if it would be better to store the images directly on sdcard under a folder structure specific to my application and the job. E.g. using the job ID number as a folder name. Depending on which method I use will greatly determine the code that goes into an 'adapter' that allows me to bind to the gallery component so before I begin I was wondering if anyone has had the same design problem and what option they chose.
View 1 Replies
View Related
Jul 10, 2010
OK so i saw a commercial a while back that showed somone using the camera on there phone as a shop locater i can't find it anywhere for iphone or droid. Does it exist yet or was this something just for one of the phones due out. i want it on my evo.
and yes i did search but found nothing close to what i am looking for.
View 4 Replies
View Related
Jan 4, 2010
Is there any App that will help take better pictures? I'm tempted to call Verizon up because I think my Camera isn't functioning at all.
I can take a picture of my daughter, in full light, and it comes out blurry as all hell.
View 19 Replies
View Related
Aug 9, 2010
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.
CODE:.............
After the picture has been taken and I'm returned back to my original Activity, When I navigate to my sd card via Android DDMS File Explorer the picture is not there. Anyone know why this is not being saved?
View 2 Replies
View Related
Jan 7, 2010
I've been trying to write an application that uses the Camera App to take a picture. So far, the only thing I've been able to get back successfully is a tiny bitmap picture. I've found several other posts related to this topic that have code that is reported to work, but it does not work for me. I'm hoping someone can steer me in the right direction. Below is the code I am using currently, but it causes the application to blow up.
private void takePicture(final int x, final int y, String description) {
// create a file on the SD card
File file = new File(Environment.getExternalStorageDirectory(),
"tmp_" + String.valueOf(System.currentTimeMillis()) + ".jpg");
// Create the URI that tells the camera where to put the picture.
mOutputFileUri = Uri.fromFile(file);
statusLine.setText("URI => " + mOutputFileUri);
mIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE)
.putExtra(MediaStore.EXTRA_OUTPUT, mOutputFileUri)
.putExtra(PIC_X, x) // x coordinate of square
.putExtra(PIC_Y, y) // y coordinate of square
.putExtra(PIC_DESCRIP,description)
.putExtra("return-data", true) ;
startActivityForResult(mIntent, PIC_FROM_CAMERA);
}
Ultimately, I want to be able to get the picture back and do two things with it: create a 64x64 icon that is displayed by the Android application, and upload the picture to a web application. I'm running this on the emulator using Android 2.0
View 3 Replies
View Related
Nov 9, 2009
Hi. im having a trouble getting Android's camera to work. i started CameraActivity Intent from MapActivity (when i start camera activity, i unresgister all listeners used in map activity), and when i call takepicture method, it just exits camera activity and return to map activity dumping strange msg showing below.
the camera sounds off the shutter-sound and it crashes camera activity. sometimes it succeeds, and sometimes doesn't.
it happens when im using docomo's HT-03A, 1.6sdk is installed.
Anyone having same trouble as i do?
CODE:....................
View 4 Replies
View Related
Dec 17, 2009
Just installed Camera Zoom FX, took a couple of pics. They immediately appear in a little square at the top left of my screen while still in camera mode after I click "save". However, no matter if I click on that little icon of the pic I took, or go to the Gallery on my Droid, either way it just comes up with the screen saying "No Media Found" help! Where are the pictures I am taking going?
View 1 Replies
View Related
Nov 27, 2009
I'm using the default camera API of Android 1.6 like this:
Intent photoIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); photoIntent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.fromFile(new File (Environment.getExternalStorageDirectory(), "test.jpg"))); startActivityForResult(photoPickerIntent, 1);
But the image is saved on very low resolution 512 x 348. I added the QUALITY property but it doesn't make sence: photoPickerIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 1); There are many more posts on the internet talking about this issue but there's no solution (jet). Is it solved on 2.0??? I realy need the high resolution image (3MP).
View 5 Replies
View Related
May 24, 2010
I want to access camera pictures and camera pictures only. I could not find a specification of how the default camera application stores pictures...
1) Is /sdcard/DCIM a standard of any kind? On the Android devices I've used, it looks like the default camera app always writes to this location. Are there devices where pictures are written to a different location? 2) Is it specified that camera JPEGs will always be accessible on the file system? (And not in some private database for example?)
I'm hoping that if the above two are true, then I can simplify my code by simply reading the jpeg's in /sdcard/dcim. Or do I have to use MediaStore.Images.Media.query() for reliable access to camera images?
You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
View 3 Replies
View Related
Nov 13, 2010
I am developing an app which uses the phone's default camera application to capture an image and then allow the user to perform some basic editing.I want the image captured to be saved in a location that is consistent with the stock camera application. Can I use the DCIM folder and assume all phones will use that location?
View 1 Replies
View Related
Aug 13, 2010
I was simply wondering if there was any way to make the default camera or even. Any camera app use the volume control buttons to take the photo? My phone HTC Evo with Fresh 3.0.
View 2 Replies
View Related
Dec 30, 2009
My camera won't take properly colored pictures any more. It started out as an intermittent problem but now it's just all the time and it really bugs me. The camera on these phones sucks to begin with but it did come in handy some times. This is the kind of pictures it takes now.
View 1 Replies
View Related
Jul 19, 2010
When you are taking a picture on an and device, you can send it. There are apps, which are pushing their actions into these send-list (Like Twidroid, which adds a listitem called "Send Tweet" in that menu).
So, how is it possible to add such a menu point into that menu? For my app, I want to make it possible to take pictures from both (The App itself and via the real camera-send-list) and save them on the sdcard.
View 1 Replies
View Related
Apr 15, 2014
I have a Panasonic FZ28 camera and a Pipo max 1 android tablet. I shall be taking both to a remote part of Canada in a few weeks. Any software program that will allow me to transfer photographs directly from my cam onto the Tablet, without taking my lap top with me?
View 1 Replies
View Related
Jun 25, 2010
Evo will not take a picture that is clear from less than 5 ft away. With BB Curve could take crystal clear pic of my computer screen from a foot or 2. Evo camera even after tapping focus is terrible. I could read the BB photo as to text on screen but EVO not even close. Can I not take macro type pictures with the EVO camera? Seems a limitation or is the camera gone bad?
View 11 Replies
View Related
Jun 25, 2010
http://www.aww-kittah-aww.com/up/files/3379/My%20Documents/evo%20pic.jpg
View 7 Replies
View Related
Jul 10, 2010
Is it just me it does your evo camera suck? Its almost impossible to get pictures in focus.I'll take the pictures and see them focus but it takes the pics when it's like not focused at all.one out of ten pics are in focus and its impossible to take a pic of anything moving. Is there any fix or app for this?
View 14 Replies
View Related
Apr 29, 2010
1) Is there a way to allow the camera to save pictures onto the SD card, as mine does not do so?
2) Within the Gmail app, is there a way to move messages from your inbox to other user-created folders? The Motorola Droid definitely had this option, but on the Incredible it looks like it only lets me apply a "Label", which I'm unfamiliar with, though this does not actually move the e-mail to that folder.
View 8 Replies
View Related
May 19, 2010
Seems that camera is saving pictures darker than originally taken. Anyone else notice this? To test i took a couple pics of my computer monitor, they are nice and bright just after camera takes the pic but when i go to albums to view them they are considerably darker. I even bumped the brightness all the way up to +3 that helped some but still dark.
View 4 Replies
View Related
Aug 15, 2010
What do you all think of the quality of the pictures on your DX's? No need to post pictures..... just want your opinions. Maybe rate 1 - 10 with 10 being best. I hated the pictures I took on my Droid 1. The quality was poor at best. Especially inside. I've taken a few with the DX using Vignette and they are pretty good.
View 47 Replies
View Related
Aug 9, 2010
I am sitting here looking at some pictures I took with my Droid then uploaded them to Facebook and Twitter and they don't look good at all. Its like the colors are all faded looking. I have shot some nice looking pictures with my phone before but for some reason here lately they look horrible! Anybody else notice this with their phone when your uploading to a website? I do have photoshop mobile so maybe I should try and edit them first before I upload a picture next time.
View 30 Replies
View Related
Aug 28, 2010
Samsung Epic 4G picture sampler
photo cred: tankful
View 12 Replies
View Related
Oct 25, 2010
What do you guys use for your camera application on the Evo? What would give me the best pictures/video?
I have camera zoom but I am not sure that, that is the best application. I would like picture quality over functionality.
View 3 Replies
View Related
May 7, 2010
Why can't Gallery see my camera pictures?
COnnects to Picasa and my SD Card fine but it cannot see my camera pictures.
View 1 Replies
View Related