Does Qt Mobility 1.0.0 support QCamera for N900?
Does Qt Mobility 1.0.0 support QCamera for N900?
I can include QCamera when I use NokiaQtSDK-bete-release for Maemo,but when I use it showed me "defaultServiceProvider::requestService(): no service found for - "com.nokia.qt.camera"
and QMetaMethod::invoke: Unable to handle unregistered datatype 'QCamera::Error'
after running (it can successfully compile and port to N900).
PS : The source code with Qt Mobility Beta can be compiled sucessfully and run on Symbian.
PS : I can successfully use other mobility api just like GPS,systeminfo on N900.
Does Qt Mobility 1.0.0 support QCamera for N900?
Does Qt Mobility 1.0.0 support QCamera for N900?
I can include QCamera when I use NokiaQtSDK-bete-release for Maemo,but when I use it showed me "defaultServiceProvider::requestService(): no service found for - "com.nokia.qt.camera"
and QMetaMethod::invoke: Unable to handle unregistered datatype 'QCamera::Error'
after running (it can successfully compile and port to N900).
PS : The source code with Qt Mobility Beta can be compiled sucessfully and run on Symbian.
PS : I can successfully use other mobility api just like GPS,systeminfo on N900.
Re: Does Qt Mobility 1.0.0 support QCamera for N900?
[QUOTE=hpbrother;738130]Does Qt Mobility 1.0.0 support QCamera for N900?[/QUOTE]
1.0.0 does support QCamera, but 1.0.0 it's not yet released.
[QUOTE=hpbrother;738130]I can include QCamera when I use NokiaQtSDK-bete-release for Maemo,but when I use it showed me "defaultServiceProvider::requestService(): no service found for - "com.nokia.qt.camera"
and QMetaMethod::invoke: Unable to handle unregistered datatype 'QCamera::Error'
after running (it can successfully compile and port to N900).[/QUOTE]
To run Qt Mobility-capable application on N900 you have to install the same version of Qt Mobility libraries on the device.
What
[CODE]dpkg -l "libqtm*"[/CODE]
shows for you?
[QUOTE=hpbrother;738130]PS : The source code with Qt Mobility Beta can be compiled sucessfully and run on Symbian.[/QUOTE]
This is not relevant for Maemo.
[QUOTE=hpbrother;738130]PS : I can successfully use other mobility api just like GPS,systeminfo on N900.[/QUOTE]
This is not relevant for Qt Mobility Multimedia.
Re: Does Qt Mobility 1.0.0 support QCamera for N900?
Multi-posting is not welcome here.
Re: Does Qt Mobility 1.0.0 support QCamera for N900?
[QUOTE=divanov;738172]1.0.0 does support QCamera, but 1.0.0 it's not yet released.[/QUOTE]
What do you exactly mean? The QtMobility 1.0.0 has been released, but the subsequent api like QCamera isn't released yet! So we have to wait, don't we?
Do you know when would the subsequent api be released?
[QUOTE=divanov;738172]
To run Qt Mobility-capable application on N900 you have to install the same version of Qt Mobility libraries on the device.
What
[CODE]dpkg -l "libqtm*"[/CODE]
shows for you?[/QUOTE]
I'm sure that I have done it.
Sorry about multi-post.
Re: Does Qt Mobility 1.0.0 support QCamera for N900?
[QUOTE=hpbrother;738186]What do you exactly mean? The QtMobility 1.0.0 has been released[/QUOTE]
If it's really released, why there are no binary packages for Maemo anywhere?
So what does
[CODE]dpkg -l "libqtm*"[/CODE]
show for you in XTerminal on N900?
Re: Does Qt Mobility 1.0.0 support QCamera for N900?
[QUOTE=divanov;738192]If it's really released, why there are no binary packages for Maemo anywhere?[/QUOTE]
[URL="http://qt.nokia.com/developer/new-qt-apis"]http://qt.nokia.com/developer/new-qt-apis[/URL]
27th April 2010 – The Beta APIs have now reached Final status and have been released as a Qt Solutions offer.
Re: Does Qt Mobility 1.0.0 support QCamera for N900?
[QUOTE=hpbrother;738203][URL="http://qt.nokia.com/developer/new-qt-apis"]http://qt.nokia.com/developer/new-qt-apis[/URL]
27th April 2010 – The Beta APIs have now reached Final status and have been released as a Qt Solutions offer.[/QUOTE]
This is probably related to understanding what released means.
So far only source code is available for Maemo, so if you want to try Qt Mobility 1.0.0 for Maemo you have to build it yourself
[url]http://qt.nokia.com/products/appdev/add-on-products/catalog/4/new-qt-apis/mobility[/url]
Re: Does Qt Mobility 1.0.0 support QCamera for N900?
[QUOTE=divanov;738211]This is probably related to understanding what released means.
So far only source code is available for Maemo, so if you want to try Qt Mobility 1.0.0 for Maemo you have to build it yourself
[url]http://qt.nokia.com/products/appdev/add-on-products/catalog/4/new-qt-apis/mobility[/url][/QUOTE]
[URL="http://www.forum.nokia.com/Tools_Docs_and_Code/Tools/IDEs/Nokia_Qt_SDK/"]http://www.forum.nokia.com/Tools_Docs_and.../Nokia_Qt_SDK/[/URL]
[URL="http://wiki.forum.nokia.com/index.php/Nokia_Qt_SDK_v1.0_Beta"]http://wiki.forum.nokia.com/index.php/Nokia_Qt_SDK_v1.0_Beta[/URL]
I am using Nokia Qt SDK, it include
* Tooling
o Qt Creator 2.0 beta
o Qt Simulator (Light Weight Simulator)
o Symbian tool chain supporting deployment on SymbianOS based devices
o Maemo tool chain supporting N900 mobile computer to be available together with forthcoming firmware update
* Developer APIs
o Qt4.6.2
o Qt APIs for mobile development (Qt Mobility)
and the qtmobility-1.0 beta have support Camera
[URL="http://doc.qt.nokia.com/qtmobility-1.0-beta/index.html#platform-compatability"]http://doc.qt.nokia.com/qtmobility-1.0-beta/...[/URL]
but I can not see Camera in qtmobility
[URL="http://doc.qt.nokia.com/qtmobility-1.0/index.html#platform-compatability"]http://doc.qt.nokia.com/qtmobility-1.0/...[/URL]
In Nokia Qt SDK I can choose my device, I can not include QCamera while choosing Symbian but can't include it while choosing Maemo,but It have runtime error on Maemo.
So I assume I have to wait for[URL="http://qt.nokia.com/developer/new-qt-apis"] subsequent release api[/URL].
(27th April 2010 – The Beta APIs have now reached Final status and have been released as a Qt Solutions offer. Camera API will be updated to Beta status and made available in a subsequent release. Other new Qt APIs will continue to be posted here as they are being researched and developed.)
Re: Does Qt Mobility 1.0.0 support QCamera for N900?
[QUOTE=hpbrother;738224]
but I can not see Camera in qtmobility
[URL="http://doc.qt.nokia.com/qtmobility-1.0/index.html#platform-compatability"]http://doc.qt.nokia.com/qtmobility-1.0/...[/URL][/QUOTE]
Camera API is part of Qt Mobility Multimedia.
[QUOTE=hpbrother;738224]
In Nokia Qt SDK I can choose my device, I can not include QCamera while choosing Symbian but can't include it while choosing Maemo,but It have runtime error on Maemo.[/QUOTE]
Do you run it on real device? Could you please provide output of
[CODE]
dpkg -l "libqtm*"
[/CODE]
on N900?