How can we pass the Orientation change events to the frameset/iframe pages.

Regards,
Sachin Deorah


From: qt-mobility-feedback-bounces+sachinde=tatainteractive....@qt.nokia.com 
[mailto:qt-mobility-feedback-bounces+sachinde=tatainteractive....@qt.nokia.com] 
On Behalf Of Vesa Shmuel Peltonen
Sent: Monday, March 07, 2011 12:58 PM
To: Dmytro Poplavskiy
Cc: [email protected]
Subject: Re: [Qt-mobility-feedback] Question related to QCamera::searchAndLock()

thanks guys for the replies! I'm trying to see if in my code is still something 
wrong...
For example, should I set encoder setting after starting the camera?
-vesa

On Mon, Mar 7, 2011 at 2:18 AM, Dmytro Poplavskiy 
<[email protected]<mailto:[email protected]>> wrote:
On Sun, 6 Mar 2011 08:34:35 pm ext 
[email protected]<mailto:[email protected]> wrote:
> Hi,
>
> The focus will be lost when you set image encoder settings.
> If you don't set any settings before you capture the first image the camera 
> backend internally applies default settings (thus loosing focus).
The default settings should be applied when camera is starting, I think it's a 
bug.
To improve capture latency the backens should do as little work when capture is 
called as possible.

Regards
 Dmytro.

> So it should work with following sequence:
>
> 1.)    Set image encoder settings
>
> 2.)    Focus (i.e. searchAndLock())
>
> 3.)    Capture image
>
> If this does not work, please file a bug report.
>
> BR, Tuomas
>
> From: 
> qt-mobility-feedback-bounces+tuomas.viitanen=nokia.com<http://nokia.com>@qt.nokia.com<http://qt.nokia.com>
>  
> [mailto:qt-mobility-feedback-bounces+tuomas.viitanen<mailto:qt-mobility-feedback-bounces%2Btuomas.viitanen>=nokia.com<http://nokia.com>@qt.nokia.com<http://qt.nokia.com>]
>  On Behalf Of ext Vesa Shmuel Peltonen
> Sent: 4. maaliskuuta 2011 14:05
> To: 
> [email protected]<mailto:[email protected]>
> Subject: [Qt-mobility-feedback] Question related to QCamera::searchAndLock()
>
> 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
>


________________________________
This e-mail and any attached files are confidential, proprietary, and may also 
be legally privileged information, and are intended solely for the use of the 
individual or entity to whom they are addressed. If you are not the intended 
recipient of this e-mail, please send it back to the person who sent it to you 
and delete the e-mail and any attached files and destroy any copies of it; you 
may call us immediately at + 91 22 6643 8000 or email us at 
[email protected]

Tata Interactive Systems and/or any of its sister companies owns no 
responsibility for the views presented in the e-mail and any attached files 
unless the sender mentions so, with due authority of Tata Interactive Systems.

Unauthorized reading, reproduction, publication, use, dissemination, 
forwarding, printing or copying of this e-mail and its attachments is 
prohibited.

We have checked this message for any known viruses; however we decline any 
liability, in case of any damage caused by a non-detected virus.

For more details about our company, visit http://www.tatainteractive.com.
_______________________________________________
Qt-mobility-feedback mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-mobility-feedback

Reply via email to