qt-5.2.0 camera example is not working

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

qt-5.2.0 camera example is not working

817 Views
sanjeetkarn
Contributor II

Hi,

I am using i.MX6SL based embedded device.

In this device we have gnome(so x11) and we are using Qt libraries for gui.

We are using Qt-5.2.0 on this device.

My problem is, when we are trying to run default camera application(examples/multimediawidgets/camera),

it's not working.

Application is running, even device is detected in "Device" menu as "vivi", but streaming not starts.

I found that in "File" menu, "Start camera" is disabled and "Capture" button of "Image" tab of right panel,

is also disabled.

In "video" tab only "stop" is disabled(i.e. OK), eventhough camera is not streaming.

We have checked camera(h/w) it's fine because we are having other application using v4l2 in Qt-5.2.0,

that is working properly, only default camera application given by qt-example is not working.

so what could be the problem ?

I have posted this issue on qt-forum too, but didn't get any solution.

can you guide me ?

0 Kudos
1 Reply

354 Views
gusarambula
NXP TechSupport
NXP TechSupport

It is possible that the qt-example may be based on other camera and thus not working. I would recommend looking at the example code and the camera driver itself to see how the communication is failing.

0 Kudos