<?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 Re: Streaming from Analog Video Input VADC using gstreamer (i.MX 6SoloX) in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-from-Analog-Video-Input-VADC-using-gstreamer-i-MX/m-p/497728#M80223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You may try using NXP BSP. Please look at Chapter 56 [Video Analog-to-Digital &lt;BR /&gt;Converter (VADC)] of "i.MX_Linux_Reference_Manual.pdf" of the recent BSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/webapp/Download?colCode=L3.14.52_1.1.0_LINUX_DOCS" title="http://www.nxp.com/webapp/Download?colCode=L3.14.52_1.1.0_LINUX_DOCS"&gt;http://www.nxp.com/webapp/Download?colCode=L3.14.52_1.1.0_LINUX_DOCS&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before using an application, make sure that the following modules are loaded:&lt;/P&gt;&lt;P&gt;• insmod fsl_csi.ko&lt;/P&gt;&lt;P&gt;• insmod mxc_vadc_tvin.ko&lt;/P&gt;&lt;P&gt;• insmod csi_v4l2_capture.ko&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Gstreamer :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$ modprobe mxc_v4l2_capture&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ gstlaunch imxv4l2src ! imxv4l2sink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2016 07:47:26 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2016-02-10T07:47:26Z</dc:date>
    <item>
      <title>Streaming from Analog Video Input VADC using gstreamer (i.MX 6SoloX)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-from-Analog-Video-Input-VADC-using-gstreamer-i-MX/m-p/497727#M80222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the new single board computer UDOO NEO full (&lt;A href="http://www.udoo.org/udoo-neo/" title="http://www.udoo.org/udoo-neo/"&gt;UDOO Neo - UDOO&lt;/A&gt;​) which is equipped with the i.MX 6SoloX and I would like to stream from the analog video input VADC using gstreamer (protocol not important, encoding preferably H.264). I have installed the recommended Linux distribution UDOObuntu2 (based on lubuntu 14.04 LTS armHF) and now I am struggling with the usage of gstreamer. In the &lt;A href="http://www.udoo.org/forum/" title="http://www.udoo.org/forum/"&gt;UDOO Forum&lt;/A&gt; they say, this interface is not yet implemented, but perhaps someone of you could help me, or give me a few hints how to use gstreamer on the i.MX 6SoloX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To my knowledge, the i.MX 6SoloX has no Hardware-Encoding-Unit (VPU?!), so is it necessary to install the gstreamer-imx package (&lt;A href="https://github.com/Freescale/gstreamer-imx/blob/master/docs/debian-ubuntu.md" title="https://github.com/Freescale/gstreamer-imx/blob/master/docs/debian-ubuntu.md"&gt;gstreamer-imx/debian-ubuntu.md at master · Freescale/gstreamer-imx · GitHub&lt;/A&gt;​)? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With an USB-Camera (/dev/video1) the standard v4l2src is working, but I can't show anything from the VADC (/dev/video0) with v4l2src. Do I need imxv4l2videosrc to get access to the VADC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already managed it to create a network stream with the USB-Camera, by using vlc. But for my project, I also should be able to implement the streaming in C at some point and therefore gstreamer provides some libraries. So at first I would like to create a network stream by using the command line with gstreamer and of course not from the USB-Camera but from the VADC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really need help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 07:45:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-from-Analog-Video-Input-VADC-using-gstreamer-i-MX/m-p/497727#M80222</guid>
      <dc:creator>hannesbo</dc:creator>
      <dc:date>2016-02-09T07:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming from Analog Video Input VADC using gstreamer (i.MX 6SoloX)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-from-Analog-Video-Input-VADC-using-gstreamer-i-MX/m-p/497728#M80223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You may try using NXP BSP. Please look at Chapter 56 [Video Analog-to-Digital &lt;BR /&gt;Converter (VADC)] of "i.MX_Linux_Reference_Manual.pdf" of the recent BSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/webapp/Download?colCode=L3.14.52_1.1.0_LINUX_DOCS" title="http://www.nxp.com/webapp/Download?colCode=L3.14.52_1.1.0_LINUX_DOCS"&gt;http://www.nxp.com/webapp/Download?colCode=L3.14.52_1.1.0_LINUX_DOCS&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before using an application, make sure that the following modules are loaded:&lt;/P&gt;&lt;P&gt;• insmod fsl_csi.ko&lt;/P&gt;&lt;P&gt;• insmod mxc_vadc_tvin.ko&lt;/P&gt;&lt;P&gt;• insmod csi_v4l2_capture.ko&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Gstreamer :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$ modprobe mxc_v4l2_capture&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ gstlaunch imxv4l2src ! imxv4l2sink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 07:47:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-from-Analog-Video-Input-VADC-using-gstreamer-i-MX/m-p/497728#M80223</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2016-02-10T07:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming from Analog Video Input VADC using gstreamer (i.MX 6SoloX)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-from-Analog-Video-Input-VADC-using-gstreamer-i-MX/m-p/497729#M80224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your quick response.&lt;/P&gt;&lt;P&gt;I am using the Linux distribution which comes with the single board computer, so creating a complete new OS is a perhaps a bit too time-consuming...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The link with the documents is great, I didn't found that before. Thanks for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This unfortunately does not work on my board, I think my OS does not yet support the VADC.&lt;/P&gt;&lt;P&gt;$ modprobe mxc_v4l2_capture&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I only can find the plugin imxv4l2videosrc which comes with gst-launch-1.0 ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try to write my own software using &lt;A href="https://github.com/cisco/openh264" title="https://github.com/cisco/openh264"&gt;GitHub - cisco/openh264: Open Source H.264 Codec&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thanks for your quick answer and have a great day too.&lt;/P&gt;&lt;P&gt;Hannes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 14:15:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-from-Analog-Video-Input-VADC-using-gstreamer-i-MX/m-p/497729#M80224</guid>
      <dc:creator>hannesbo</dc:creator>
      <dc:date>2016-02-15T14:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming from Analog Video Input VADC using gstreamer (i.MX 6SoloX)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-from-Analog-Video-Input-VADC-using-gstreamer-i-MX/m-p/497730#M80225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You may try using demo image(s) for i.MX6 SX EVK, with UDOO specific Device Tree :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=L3.14.52_1.1.0_iMX6SX&amp;amp;appType=license&amp;amp;location=null&amp;amp;fpsp=1&amp;amp;WT_TYPE=Board%20Support%20Packages&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=gz&amp;amp;WT_ASSET=Downloads&amp;amp;fileExt=.gz&amp;amp;Parent_nodeId=1337803977858711024657&amp;amp;Parent_pageType=product" title="https://www.nxp.com/webapp/Download?colCode=L3.14.52_1.1.0_iMX6SX&amp;amp;appType=license&amp;amp;location=null&amp;amp;fpsp=1&amp;amp;WT_TYPE=Board%20Support%20Packages&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=gz&amp;amp;WT_ASSET=Downloads&amp;amp;fileExt=.gz&amp;amp;Parent_nodeId=1337803977858711024657&amp;amp;Parent_pageType=product"&gt;https://www.nxp.com/webapp/Download?colCode=L3.14.52_1.1.0_iMX6SX&amp;amp;appType=license&amp;amp;location=null&amp;amp;fpsp=1&amp;amp;WT_TYPE=Board%20S…&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-329664"&gt;Basic Device Tree for the Udoo Board&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 03:27:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-from-Analog-Video-Input-VADC-using-gstreamer-i-MX/m-p/497730#M80225</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2016-02-16T03:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming from Analog Video Input VADC using gstreamer (i.MX 6SoloX)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-from-Analog-Video-Input-VADC-using-gstreamer-i-MX/m-p/497731#M80226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will for sure have a look at the demo image, thanks for that. But the basic device tree is only for the i.MX 6Quad isn't it? There it says "model = &lt;SPAN class="string"&gt;"Udoo i.MX6 Quad Board"; " and I am using the Udoo Neo Board with the i.MX 6SoloX... so this should not be compatible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="string"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="string"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="string"&gt;Hannes&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 13:44:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-from-Analog-Video-Input-VADC-using-gstreamer-i-MX/m-p/497731#M80226</guid>
      <dc:creator>hannesbo</dc:creator>
      <dc:date>2016-02-17T13:44:57Z</dc:date>
    </item>
  </channel>
</rss>

