On Jun 15, 2013, at 1:40 PM, Torsten Bergmann <astares@gmx.de> wrote:
Stef wrote:
Excellent How do you plug that with a camera and image recognition system?
Its about creation of barcodes - not scanning.
BTW: when does someone harvest the code of the CameraPlugin from Scratch to have camera support in Pharo VMs?
when someone does it :) And also pay attention to the license.
Esteban wrote:
I'm in a project using EAN13 (and 8) a lot, but the scanning is done at the client with a third party lib. However it is good to know I'll have support at the server side.
On the server you have many options - if you use seaside you can use many javascript/jquery plugins to render a barcode on the clients webbbrowser.
Having barcode created directly in Pharo as form is nice when you create documents with Artefact (Pharo PDF framework) and want to put a barcode onto them.
Bye T.