Hello,
please how I can detect if the device has a frontal camera and then how I can access to it using Qt/Qt Mobility ?
thank you
Hello,
please how I can detect if the device has a frontal camera and then how I can access to it using Qt/Qt Mobility ?
thank you
If I remember right the mobility 1.1.0 has full camera example, as well as if I do remember it right, it has functionality for selecting the camera. Can not excatly check it at this point of time, but I would suggest looking into the Camera class in that example and to see how it handles things.
Hi,
Check the list of available camera devices using QCamera::availableDevices(), then use the QByteArray that corresponds to the front camera (if available) to pass to QCamera constructor.
I found only this Symbian C++ example http://www.forum.nokia.com/info/sw.n...a_Example.html
But I did not found any camera example with Qt/Qt mobility
The camera API in Qt mobility is available here, But still only beta version is available.
Just see this page : http://developer.qt.nokia.com/wiki/CameraAPI
Best regards,
And the examples are included in the qtmobility package:
http://qt.nokia.com/products/qt-addons/mobility