GStreamer video input via PCIe

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

GStreamer video input via PCIe

跳至解决方案
1,841 次查看
romainpelletant
Contributor I

Hi,

We are currently working on a way to transfer MPEGTS into iMX6D via PCIe to play data with GStreamer.

About PCIe, no problem for integrating it into our solution.

About Gstreamer side, we don't really know how create a video stream acceptable by GStreamer : should we create a special driver? Modify v4l2 src? Create a new plugin?

Thank you.

Romain

标签 (1)
0 项奖励
回复
1 解答
1,656 次查看
joanxie
NXP TechSupport
NXP TechSupport

if you use v4l2, you don't need to change the driver, you can use the command like:

"gst-launch v4l2src device=/dev/video0...." you can change video0 to video1 or other, which depends what device you use.

在原帖中查看解决方案

1 回复
1,657 次查看
joanxie
NXP TechSupport
NXP TechSupport

if you use v4l2, you don't need to change the driver, you can use the command like:

"gst-launch v4l2src device=/dev/video0...." you can change video0 to video1 or other, which depends what device you use.