Use of PCIe interface to send video from gstreamer to Artix-7 FPGA
jbolduc01 opened this issue · 2 comments
jbolduc01 commented
Hello,
I would like to know if we could use this minimal software package in order to capture video from a gstreamer pipeline and output the result through PCIe to a Artix-7 FPGA.
Is using a simple gstreamer pipeline like could give us access to video data to FPGA?
gst-launch-1.0 videotestsrc ! video/x-raw,witdth=1920,height=1080 ! fakesink
Regards,
Jérôme
jbolduc01 commented
We plan to use a Jetson Nano module.
swarren commented
This project on its own won't achieve that, no. There is no GStreamer integration in the code. However, if you were to develop your own GStreamer plugin, you may be able to use this code as a reference for how to get the video data into an FPGA, or other PCIe device.