running gstreamer without a v4l2 device on ARM dual-core

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

running gstreamer without a v4l2 device on ARM dual-core

1,166件の閲覧回数
mihaitaivascu
Contributor III

Hello,

    I would like to run gstreamer to create a video streaming application but I do not use a v4l2 camera or other device.

Instead I have running  a FreeRTOS on the other core and there the frames are copied in the memory. Because the camera is controlled and configured from that core.

    I have a shared memory pool between the 2 cores and would like to fetch the frames from the memory using a char device driver and then have a gstreamer app running on top of it. The first core runs an embedded Linux and the second a FreeRTOS.

   Is this a feasible scenario?

   I have came across this v4l2 plugin for mem-to-mem transfers:

GitHub - igel-oss/v4l-gst: A v4l plugin to bridge V4L2 APIs and GStreamer 

   Does anybody has experience with this approach?

Thanks,

      Mihaita

ラベル(1)
0 件の賞賛
返信
0 返答(返信)