FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour SCAN barcode within an application
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
SCAN barcode within an application
Posted: Wed Jan 03, 2018 07:23 AM

Has anyone worked with a small handheld tablet, creating a FWH application, and using the tablet's built in camera to scan in a barcode ?

I want to build a small application for a hand held windows tablet that calls the camera and performs a scan. It will be used for scanning items to an invoice, and will interact directly with the inventory.

The question is about how to use the built in camera for scanning a barcode. I know there are apps that can be used to convert the camera to scan a barcode, but thought maybe someone has done this successfully from FWH. Perhaps it is a feature that can be added to FWH, much like the addition of the ability to take pictures.

Thanks for your input.

Tim

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 663
Joined: Mon Dec 05, 2005 11:22 PM
Re: SCAN barcode within an application
Posted: Wed Jan 03, 2018 09:07 PM

I have done it with built in camera. Saved picture(s) to jpg files. Then used eztwain functions to open file and read barcode (3of9 built in). If barcode in other formats would need 3rd party barcode engine that can be bridged.
The version of Eztwain i use only requires dll files. No installation of .net, ocx, or other software.

Continue the discussion