GStreamer video input via PCIe

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

GStreamer video input via PCIe

ソリューションへジャンプ
1,909件の閲覧回数
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,724件の閲覧回数
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,725件の閲覧回数
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.