qt camera

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

qt camera

618 Views
wangyhwang
Contributor I

I have a question. I use the Qt5.3.2 the arm environment is imxSABRE6Q .the GStreamer version is 1.0  src:imxv4l2src sink:imxeglvivsink .

  1. when start camera, the screen only a frame .

  2. then I trigger event that the camera stop. Then I again trigger one event ,the camera start working is OK, but after about 30s the screen display video stop .

I need some suggestion about it.

Thanks

Labels (1)
Tags (2)
0 Kudos
1 Reply

356 Views
jamesbone
NXP TechSupport
NXP TechSupport

If you are using the SABRE board, then change your sink Pipeline from  imxeglVivsink, since this one use the Vivante GPU module, which it is causing the problem. You can use the mfw_isink: mfw_isink: Freescale: i_sink or something like:

gst-launch v4l2src ! autovideosink

And you can check your camera interface with mxcv4l2 test.


Have a great day,
Jaime

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------