Android :: Way To Put Picture Directly In Camera Folder?
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
Nov 17, 2010
I just received an MP4 video that plays really well on my Hero. But it is not visible in the photo gallery of my phone. It's grayed out. When I go into my SD card with a file manager and click on it the movie will play perfectly but it won't play though the photo gallery manager.My real issue is that I have to go into a file manager to find the file and play it instead of using a widget to call up a program that will play it. There is obviously something in the phone that can handle the MP4 format and I just need to know what program to use.
View 4 Replies
View Related
Sep 27, 2010
I have to say that I don't find Android's photo management intuitive. Having got to the bottom of how to set up folders for photos, what would be very useful would be to be able to choose which folder photos get put in as they are taken, rather than having to tinker about with a file management program later on (none of which seem to use thumbnails anyway). Am I right in thinking that there is no way to choose a folder from the inbuilt camera? Is there any other camera app that would let me do this?
View 4 Replies
View Related
Aug 26, 2010
I just came from blackberry to android, How do you download a picture from facebook directly to your phone? I have to download on my com then bluetooth now...just way too many steps I feel like there is an app out there.
View 3 Replies
View Related
Jul 2, 2010
I'm still pretty new to using Android, but I decided that my first application would be a simple flashlight app for my new Incredible. Unfortunately, it seems to be more difficult than I had originally thought.
It seems that there's no way to access the LEDs through the SDK, at least not without a bunch of weird hacks to make the phone pretend that it's taking a picture. Even then, I can only get the LEDs to turn on. They only turn off if the phone is put on hold, and doing so breaks all camera-related apps until the phone is rebooted.
So, I was wondering if accessing the LEDs through the NDK was possible, or if there was any other camera-related APIs that would seem to do what I want.
I've looked at other code for other flashlights, so it looks like it's a hardware-based problem. I figured I'd give up because it doesn't appear to be possible, but I thought I should ask here first on the off-chance somebody knows something that I don't.
View 1 Replies
View Related
Jun 23, 2010
Every once in a while when I unlock the phone it goes straight to the camera app. Any idea why this happens?
View 5 Replies
View Related
Nov 15, 2009
I'm super happy with my new Hero. But I use an external compact camera to make pictures.
Is it posible to connect an external camera to the HTC hero using a USB cable (and an app)?
This would be supercool when we are on the road without a laptop.
View 4 Replies
View Related
Mar 27, 2014
I just got a GPE LG Pad 8.3 and I have not seen an option in the stock camera app to save photos and video to the SD card. Is there any camera app that can write photos and videos to the SD card? It seems like a waste of an SD card if I can't have my photo's and videos go directly to the card.
View 4 Replies
View Related
Jul 12, 2010
I was wondering if there is a way to change or create a shortcut to take me directly to my camera shots instead of having to choose
photos --> camera shots...? I have Bettercut and using LauncherPro.
View 1 Replies
View Related
Nov 4, 2010
I am trying to write code that will allow the user to choose a picture from the pictures folder and send that picture to the internet.
View 3 Replies
View Related
Nov 15, 2010
I updated to Froyo recently on my HTC Desire and noticed that the preview picture on my gallery folders changed. Is there an easy way to change the preview picture of the folder? It seems to be using the first picture in the folder. I tried deleting the folder and recreating it from my computer but didn't work. The first picture in the folder also doesn't seem to be related to the alphabetical order, or date order so not sure why it's even picking that picture as the first one.
View 1 Replies
View Related
Mar 31, 2012
Is there a way to create a new picture folder instead of the default ones?
View 2 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
Aug 3, 2010
I have downloaded a picture attachment from my Gmail that is an 'unwanted picture' which I opened when I went to Gallery/Download folder.It is currently the default preview picture now for the Download folder. I've already deleted this picture from the Download folder, but anytime I download a new picture attachment, it still uses the 'unwanted' pic as the folder preview.I've even tried manually deleting the Download folder using AstroFile Manager.Everything I've tried doesn't seem to work.I desperately need help because currently I'm not able to download any picture from my Gmail account without that stupid picture showing up as the preview for the Download folder.
View 3 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
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
View Related
Mar 3, 2009
I am trying to take picture by G1 camera.
I have tried almost everything i was able to find on the net about this topic. It seams there should be intent with action "android.media.action.IMAGE_CAPTURE" which really starts camera application and returns captured image. But captured image is scaled to 0.25 of original size. Another possibility I have found is to pass uri where to save captured image. I went through all available sources of camera application and it should work but does not.
For illustration, I am doing following in my example activity which creates new image, but after returning from camera, image is still empty:
CODE:..................
I am ready to write my own capturing application, but it is quite hard and I would like to reuse.
Do you know correct intent action name and extra name to pass to capture image?
View 4 Replies
View Related
Jan 25, 2010
As title - having tried everything I could find already suggested, I've completely run out of options. I'm unable to set the picture size taken by the camera on the Samsung Galaxy.
I don't set preview size anywhere and I've tried the ShutterCallback trick. On checking the camera parameters before and after attempting to change the size, I get the correct results - the camera *reports* that its size has now been changed... however, the size of the byte array I'm receiving in the onPictureTaken() callback is only consistent with the camera's default (enormous) image - and forces an OutOfMemoryError when I attempt to decode it into a bitmap!
It looks like I'm having a similar issue to this user: http://groups.google.com/group/android-developers/browse_thread/threa... - but unfortunately it looks like no solution was found then, either :
View 3 Replies
View Related
Oct 28, 2009
No matter what I do I cannot make the final camera image be smaller than the gigantic 5MP which effectively crashes the poor old BitmapFactory.
The ShutterCallback trick is in use. Does somebody have some other ideas?
Boy, it feels like going all the way back to J2ME.
View 3 Replies
View Related
Dec 8, 2009
On the G1 camera app, there's a handsome looking camera button which you can press to signal the app to take the picture. It's a round button with a little camera icon in it. Is that button resource available in android.R? I'd like to use it in my own app if possible?
View 2 Replies
View Related
Aug 27, 2009
How do we do programmatic reading of a barcode that is captured using a mobile phone camera? For example, how do that using iPhone or Android or Java ME? Do we need separate hardware to read bar code or can we do image manipulation
View 6 Replies
View Related
Jul 23, 2010
I ask if there is a simple way because there is a google issue report saying that using decodeByteArray isn't possible. But that report originated in 2008 and I was hoping there was a solution not posted on there. The method listed on the issue report was to decode the format yourself, but I'd prefer to not have to put that in and slow down the program.
View 1 Replies
View Related
Oct 30, 2010
Is there some possible way of picking images from picture folder?
View 1 Replies
View Related
Aug 16, 2010
Today when i took a picture on my evo phone n i reviewed it i noticed the picture was upside down, i already chekd on the camera settings.
View 2 Replies
View Related