Android :: Barcode Reading Using Picture / Mobile Phone Camera

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

Android :: Barcode reading using picture / mobile phone camera


Android :: Launching Barcode Reading From Browser

Aug 9, 2010

On the Google Products page, from an Android device, there is a "scan barcode" button that launches a 3rd party barcode scanning app, which returns results back to the browser. 1) How did they do this? 2) Is this available for any web developer to do, or a Google -> Google api only?

View 5 Replies View Related

Android : Reading Screen Capacitance In Mobile Phone

Jan 26, 2010

I am think of a way we can measure the capacitance applied to the screen by the human body on the touch screen of Android Mobile (G1).I am sure there should be way to do them.

View 2 Replies View Related

Android :: Mobile Browser Barcode Reader?

Apr 13, 2010

I placed this query on another board but no ones has been able to help so far. Anyone any idea if this exists or nor? Is there any way of reading a barcode from your mobile browser? I'm sure I'm missing something here. Every time I find a barcode while browsing on my phone I then have to open the same web page on a desktop / laptop so I can snap it with the barcode reader on my phone. I'm probably just being stupid but can I get my phone browser to read the barcode? Do any browsers offer this as a plugin?

View 2 Replies View Related

Android :: Reading Pictures Written By Camera To SD Card

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

Motorola CLIQ :: Phone Restarts When Using Camera Or Opening Picture Gallery / Video

Jun 19, 2010

When 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 Related

HTC Incredible :: Barcode Scanning App Unable To Focus On Barcode

Apr 29, 2010

Just got my droid incredible tonight and when trying to use the barcode scanner app it keeps trying to focus and just as it is about to lock in on the bar code, it goes out of focus and back in focus again... and repeats over and over.I tried cleaning the glass but it is pretty darn clean. Anyone else having this issue? Any thoughts?

View 9 Replies View Related

Android :: How To Take Picture Using Camera App?

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

Android :: Verizon Mobile App / Gray Screen With Picture

Jul 25, 2010

Works great the 5 percent of the time it does.Does anyone else get the "Cannot Process your request at this time" or just a grey screen with a picture of a phone, envelope, and data symbol at the top?How do I get it to show me my data all the time?

View 15 Replies View Related

Android :: Taking Picture - Use Camera In Sdk 1.6

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

Android :: Watermark The Camera Picture

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

Android :: Crop A Picture After Using Camera To Take It

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

Android :: Want To Create A Barcode For Use With "Barcode Scanner" App?

Jun 9, 2009

QR-Code Generator Want to create a barcode for use with "Barcode Scanner" App?

View 5 Replies View Related

Android :: Need Display A Barcode On Phone For Scanner

Nov 14, 2009

I just wondering if I wanted to display a barcode on my phone so that a scanner could scan it, ie like the reward cards apps, how would I go about creating the barcode in a view.

View 5 Replies View Related

Android : App Go After Barcode Scan / Get Saved To SD - On Phone?

Dec 22, 2009

i seriously just scanned every barcode too! but does it get saved to my SD or does is saved on the phone?

View 1 Replies View Related

Android :: Taking A Picture With Camera - Without SurfaceView

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

Android :: Image Processing On Picture Taken From Camera

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

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 View Related

Android :: 2.0 Camera.setParameters - P - Picture Size Must Be 213x350

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

Android :: Auto Stop Of App When Capture The Picture With Camera

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

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 View Related

Android :: Taking Picture By Camera Correct Intent Action

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

Android :: Unable To Set Camera Picture Size On Samsung Galaxy

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

Android :: Camera Picture Size On Samsung I7500 Galaxy

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

Android :: Camera - Icon Image Resource For Take Picture Button?

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

Android : Way To Turn Byte Array From Camera's OnPreviewFrame Into A Picture?

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

General :: How To Change Profile Picture On Mobile

Apr 17, 2013

I keep receiving this error when I try to change my android central forum profile picture from the mobile app. Any clue how to resolve this?

Sometimes it will change and say that I might not have the permissions.

View 3 Replies View Related

HTC EVO 4G :: Camera - Picture Upside Down

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

HTC Incredible :: Camera Crash When Take Picture?

Aug 5, 2010

when I take a picture my phone will freeze... I can snap the photo and outer will show me the preview and will freeze before the side Bar comes up... the only way to get out is to press the home button but it won't save the photo.

View 4 Replies View Related

HTC Hero :: Camera Picture Location

Oct 19, 2009

Where the photos are stored once they have been taken, etc.. I'm attempting to upload a picture on Sketch Online.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved