Hello,

It seems that the searchAndLock() of QCamera does not work in  N8?
I do get callback that locking was successful, but when I capture image
right after that, it seems that the camera tries to focus again and the
image is blurred.
Or am I doing something wrong? Is there way to call image capture in such
way that no settings are adjusted?

m_camera->searchAndLock();
....

case QCamera::Locked:

        if(reason == QCamera::LockAcquired)

        {

            m_imageCapture->capture();

        }



thanks,
Vesa
_______________________________________________
Qt-mobility-feedback mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-mobility-feedback

Reply via email to