[Interest] Still trying to probe a camera.

2014-07-22 Thread Jason H
I'm trying to use a QML Camera element and a QVideoProbe. It doesn't work because the camera is a QDeclarativeCamera. How can I get the frames from a QML Camera? There seems to be a huge ambiguity between video players and cameras in QML. I want to get frames from both. They seem to require ve

Re: [Interest] Is QML globalCompositeOperation incorrect?

2014-07-22 Thread Thiago Macieira
On Tuesday 22 July 2014 14:46:08 程梁 wrote: > Hi, > I have tested globalCompositeOperation of Context2D in Qt 5.3.1 but I found > this is different from behavior of HTML5 canvas. I think this is incorrect > accord with documents. > I have attached these two screenshots. Is QML > incorrect or my code

[Interest] 5.3 Broke Video Ts?

2014-07-22 Thread Jason H
I ressurected an old project that would take QML Camera frames and deliver them to both a VideoOutput and a function for analysis. It seems that both my and other people's "T-s" aren't working. I need to know what changed internally so that I can update my VideoProbe class. Thanks! __

[Interest] Application Plugins

2014-07-22 Thread Graham Labdon
Hi I am developing a set of plugins for my Qt application using VS 2012 When I created the project I selected Qt Library as the project type, but when I load the library with QPluginLoader the 'instance' method failed. I then created another VS project using the 'Qt Application' as the project ty

[Interest] Is QML globalCompositeOperation incorrect?

2014-07-22 Thread 程梁
Hi, I have tested globalCompositeOperation of Context2D in Qt 5.3.1 but I found this is different from behavior of HTML5 canvas. I think this is incorrect accord with documents. I have attached these two screenshots. Is QML incorrect or my code is incorrect? QML HTML5 Best regards, Cheng Li

[Interest] [ANN] CodeSynthesis XSD 4.0.0 released, adds support for C++11

2014-07-22 Thread Boris Kolpackov
Hi, I am pleased to announce the release of CodeSynthesis XSD 4.0.0. XSD is an open source, cross-platform W3C XML Schema to C++ data binding compiler. Provided with a schema, it generates C++ classes that represent the given vocabulary as well as XML parsing and serialization code. You can then