A quick follow up question to this thread.... I am using searchAndLock() on my 
first picture. But on the 2nd picture I just call capture again. It again goes 
through a focus seeking operation. Is there a way to use the same focus 
paramters as the previous photo?  Even if I set 
camera.focus.focusMode= Camera.FocusManual;

It still does a focus search.

Thanks.

-----


 

Sent: Thursday, December 11, 2014 at 10:43 AM
From: "Jason H" <jh...@gmx.com>
To: "Lopes Yoann" <yoann.lo...@theqtcompany.com>
Cc: "interest@qt-project.org" <interest@qt-project.org>
Subject: Re: [Interest] Camera won't capture photos in quick succession

Thanks Yoann, I was able to kludge something together that works well enough. I 
would have loved to be able to more simple way. One of the things I found in my 
kludging, was that "ready" sometimes comes back faster than the capture 
handler, and other times it does not. This was the main source of my issues 
(aside from the docs being incorrect).
 

Sent: Thursday, December 11, 2014 at 9:25 AM
From: "Lopes Yoann" <yoann.lo...@theqtcompany.com>
To: "Jason H" <jh...@gmx.com>
Cc: "interest@qt-project.org" <interest@qt-project.org>
Subject: Re: [Interest] Camera won't capture photos in quick succession

 

On 11 Dec 2014, at 15:15, Jason H <jh...@gmx.com> wrote: 

 

Which ready are we talking about? The flash ready or the camera ready? I don't 
mind adding an onReadyChanged, but it is not clear where I should add it. 
I meant the Camera.imageCapture.ready 
property._______________________________________________ Interest mailing list 
Interest@qt-project.org 
http://lists.qt-project.org/mailman/listinfo/interest[http://lists.qt-project.org/mailman/listinfo/interest]
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to