Barcode scanner

Sebastian Held sebastian.held at gmx.de
Sat Jul 25 05:26:26 MDT 2009


The new driver inside the kernel has dropped support for format conversion. 
Now the applications responsible for conversion. Interestingly the call to set 
a RGB24 palette succeeds, but does set an other format...

I reworked the code to use libv4l ( 
http://hansdegoede.livejournal.com/3636.html )

Copy the attached files into $tellico_source/src/barcode (old one will be 
overwritten). The libv4l is gpl2, thus distribution is possible. The Makefile 
is patched (patch included) to generate static libs.

Change $tellico_source/src/Makefile.am (line 23):
from:
LDADD_LIBBARCODE = ./barcode/libbarcode.a
to:
LDADD_LIBBARCODE = ./barcode/libbarcode.a ./barcode/libv4l/lib/libv4l1.a 
./barcode/libv4l/lib/libv4l2.a ./barcode/libv4l/lib/libv4l2convert.a
(on one line!)

This version works again on my gentoo system with kernel 2.6.30.

Someone should really code a nice gui for barcode recognition.

Sebastian

On Friday 24 July 2009 16:56:18 Robby Stephenson wrote:
> On Friday 24 July 2009, Sebastian Held wrote:
> > I wrote the code some time ago, but currently do not use it.
> > I need to checkout the new version and try again myself.
> >
> > You may test your camera using the command from the xawtv package:
> > v4l-info
> > v4l-conf
> >
> > I'll get get to you, if I have my version working again.
> >
> > kind regards,
> > Sebastian
>
> Thanks, Sebastian.
>
> Robby
>
> _______________________________________________
> tellico-users mailing list
> tellico-users at forge.novell.com
> http://forge.novell.com/mailman/listinfo/tellico-users


-------------- next part --------------
A non-text attachment was scrubbed...
Name: barcode.tgz
Type: application/x-compressed-tar
Size: 59388 bytes
Desc: not available
Url : http://forge.novell.com/pipermail/tellico-users/attachments/20090725/b019866b/barcode-0001.bin


More information about the tellico-users mailing list