Mauro Carvalho Chehab

Results 102 comments of Mauro Carvalho Chehab

I'm assuming that you want to build it for Mac OS (and/or iOS), right? Currently, `zbarcam` knows only those ways to talk with camera devices: - On Windows: DirectShow (Windows)...

> @mchehab Do you fix problems on qrcode source code? Yes, but only when I have spare time. See, my main focus is to maintain the media subsystem at the...

For this to work, we need to first define how a zbar-lite will work properly: 1. a new `configure.ac` option is needed in order to enable/disable such feature; 2. a...

> Hello. > > I'm looking for a way to improve QR code recognition speed. > I'm going to use Ordroid H2 / Linux 18.04 / c++ > > Q1....

If I understood well, in order to address this issue, ZBar needs to: 1. honor LC_ALL and LC_LANG environment vars, using it by default; 2. add more encodings, for Asian...

No idea. you would need to profile ZBar with your dataset and see what it is doing along those 10 seconds.

Yeah, enabling coverity is interesting (and I have already an account there, with I use for Linux Kernel). I don't remember anymore what's needed in order to add a new...

> Trying to run configure on the latest raspbian image, these issues occurred: > > needed to 'apt-get install gettext' to get past an issue with AM_ICONV(). It then could...

> Might be possible to use https://github.com/dmtx/libdmtx to add data matrix support? Yes, but someone has to work on the patches adding support for it.

> The camera resolution is 1600x1200, zbarcam uses 100% CPU. First of all, I don't know any Linux tool that measures CPU usage. What tools like `top` really does is...