bpd1069 / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

Port zbar (bar code reader library) #166

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Github URL
https://github.com/ZBar/ZBar

According to the docs:

The scanner/decoder library itself only requires a few standard
library functions which should be avilable almost anywhere.

The zbarcam program uses the video4linux API (v4l1 or v4l2) to access
the video device.  This interface is part of the linux kernel, a 2.6
kernel is recommended for full support.  More information is available
at
    http://www.linuxtv.org/wiki/

Probably just porting the scanner/decoder libraries should be enough.

Original issue reported on code.google.com by binji@chromium.org on 10 Dec 2014 at 8:59