<?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>topic MavLINK Router &amp;amp; QGroundControl streaming in NavQ 8MMNavQ Discussion</title>
    <link>https://community.nxp.com/t5/NavQ-8MMNavQ-Discussion/MavLINK-Router-amp-QGroundControl-streaming/m-p/1137145#M18</link>
    <description>&lt;P&gt;A user (Pruthvi) from Hackster.io asked this question:&lt;/P&gt;&lt;DIV class="hckui__typography__bodyM hckui__typography__breakWord hckui__layout__marginBottom15"&gt;&lt;DIV class="markdown_viewer__root__13hxK "&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Hello Team,

I had few queries regarding the mavlink router configuration and gstream via
QGC.
1.Mavlink router configuration: I followed the steps as suggested in the nxp gitbook. It works well till sudo make install command. After this while configuring the router, the error shows no /etc/mavlink-router directory and am not able to add the main.conf file with the configuration details. So status shows problem with the connection. Could you please help on how to set the configuration? Anyone faced this issue?

    Gstream via QGC: So, i tried to get the video stream from the coral camera to broadcast to QGC. I followed the procedure as explained. The pipeline starts but end without any stream on QGC.

Console output:
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Failed to allocate required memory.
Additional debug info:
../../../git/sys/v4l2/gstv4l2src.c(660): gst_v4l2src_decide_allocation (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
Buffer pool activation failed
Execution ended after 0:00:00.001627115
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline

Could anyone give some insights?&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Sep 2020 16:46:07 GMT</pubDate>
    <dc:creator>Landon_Haugh</dc:creator>
    <dc:date>2020-09-03T16:46:07Z</dc:date>
    <item>
      <title>MavLINK Router &amp; QGroundControl streaming</title>
      <link>https://community.nxp.com/t5/NavQ-8MMNavQ-Discussion/MavLINK-Router-amp-QGroundControl-streaming/m-p/1137145#M18</link>
      <description>&lt;P&gt;A user (Pruthvi) from Hackster.io asked this question:&lt;/P&gt;&lt;DIV class="hckui__typography__bodyM hckui__typography__breakWord hckui__layout__marginBottom15"&gt;&lt;DIV class="markdown_viewer__root__13hxK "&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Hello Team,

I had few queries regarding the mavlink router configuration and gstream via
QGC.
1.Mavlink router configuration: I followed the steps as suggested in the nxp gitbook. It works well till sudo make install command. After this while configuring the router, the error shows no /etc/mavlink-router directory and am not able to add the main.conf file with the configuration details. So status shows problem with the connection. Could you please help on how to set the configuration? Anyone faced this issue?

    Gstream via QGC: So, i tried to get the video stream from the coral camera to broadcast to QGC. I followed the procedure as explained. The pipeline starts but end without any stream on QGC.

Console output:
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Failed to allocate required memory.
Additional debug info:
../../../git/sys/v4l2/gstv4l2src.c(660): gst_v4l2src_decide_allocation (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
Buffer pool activation failed
Execution ended after 0:00:00.001627115
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline

Could anyone give some insights?&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 16:46:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NavQ-8MMNavQ-Discussion/MavLINK-Router-amp-QGroundControl-streaming/m-p/1137145#M18</guid>
      <dc:creator>Landon_Haugh</dc:creator>
      <dc:date>2020-09-03T16:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: MavLINK Router &amp; QGroundControl streaming</title>
      <link>https://community.nxp.com/t5/NavQ-8MMNavQ-Discussion/MavLINK-Router-amp-QGroundControl-streaming/m-p/1147664#M19</link>
      <description>&lt;P&gt;The issue with mavlink-router is that 'make install' does not create the config file under /etc/mavlink-router&lt;BR /&gt;Therefore this needs to be done manually. The instruction on&amp;nbsp;gitbook&amp;nbsp;&lt;A href="https://nxp.gitbook.io/8mmnavq/user-guide/mavlink-specific-details/installing-mavlink-router" target="_blank"&gt;https://nxp.gitbook.io/8mmnavq/user-guide/mavlink-specific-details/installing-mavlink-router&lt;/A&gt;&amp;nbsp;has been updated meanwhile to cover that.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-SPOILER&gt;
&lt;P class="blockParagraph-544a408c" data-key="4d4eb9b4337f4d10838795607f8a9bc6"&gt;&lt;SPAN class="text-4505230f--TextH400-3033861f--textContentFamily-49a318e1"&gt;&lt;SPAN data-key="1fd26598cfb444d984d47d5d9952a27e"&gt;As of today the mavlink-router &lt;EM data-slate-leaf="true"&gt;make install&lt;/EM&gt; does not create the /etc/mavlink-router directory and main.conf file. Therefore please use the following commands to create the directory and file initially.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="blockParagraph-544a408c" data-key="48f533679ac748a7b0997263a13c788b"&gt;&lt;EM&gt;&lt;SPAN class="text-4505230f--TextH400-3033861f--textContentFamily-49a318e1"&gt;~$ sudo mkdir /etc/mavlink-router&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="text-4505230f--TextH400-3033861f--textContentFamily-49a318e1"&gt;~$ sudo touch /etc/mavlink-router/main.conf&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/LI-SPOILER&gt;</description>
      <pubDate>Fri, 04 Sep 2020 10:38:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NavQ-8MMNavQ-Discussion/MavLINK-Router-amp-QGroundControl-streaming/m-p/1147664#M19</guid>
      <dc:creator>GeraldP</dc:creator>
      <dc:date>2020-09-04T10:38:22Z</dc:date>
    </item>
  </channel>
</rss>

