Re: [Interest] QVideoProbe in QML?

2014-02-06 Thread Jason H
Awesome. I can probably figure out the QML stuff, but the pixel conversion was giving my nightmares. From: Tr3wory To: Interests Qt Sent: Thursday, February 6, 2014 11:34 AM Subject: Re: [Interest] QVideoProbe in QML? LOL, I didn't find that class,

Re: [Interest] QVideoProbe in QML?

2014-02-06 Thread Tr3wory
LOL, I didn't find that class, so I wrote one for my own little more than a week ago: http://lists.qt-project.org/pipermail/interest/2014-January/010992.html I believe no QML class exist with the same functionality (fix me if I'm wrong, looks like I'm not good at finding classes :) ), so you need

[Interest] QVideoProbe in QML?

2014-02-06 Thread Jason H
I have a QML project (Lin/Android) that I need to scan bar codes using the camera or video playback (for testing). I found the QVideoProbe class. But not sure how to use it in QML. I have a C++ class that will do the bar code recognition, it takes a QImage or QUrl of an image. The reader works