quirc/demo
YAMAMOTO Takashi 679e43f144 quirc-demo-opencv: Add OpenCV version of the demo
My motivation is to experiment quirc on macOS, where
neither of SDL1 or V4L2 work.

```
% brew install opencv
% brew install pkg-config
% brew install bsdmake
% bsdmake quirc-demo-opencv
% ./quirc-demo-opencv
```

Note: the macOS version of GNU make (/usr/bin/make) is a bit old
for quirc's Makefile.
2021-03-22 10:13:33 +09:00
..
camera.c Fix V4L2 includes on OpenBSD 2016-08-11 01:06:51 +02:00
camera.h demo: rewrite camera driver. 2014-10-20 16:59:45 +13:00
convert.c Initial commit: version 1.0. 2012-05-04 12:58:42 +12:00
convert.h Initial commit: version 1.0. 2012-05-04 12:58:42 +12:00
demo.c Fixes warnings emitted by gcc -Wold-style-declaration 2017-06-07 10:24:43 +02:00
demo_opencv.cxx quirc-demo-opencv: Add OpenCV version of the demo 2021-03-22 10:13:33 +09:00
demoutil.c Initial commit: version 1.0. 2012-05-04 12:58:42 +12:00
demoutil.h quirc-demo-opencv: Add OpenCV version of the demo 2021-03-22 10:13:33 +09:00
dthash.c Fixes warnings emitted by gcc -Wold-style-declaration 2017-06-07 10:24:43 +02:00
dthash.h quirc-demo-opencv: Add OpenCV version of the demo 2021-03-22 10:13:33 +09:00
mjpeg.c fix mjpeg_decode_rgb32(). 2018-01-31 15:29:01 +01:00
mjpeg.h Initial commit: version 1.0. 2012-05-04 12:58:42 +12:00
scanner.c Fixes warnings emitted by gcc -Wold-style-declaration 2017-06-07 10:24:43 +02:00