Hello,
DISCLAIMER: The attached software is developed using Windev 22. As with any other software, this software is also comes with no warranty / guarantee to work as intended. Use it at your own risk.
One can use this software by calling the exe file from PB application (Topwizprogeramming's Run and Wait program is very useful to call this exe), to
1. Print Barcode
2 To capture images via attached Webcam
How to Print Barocde.
Call the exe with the following parameters.
Elifa4Capture.exe ls_command ls_outputfile ls_value_to_barocde ls_barcode_type
ls_command -> BARCODE ( hardcoded to make the program to print barcode )
ls_outputfile -> Barcode will be stored as an image in the output file mentioned. Include full path name.
ls_value_to_barcode -> This value will be converted to barcode
ls_barcode_type -> Allowed values (QRCODE / EAN 128 / EAN 13 / CODE 39 / CODE 93 / CODE 128 / CODE 11 /BAR CODE / PDF417 / DATAMATRIX / Aztec)
How to Capture Images
Call the exe with the following parameters.
Elifa4Capture.exe ls_command ls_outputfile
ls_command -> CAPTURE
ls_outputfile -> image will be saved in this file name (only jpg is supported as of now)
Hope this tool will be useful.
Let me know about your thoughts.
Happiness Always
BKR Sivaprakash