qt camera

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

qt camera

1,319件の閲覧回数
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,057件の閲覧回数
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!
-----------------------------------------------------------------------------------------------------------------------