Hi,

I am trying to run default camera example app on linux laptop build with Qt-5.x, it's not running.
Becoming failure and always gives following error :

defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.camera"
Camera error: "The camera service is missing"

Whenever i am running this app, one error-message dialog coming with "The camera service is missing"
error. After clicking on "ok" button main dialog is opening, with empty device menu, and no streaming
window and all, and in console it gives above mentioned(in begining) error.

What could be the problem, why it's not working ?
I m using Qt-5.2.0 on Ubuntu-12.04.

But at the same time "cheese" app is working fine on my laptop.

Is this camera-example(qt-5.x) supporting only for windows or its supporting on every platform ?
Because during browsing i have found somwhere without much detail that
"Only Windows platform has a camera backend at the moment. The v4l2/gstreamer based ones for Linux are not enabled."

Can you guide anybody, how to make it to work on linux platform ?

Thanks in advance.