HTC EVO 4G :: Image Stabilization For Video Camera On Phone?
May 21, 2010Any word on whether or not the Evo will have image stabilization for the video camera? I had a Vado HD for a while but the shaky video drove me crazy!

Any word on whether or not the Evo will have image stabilization for the video camera? I had a Vado HD for a while but the shaky video drove me crazy!
HTC EVO 4G front-facing camera test: good, but it records a mirror image | Google Android Blog
First off I have to say the quality from just the camera itself is excellent for a webcam IMO.
The weird thing is that it seems to record a mirror image meaning if something is on the right in real life it's actually on the left in the video. The article explains it. You think it's something that can corrected through an update?
So I just finished my ota 2.2 update... since the install everything has been working great however when I open the camera (still or video) it will not open. The screen will turn black with the camera or video image and then go back to the home screen. I have tried restarting the phone with the same results. Any suggestions? Has anyone else experienced this? btw I was unrooted and stock if that makes a difference prior to the update.
View 41 Replies View RelatedI want user to take picture using camera application. Then send the image to my application through "share". Does anyone knows how to do that?
View 2 Replies View RelatedHas anybody heard of or can someone come up with a bitrate hack for the video camera on the EVO? I want my 720p, not the crap it puts out.
View 3 Replies View RelatedWhat 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.
A couple months ago i finally decided i needed to get a new phone because it seemed the camera on my old w810i was starting to **** out - it wouldn't focus very well and the camera button wouldn't snap a picture too reliably anymore. I figured it was probably because i had taken thousands and thousands of images over the time i had the phone since 2006 does anyone understand what I'm talking about and can tell me if I'm doing something wrong or how to fix this in the x10?
View 6 Replies View RelatedI just rooted my incredible with unrevoked and everything is workinhg except my video camera. I set the resolution. To 720p and I hit record and it stays on for 4 seconds and then restarts my phone. Please help. Wireless tether works though. I'm very happy about that.
View 1 Replies View RelatedIs it possible to stream the video from an Android phones camera to a pc via usb or wifi in effect to give you a zoomable HD web cam? Of course to capture that video feed.
View 3 Replies View RelatedWhen I use my camera, camcorder, or just open up picture gallery or vid my phone will just restart, no clue why. I told tmobile that and she said it could be my SIM so I get a new one and that doesn't help. I'm about ready to call them and get a new one through my warranty.
View 1 Replies View RelatedI'm Trying to fine tune the Camera settings and was wondering if you guys changed the settings around and got better Pictures/Video and what did you change your settings to? I'm more concerned about fine tuning the video Settings even though i know both the Camera/Camcorder share the same settings.
View 1 Replies View RelatedI need to start the Camera activity from within my application, take a picture, and return the photo URI to another activity. Surely this should be straightforward? But the Camera API sample code doesn't show how to get the URI. I can't find the answer on this forum, either.
View 14 Replies View RelatedI have an application that calls the android phone's default camera to take photo the following is my code...
View 1 Replies View RelatedI am working on image processing in mobile. When Camera,takePicture(null,null,pictureCallback) called I am getting (640*480) JPEG image data, its taking 1 second delay.When I try to get raw data it returns null value.I am interested only on delay.
View 2 Replies View RelatedI have created an app in which using native camera to capture the image and use it in an activity.The camera is working fine in all the devices of android but crashes in DROID RAZR.
View 1 Replies View RelatedLooking for a RAW capture with Android camera.I am trying with Xperia X10 camera to capture RAW image, now it has got Android 2.3.3 and APIs are available.
Also, is there any API or lib or .so which I can play around...
My application while compiled in 1.5 works fine. I had some memory issues w/ 1.6 due to image size, which was strange b/c the image size increased when taking photos by taking a picture w/ surfaceholder/imagecapture callback. I seem to have fixed re-displaying those images by resizing them using a bitmapfactory matrix. But my camera is now rotating everything 90 degrees. It appears that my Override of surfaceChanged does nothing, which is where I was setting rotation at 90 (I can't remember why, it was 10 months ago!). I have tried at rotating the camera parameters paramters at 90 degrees, 0 degrees.
View 2 Replies View RelatedI'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 RelatedI am working with camera.. I am facing one problem during capturing image.The image is not saving directly to gallery.But when i reboot my device its appearing. Can anybody tell me why this happens.and How can i solve it.
View 4 Replies View RelatedDoes someone know how I can overlay an image over the camera preview?
View 6 Replies View RelatedAnyone run into this problem? My wife's phone camera was fine until after the recent update. Now the image appears very yellow and it will not focus. I've tinkered with the settings to no avail. Currently I have it set to the default settings. Any advice?
View 2 Replies View RelatedSo i was looking around the market at all the camera apps out there. I know i might have to end up paying for one to get what i want. I'm mostly looking for an app that'll help with image stability (anti-shake, etc) and maybe something to press besides the trackball to take a pic. That's so awkward for me.
A lot of my pics are coming out blurry, whether i have good lighting or not, because i don't have a very steady hand.
I am using BitmapFactory.decodeFile to load Bitmaps of images into my application. However, the function returns null on large images (such as those from the camera). The filepath is definitely correct, I just can't figure out why it would return null. I tried supersampling, but it didn't seem to help.
Does anyone have any idea why it would do this or how I could more easily load images taken from the camera into a Bitmap?
Here's the code I am using...
How do I obtain a handle on each image that the camera feeds into your recorder application?
View 1 Replies View RelatedAt the moment I am attempting to set my camera on my Motorola Droid phone to take an image that matches the size of my screen (854 x 480 pixels), and I am attempting to accomplish via the parameters for the camera as such:
CODE:.................
I have my activity implement the Camera.PictureCallback method of onPictureTaken (excluding log calls), so when the takePicture method is called it runs this method:
CODE:..........
For some reason though, my camera is taking pictures in 1280 x 960. Is this some sort of minimum size the camera can capture an image in? From log calls I can see that the Camera's parameters are still set to have a picture size of 854 x 480, but image keeps coming out as 1280 x 960. Am I decoding the image incorrectly, am I setting the camera's parameters incorrectly, or am I doing something else wrong?
I am using following code to capture image through camera and then displaying it.
The problem , I am facing is when i take picture and press done button it does not display that taken image in my activity.
It just shows blank image field.
CODE:....................
Am looking for a way to find images on the SD card, or at least images taken by the camera.
The ideal solution would be getting a collection of file paths or URIs for the images. I guessing you can do this through the MediaStore I just can't figure out how.
I can't display the custom camera image in other Activity. I have an Activity called CamTestActivity for custom camera and this activity have onClick button .When click on this button display that image in other Activity called Imageset Activity, set that image in ImageView.
View 2 Replies View RelatedI'm using this camera code to ask the camera to rotate the captured image data... this seems to work on all phones, except the Droid. Has anyone else seen this? The image data is always landscape, however, the native camera app produces portrait images OK. I wonder if the Droid will only respect the new Camera.Parameters.set Rotation() method, but this seems to only be available in sdk level 5?
View 11 Replies View Relatedso i have an intent that use the system camera. so after i taken the photo, it brings me back my application. I want to display the image (just taken) as a thumbnail. How do i retrieve that latest image from Media Store.Images.
View 2 Replies View Related