GStreamer video input via PCIe

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

GStreamer video input via PCIe

Jump to solution
1,002 Views
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

Labels (1)
0 Kudos
1 Solution
817 Views
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.

View solution in original post

1 Reply
818 Views
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.