Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any java library to read the vin number barcodes from image? [closed]

I am building a application to read vin number barcodes using camera from android phone.I do not know how to read the barcodes from the image captured from the camera.(i.e) Is there any class to read the barcode of vin number format.I have tried zxing and other libs no use for me.Thanks

Note: I tried searching in DDG.gg and Stackoverflow but no proper solution.

like image 913
Kris Rajkumar Avatar asked Apr 04 '11 06:04

Kris Rajkumar


People also ask

What format are VIN barcodes in?

What type of barcode is a VIN? Historically, the standard Vehicle Identification Number (VIN) embedded within a barcode and attached to a car has been represented by the Code 39 symbology.

Where is the VIN barcode located?

Most makes of automobiles have the VIN bar code on the inside of the driver's door. General Motor's cars also have the VIN on the driver's side dashboard. The GM dashboard bar codes are particularly hard to read for most bar code readers because the bar code must be read through the windshield of the car.


1 Answers

According to this thread on google code, zxing should support it. They say, the issue could be related to camera resolution. And they mention "auqoniq VIN scanner", which seems to be an android app based on zxing.

like image 136
Andreas Dolk Avatar answered Sep 29 '22 03:09

Andreas Dolk