qt camera

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

qt camera

1,291 次查看
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

标签 (1)
标记 (2)
0 项奖励
回复
1 回复

1,029 次查看
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!
-----------------------------------------------------------------------------------------------------------------------