Re: [Interest] Problem with QCameraImageCapture

2015-04-07 Thread Lopes Yoann
Hi, Capturing to buffer is not currently supported on Windows, that’s why the signal is never emitted. — Yoann > On 06 Apr 2015, at 18:30, Igor Mironchik wrote: > > Hi, Bob. > > Thank you. > > On Mon, 06 Apr 2015 18:21:38 +0300, Bob Hood wrote: > >> Hi, Igor. >> >> I tested your example

Re: [Interest] Problem with QCameraImageCapture

2015-04-06 Thread Igor Mironchik
Hi, Bob. Thank you. On Mon, 06 Apr 2015 18:21:38 +0300, Bob Hood wrote: > Hi, Igor. > > I tested your example code using Qt 5.4.0 under Windows 7 64-bit and the > 2MP > USB camera embedded on my ASUS monitor, and I'm getting the callbacks as > I > expect. I captured and stored to disc the

Re: [Interest] Problem with QCameraImageCapture

2015-04-06 Thread Bob Hood
Hi, Igor. I tested your example code using Qt 5.4.0 under Windows 7 64-bit and the 2MP USB camera embedded on my ASUS monitor, and I'm getting the callbacks as I expect. I captured and stored to disc the preview image provided by the QCameraImageCapture::imageCaptured() signal. Although I had

Re: [Interest] Problem with QCameraImageCapture

2015-04-06 Thread Igor Mironchik
Hi. I've checked it on two different cameras. The problem is not gone. I'm on Windows 7 64 bit, Qt 5.4.1 from online installer. On Mon, 06 Apr 2015 10:20:51 +0300, Igor Mironchik wrote: > Hi. > > I have one problem QCameraImageCapture doesn't emits signals. What is > the problem? > > d->c

[Interest] Problem with QCameraImageCapture

2015-04-06 Thread Igor Mironchik
Hi. I have one problem QCameraImageCapture doesn't emits signals. What is the problem? d->camera = new QCamera( AppCfg::instance().cfg().cameraName().toLatin1(), this ); d->camera->setCaptureMode( QCamera::CaptureStillImage ); d->camera->start(); connect( d->camera, &QCamera::locked,