<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: Need support for streaming camera video feed to remote server over ethernet for imx93 FRDM dev b</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Need-support-for-streaming-camera-video-feed-to-remote-server/m-p/2075730#M236033</link>
    <description>Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203368"&gt;@Manuel_Salas&lt;/a&gt;,&lt;BR /&gt;Thanks for your reply. I already know the Gstreamer string you have provided. Let me clarify my query a bit.&lt;BR /&gt;I am able to access the video frames from attached camera and get bounding box information from NPU (both using a single Gstreamer pipeline). What i am actually looking for is the Gstreamer pipeline string to push this processed data (raw frame+ overlay of bounding boxes) over the ethernet using RTSP. Can you please provide a Gstreamer pipeline example for sending any video from any source(custom source or directly from camera) over the etherent, which is also doing compression of video frames for easy and fast communication between the development board and a remote host PC</description>
    <pubDate>Tue, 08 Apr 2025 04:52:24 GMT</pubDate>
    <dc:creator>Aditya_Vashista</dc:creator>
    <dc:date>2025-04-08T04:52:24Z</dc:date>
    <item>
      <title>Need support for streaming camera video feed to remote server over ethernet for imx93 FRDM dev board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Need-support-for-streaming-camera-video-feed-to-remote-server/m-p/2074633#M235921</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to build a python application using the GStreamer to stream the video stream from v4l2src via /dev/device0 to the Ethernet for FRDM imx93 Development board using the imx-full-image (available for download on the NXP&amp;nbsp; product page).&lt;/P&gt;&lt;P&gt;I also want to perform encoding of the video frame before forwarding it as input for the UDP sink.I know there is no VPU on imx932, so is there a way to perform this operation via any Gstreamer plugin on software side?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please provide a suitable sample Gstreamer string for execution to achieve this? Also, is there any new plugin/recipe to be added on top of the full image, to achieve this? If yes, can you also suggest the necessary modifications in the Yocto setup as well.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Apr 2025 10:40:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Need-support-for-streaming-camera-video-feed-to-remote-server/m-p/2074633#M235921</guid>
      <dc:creator>Aditya_Vashista</dc:creator>
      <dc:date>2025-04-06T10:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need support for streaming camera video feed to remote server over ethernet for imx93 FRDM dev b</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Need-support-for-streaming-camera-video-feed-to-remote-server/m-p/2075412#M236008</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/247633"&gt;@Aditya_Vashista&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you are doing very well.&lt;/P&gt;
&lt;P&gt;Please refer to the&amp;nbsp;&lt;A href="https://docs.nxp.com/bundle/UM11933/page/topics/software_introduction.html" target="_self"&gt;UM11933: RPi-CAM-MIPI Board User Manual&lt;/A&gt; in Software chapter.&lt;/P&gt;
&lt;P&gt;There is described how you can capture the camera data, preview them on screen or save them to a file using the "gstreamer" commands, like:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$ gst-launch-1.0 -v v4l2src device=/dev/video0 ! "video/x-raw,format=YUY2,width=1280,height=800" ! queue ! waylandsink&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I test it by my side and it is working well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Salas.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 18:56:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Need-support-for-streaming-camera-video-feed-to-remote-server/m-p/2075412#M236008</guid>
      <dc:creator>Manuel_Salas</dc:creator>
      <dc:date>2025-04-07T18:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need support for streaming camera video feed to remote server over ethernet for imx93 FRDM dev b</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Need-support-for-streaming-camera-video-feed-to-remote-server/m-p/2075730#M236033</link>
      <description>Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203368"&gt;@Manuel_Salas&lt;/a&gt;,&lt;BR /&gt;Thanks for your reply. I already know the Gstreamer string you have provided. Let me clarify my query a bit.&lt;BR /&gt;I am able to access the video frames from attached camera and get bounding box information from NPU (both using a single Gstreamer pipeline). What i am actually looking for is the Gstreamer pipeline string to push this processed data (raw frame+ overlay of bounding boxes) over the ethernet using RTSP. Can you please provide a Gstreamer pipeline example for sending any video from any source(custom source or directly from camera) over the etherent, which is also doing compression of video frames for easy and fast communication between the development board and a remote host PC</description>
      <pubDate>Tue, 08 Apr 2025 04:52:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Need-support-for-streaming-camera-video-feed-to-remote-server/m-p/2075730#M236033</guid>
      <dc:creator>Aditya_Vashista</dc:creator>
      <dc:date>2025-04-08T04:52:24Z</dc:date>
    </item>
  </channel>
</rss>

