Skip to content

QAbstractVideoFilter based BarcodeVideoFilter using zxing

Notifications You must be signed in to change notification settings

oniongarlic/qt5-barcodevideofilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QAbstractVideoFilter based barcode filter, using zxing

This was thrown togeather from sources from another project. It builds. Static build tested and works.

Remember to export to QtQuick:

#include "barcodevideofilter.h"
...
qmlRegisterType<BarcodeVideoFilter>("bar.code", 1,0, "BarcodeScanner");

See example.qml for an example on how to use it with a Camera.

Static build

You can include the code statically in your project, for example as a git submodule. Use your own fork if you prefer that.

git submodule add https://github.com/oniongarlic/qt5-barcodevideofilter

Then include barcodevideofilter.pri in your project file:

include(qt5-barcodevideofilter/barcodevideofilter.pri)

About

QAbstractVideoFilter based BarcodeVideoFilter using zxing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published