<?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: How to stop camera display when recoding use gstreamer,how to get EOS when stop recoding in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-stop-camera-display-when-recoding-use-gstreamer-how-to/m-p/616655#M93343</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok，thanks&amp;nbsp;a lot ,but how to solve first question.&lt;/P&gt;&lt;P&gt;i use pipeline and build two branch and then link them,as follows&lt;/P&gt;&lt;P&gt;&amp;nbsp;gst_bin_add_many(GST_BIN(pipeline),v4l2src,tee,disqueue,mfw_v4lsink,ffmpegcolorspace,savequeue,vpuenc,avimux,filesink,NULL);&lt;/P&gt;&lt;P&gt;gst_element_link_many(v4l2src,tee,NULL) != TRUE ||&lt;BR /&gt;gst_element_link_many(disqueue,mfw_v4lsink,NULL) != TRUE ||&lt;BR /&gt;gst_element_link_many(ffmpegcolorspace,savequeue,vpuenc,avimux,filesink,NULL) !=TRUE&lt;/P&gt;&lt;P&gt;this use tee element ,one branch&amp;nbsp; mfw_v4lsink element used for display,other branch filesink&amp;nbsp; used for recording .&lt;/P&gt;&lt;P&gt;however i want close or let not work one branch ,that's say i want stop display ,but recording ,stop recording ,but distplay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Nov 2016 02:21:27 GMT</pubDate>
    <dc:creator>陈万里</dc:creator>
    <dc:date>2016-11-02T02:21:27Z</dc:date>
    <item>
      <title>How to stop camera display when recoding use gstreamer,how to get EOS when stop recoding</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-stop-camera-display-when-recoding-use-gstreamer-how-to/m-p/616653#M93341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use IMX6Q Ltib&lt;/P&gt;&lt;P&gt;I work is capture usb camera ,display and recording use gstreamer 0.10&lt;/P&gt;&lt;P&gt;usr tee element separation v4l2src source element ,and then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;gst_bin_add_many(GST_BIN(pipeline),v4l2src,tee,disqueue,mfw_v4lsink,ffmpegcolorspace,savequeue,vpuenc,avimux,filesink,NULL);&lt;/P&gt;&lt;P&gt;and respectively link ,&lt;/P&gt;&lt;P&gt;gst_element_link_many(v4l2src,tee,NULL) != TRUE ||&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gst_element_link_many(disqueue,mfw_v4lsink,NULL) != TRUE ||&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gst_element_link_many(ffmpegcolorspace,savequeue,vpuenc,avimux,filesink,NULL) !=TRUE&lt;/P&gt;&lt;P&gt;now i can play,but ,i can't when display stop recoding ,when recoding stop display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and other &lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;question ,when i play my recoded with glay the&amp;nbsp;can't play ,but&amp;nbsp;play in&amp;nbsp;windows, so&amp;nbsp;i think i need add EOS message&amp;nbsp;but i&amp;nbsp;don't&amp;nbsp;know how to add&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&amp;nbsp;very much&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sky&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 10:33:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-stop-camera-display-when-recoding-use-gstreamer-how-to/m-p/616653#M93341</guid>
      <dc:creator>陈万里</dc:creator>
      <dc:date>2016-10-31T10:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop camera display when recoding use gstreamer,how to get EOS when stop recoding</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-stop-camera-display-when-recoding-use-gstreamer-how-to/m-p/616655#M93343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok，thanks&amp;nbsp;a lot ,but how to solve first question.&lt;/P&gt;&lt;P&gt;i use pipeline and build two branch and then link them,as follows&lt;/P&gt;&lt;P&gt;&amp;nbsp;gst_bin_add_many(GST_BIN(pipeline),v4l2src,tee,disqueue,mfw_v4lsink,ffmpegcolorspace,savequeue,vpuenc,avimux,filesink,NULL);&lt;/P&gt;&lt;P&gt;gst_element_link_many(v4l2src,tee,NULL) != TRUE ||&lt;BR /&gt;gst_element_link_many(disqueue,mfw_v4lsink,NULL) != TRUE ||&lt;BR /&gt;gst_element_link_many(ffmpegcolorspace,savequeue,vpuenc,avimux,filesink,NULL) !=TRUE&lt;/P&gt;&lt;P&gt;this use tee element ,one branch&amp;nbsp; mfw_v4lsink element used for display,other branch filesink&amp;nbsp; used for recording .&lt;/P&gt;&lt;P&gt;however i want close or let not work one branch ,that's say i want stop display ,but recording ,stop recording ,but distplay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 02:21:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-stop-camera-display-when-recoding-use-gstreamer-how-to/m-p/616655#M93343</guid>
      <dc:creator>陈万里</dc:creator>
      <dc:date>2016-11-02T02:21:27Z</dc:date>
    </item>
  </channel>
</rss>

