Zbar on harmattan (N9)
-
Ok, I found zbar packages:
http://forum.meego.com/archive/index.php/t-4099.htmlNow I need to use it.
In my Linux PC I use zbar this way:
@
...
QZBar *qzbar = new QZBar(this);
qzbar->setVideoDevice("/dev/video0");
...
@but it doesn't works with my N9.
How can I pass camera device to zbar?