<?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 display overlay through divice &amp;quot;/dev/graphics/fb1&amp;quot; ,without using V4L2? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-display-overlay-through-divice-quot-dev-graphics-fb1-quot/m-p/407308#M60689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how did you test? could you share the command? I tested on the mx6q board, it's successful, I use ./mxc_vpu_test.out to test on the fb0 and fb1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Sep 2015 08:08:25 GMT</pubDate>
    <dc:creator>joanxie</dc:creator>
    <dc:date>2015-09-25T08:08:25Z</dc:date>
    <item>
      <title>How to display overlay through divice "/dev/graphics/fb1" ,without using V4L2?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-display-overlay-through-divice-quot-dev-graphics-fb1-quot/m-p/407306#M60687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Divice "/dev/graphics/fb1"&amp;nbsp; is a overlay buffer of "/dev/graphics/fb0".&lt;/P&gt;&lt;P&gt;I want to display a overlay image using fb1 on screen(fb0).But no matter what i write to fb1, there is no display on screen(fb0).&lt;/P&gt;&lt;P&gt;How to solve this problem. This bother me many day.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 03:36:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-display-overlay-through-divice-quot-dev-graphics-fb1-quot/m-p/407306#M60687</guid>
      <dc:creator>guolei</dc:creator>
      <dc:date>2015-09-24T03:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to display overlay through divice "/dev/graphics/fb1" ,without using V4L2?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-display-overlay-through-divice-quot-dev-graphics-fb1-quot/m-p/407307#M60688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you make sure to unblank the overlay framebuffer?&lt;/P&gt;&lt;P&gt;# echo 0 &amp;gt; /sys/class/graphics/fb1/blank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 12:32:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-display-overlay-through-divice-quot-dev-graphics-fb1-quot/m-p/407307#M60688</guid>
      <dc:creator>gary_bisson</dc:creator>
      <dc:date>2015-09-24T12:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to display overlay through divice "/dev/graphics/fb1" ,without using V4L2?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-display-overlay-through-divice-quot-dev-graphics-fb1-quot/m-p/407308#M60689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how did you test? could you share the command? I tested on the mx6q board, it's successful, I use ./mxc_vpu_test.out to test on the fb0 and fb1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 08:08:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-display-overlay-through-divice-quot-dev-graphics-fb1-quot/m-p/407308#M60689</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2015-09-25T08:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to display overlay through divice "/dev/graphics/fb1" ,without using V4L2?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-display-overlay-through-divice-quot-dev-graphics-fb1-quot/m-p/407309#M60690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well I tried it using gstreamer and the gstreamer-imx plugin:&lt;/P&gt;&lt;P&gt;# echo 0 &amp;gt; /sys/class/graphics/fb1/blank&lt;/P&gt;&lt;P&gt;# gst-launch-1.0 filesrc location=/root/tears_of_steel_1080p.webm ! matroskademux ! imxvpudec ! imxipuvideosink framebuffer=/dev/fb1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can try writing to the framebuffer directly&lt;/P&gt;&lt;P&gt;# cat /dev/urandom &amp;gt; /dev/fb1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 08:40:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-display-overlay-through-divice-quot-dev-graphics-fb1-quot/m-p/407309#M60690</guid>
      <dc:creator>gary_bisson</dc:creator>
      <dc:date>2015-09-25T08:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to display overlay through divice "/dev/graphics/fb1" ,without using V4L2?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-display-overlay-through-divice-quot-dev-graphics-fb1-quot/m-p/407310#M60691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot . &lt;/P&gt;&lt;P&gt;I use ioctl api to unblank &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;the overlay framebuffer and it works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;But why should I blank the buffer.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 08:45:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-display-overlay-through-divice-quot-dev-graphics-fb1-quot/m-p/407310#M60691</guid>
      <dc:creator>guolei</dc:creator>
      <dc:date>2015-09-25T08:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to display overlay through divice "/dev/graphics/fb1" ,without using V4L2?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-display-overlay-through-divice-quot-dev-graphics-fb1-quot/m-p/407311#M60692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well it is a choice made in the driver, by default overlays are blanked:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/boundarydevices/linux-imx6/blob/boundary-imx_3.14.28_1.0.0_ga/drivers/video/mxc/mxc_ipuv3_fb.c#L2729" title="https://github.com/boundarydevices/linux-imx6/blob/boundary-imx_3.14.28_1.0.0_ga/drivers/video/mxc/mxc_ipuv3_fb.c#L2729"&gt;linux-imx6/mxc_ipuv3_fb.c at boundary-imx_3.14.28_1.0.0_ga · boundarydevices/linux-imx6 · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can modify the driver to unblank it by default by I would personally just keep the ioctl call from the user-space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 10:04:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-display-overlay-through-divice-quot-dev-graphics-fb1-quot/m-p/407311#M60692</guid>
      <dc:creator>gary_bisson</dc:creator>
      <dc:date>2015-09-25T10:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to display overlay through divice "/dev/graphics/fb1" ,without using V4L2?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-display-overlay-through-divice-quot-dev-graphics-fb1-quot/m-p/407312#M60693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Get it！And thanks a lot for your patience！&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 06:13:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-display-overlay-through-divice-quot-dev-graphics-fb1-quot/m-p/407312#M60693</guid>
      <dc:creator>guolei</dc:creator>
      <dc:date>2015-09-28T06:13:51Z</dc:date>
    </item>
  </channel>
</rss>

