Android :: Get All Images Taken By Camera?
Oct 16, 2010
Is it possible to get a list/cursor of all images taken by the camera? I would like to somehow be notified when the camera takes a picture, ie when the database of images changes. Currently I can use a contentobserver with the MediaStore.Images.Media.External_Content_URI, but that fires off a notification if any photo is added to the SD (ie a photo is download, another app adds one...)...is there any way to do this?
View 3 Replies
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
Mar 24, 2009
The image size is about 1mg, which takes long time to transfer to server in 3G network. How can I reduce the resolution of image ? Is there any parameter we can set before taken picture?
View 2 Replies
View Related
Dec 9, 2008
Is there an application in the Market that will make it possible to upload direct from the camera to enable images to be inserted into forums. Either direct into the forum post, or via a hosting site like imageshack.
View 11 Replies
View Related
Aug 23, 2010
I have a SurfaceView that is being used to draw custom animations and I would like to overlay them onto a live-feed from the phone's camera. Currently, the SurfaceView that contains the animations has a white- background, but if I were to overlay them onto the phone's camera feed, they would have to be transparent. The camera and animation drawing cannot be done on the same SurfaceView. Is it possible to make a SurfaceView transparent? What is the best course to pursue the use of multiple views? My end goal is to essentially overlay the contents of another SurfaceView onto the Camera SurfaceView.
View 2 Replies
View Related
Feb 12, 2009
I am trying to iterate through all the photo images (produced by ADP1 camera), held on external SD storage in an ADP1. I want to extract the binary data for each image file, determine image size in bytes and send the image data (possibly after compression) over a network conection.
My code is generating an exception when I try to generate a Bitmap based on Photos taken by the ADP1 Camera, stored physically on External SD Card Storage. It looks like the image size is exhausting VM for my application.
I attempt to extract a Bitmap via android.provider.MediaStore.Images.Media.getBitmap() static member function. Code...
View 2 Replies
View Related
Oct 10, 2009
I am a android developer, I stuck into a problem, how to read really big images with Android API, I am wondering how native Gallery (Camera application) is reading bigger images so fast. can any Android Engineer here direct me to the piece of code that android engineer used to draw bigger images.
View 3 Replies
View Related
Aug 23, 2010
I have a SurfaceView that is being used to draw images, and I would like to overlay them onto a live-feed from the phone's camera. Currently, the SurfaceView that contains the images have a white-background, but if I were to overlay them onto the phone's camera feed, they would have to be transparent. The camera and animation drawing cannot be done on the same SurfaceView. What is the best course to pursue the use of multiple views that involve managing the camera and drawing images? Is it possible to make a SurfaceView transparent?
View 4 Replies
View Related
Jul 11, 2010
I'm not really feeling the love for the quality of the images the Desire produces, mainly due to blue cast each image seems to have. If i want to keep an image i find I have to colour correct it with Photoshop which i hope you can appreciate is kind of annoying! Also, and this doesn't happen all the time but the screen sometimes splits in two/three when taking a photo which again is bloody annoying. Is this a known issue is there a software fix or do i have a duff unit and need to speak to HTC to repair under warranty.
View 4 Replies
View Related
Oct 2, 2010
I've noticed since the Froyo update that when I take pictures, the camera flash is so bright that objects/people turn out completely white, depending on the distance. Is anyone else experiencing this?
View 6 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
May 22, 2010
I have been trying to deal with the blurry images from the Eris's camera but enough is enough. Unless my subject is completely still for 10 seconds, my picture is looks blurry. Does anyone have this problem? Could I fix it in settings? I am currently using the 5 meg pixel setting.
View 6 Replies
View Related
Aug 18, 2010
Images taken from Camera do not display; they are generic gray icons and not the photos taken. The camera worked perfect first couple days and now we are only seeing icons. Maybe we made a change but can't seem to find a resolution in any menu.
View 1 Replies
View Related
May 24, 2010
I took this through my telescope with the Incredible's camera. One of the good things about the tiny cameras in phones is that they can see through the eyepiece of my telescope. Don't expect to try this and get it perfect the first time. The Saturn picture took about 30 tries and lots of fiddling with the settings to get just right
View 49 Replies
View Related
May 27, 2010
I doubt I will be taking pictures of text, but a funny "bug" nonetheless http://www.androidcentral.com/evo-4gs-front-facing-camera-shoots-images-reverse
View 4 Replies
View Related
Apr 21, 2014
I have a rooted samsung galaxy ace plus with speedmod 4.4.2 (kitkat).
Whenever I take pictures using the stock camera,the focus is fine but when i see the picture it always comes blurry.
View 3 Replies
View Related
Jul 8, 2010
My camera used to work perfectly. My pics were amazing, and it was just amazing. The focus was never off. Clear, crisp, sharp images. Now, out of nowhere it seems, the camera won't focus. My images are EXTREMELY blurry. It's terrible. Even when I'm just setting up to take the pic, the image looks blurry on the screen. It's bad enough that I can no longer even get the barcode scanner to work. I'm assuming that something wrong with my lens and not anything to do with software etc. And yes, I've cleaned it. And cleaned it. And cleaned it to no avail.
View 3 Replies
View Related
Jun 2, 2010
I'm quite pleased with the camera as long as you have good light - good amount of detail and sharpness for a camera phone. But I do find that the images are often too dark and lacking in saturation, while being too contrasty. Thankfully, there is plenty of info in the camera image files that can be pulled out. There are some sample comparisons on DPNow.com here if you are interested: HTC Desire smartphone camera still photo quality? - DPNow.com Discussion Forum.
View 3 Replies
View Related
Feb 23, 2009
I'm running android sdk v1.1-r1 testing with a T-Mobile G1 device HT841GZ04082. I have a jpg on the sdcard that I want to add to the photo viewer. I do this quite simply with the test code...
View 7 Replies
View Related
Mar 16, 2014
I have a droid raxr maxx with android 4.1.2
Recently I did a bunch of updates and started using google now. My phone performance has been significantly degraded as a result.
My most pressing issue is that after taking a photo, when I go to view it, it shows as normal brightness for 1 second and then gets very dark. This happens for every image as I scroll through them individually. It appears that I now have some sort of editing option or maybe google photos or picassa has hijacked my viewer. When I click on the gallery app this dimming issue does no occur. I am unable to view photos from the camera after taking them.
View 1 Replies
View Related
Oct 31, 2010
I am making and app on android that takes pictures using your camera, I then want to save this image to S3, but I am not sure how to do this.
View 2 Replies
View Related
Nov 2, 2009
I'm basically using the same method of loading bitmaps in OpenGL that the SpriteMethodTest example uses and have been unable to get rid of an annoying outline that appears around all of my images.
For example, If I were to load an image of a white circle on a white background, I would expect to see nothing. Instead, I would see my circle because its edge would be gray. In SpriteMethodTest, I replaced the background image with white and was able to see that the edges of the android images flying around also don't seem to be rendered correctly.
Does anyone know how to load images in OpenGL without having a thin outline appear around the images?
View 4 Replies
View Related
Apr 6, 2010
I'm working to convert some background images to nine patch so they scale better on different phones.
The problem is that if I have the following resource structure: drawable-hdpi/background.png drawable-hdpi/button.png drawable-mdpi/background.png drawable-mdpi/button.png drawable-ldpi/background.png drawable-ldpi/button.png and then I drop a new drawable-hdpi/background.9.png file into the mix, it breaks button.png during the pre-compile. The error is "No resource found that matches the given name (at 'background' with value '@drawable/button').Simply removing that one nine patch file fixes the build. Should I be able to have some nine patch images and some normal ones, or to have nine patch only in hdpi but not mdpi or ldpi? This is Eclipse 3.5.1 with the latest ADT.
View 3 Replies
View Related
Dec 6, 2009
My camera stopped working. When I click my camera application I get the message "The application camera (process com.android.camera) has stopped unexpectedly. Please try again". It's just a blank screen?
View 3 Replies
View Related
Jul 18, 2010
Just curious how many have this issue.If you are unsure select the link below and find out pls.
View 30 Replies
View Related
Jun 23, 2010
1.myJpegFile = new File("images/jpegImage.jpg");
2.output = new BufferedOutputStream(new FileOutputStream(myJpegFile));
3.encoder = JPEGCodec.createJPEGEncoder(output);
4.encoder.encode(myJpegImage); Please could you give me the equivalent code for line no. 3 and 4 in Android?
View 1 Replies
View Related
Nov 15, 2009
Whats a camera app that will actually work and not take 30 seconds to take the picture after clicking to take it?
View 2 Replies
View Related
Feb 1, 2010
The android camera API is bound to one camera device, but in some situation we have lots of camera device in a netbook or handset. We can't use the same application with different camera device dynamically. For example, we can select the camera device in the VLC (Video LAN Client) on windows because there is direct show on it, but we can't do that on android by camera API without changing the framework. Guys, is there any mistake at my understand? Is there any plan to modify framework to support this situation ?
View 3 Replies
View Related
Aug 4, 2010
If you could only choose one of these, which would you have chosen for the Fascinate? (Obviously it would be best to have both).
View 8 Replies
View Related
Aug 19, 2010
I cant figure out why my camera button is tiggering the volume and not the camera. Every time I press it to use my camera it keeps lowering my ringer volume and when im in the camera mode(from app) it wont snap any pics, it just takes me back to my main page and lower the volume. Can anyone help me out?
View 8 Replies
View Related