<?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のトピックMouse Cursor Problem in imx6q Board</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Mouse-Cursor-Problem-in-imx6q-Board/m-p/316261#M41886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Tahoma','sans-serif'; color: #1f497d;"&gt;We encountered some troubles when using imx6q development board. Can you help us? We want to use imx6q to capture real-time video stream and display on the screen.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Tahoma','sans-serif'; color: #1f497d;"&gt;The following is our method of operation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Tahoma','sans-serif'; color: #1f497d;"&gt;Firstly, we opened capture device “/dev/video0” as input source, and used V4L2 apis to operate it. This code was ported from the&amp;nbsp; official code “mxc_v4l2_capture.c”.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Tahoma','sans-serif'; color: #1f497d;"&gt;Then, we opened display device “/dev/video17” as display destination, also used V4L2 apis to operate it too. This code was ported from the official code “mxc_v4l2_output.c”.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Tahoma','sans-serif'; color: #1f497d;"&gt;At the same time, we used QT as GUI presentation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Tahoma','sans-serif'; color: #1f497d;"&gt;As a result, when we ran the application, we can see the GUI and the real-time video, and also we can see the mouse cursor. But when we move the cursor into the video display area, the cursor disappeared. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Tahoma','sans-serif'; color: #1f497d;"&gt;We analyzed the cause is as following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Tahoma','sans-serif'; color: #1f497d;"&gt;imx6q has two layers for display, the video is on fb1(which fsl_disp_property is 2-layer-fb-fg), and QT’s GUI included cursor is on fb0 (which fsl_disp_property is 2-layer-fb-bg). When the mouse cursor is moved to the video display area, video layer covered cursor, so we cannot see the cursor.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Tahoma','sans-serif'; color: #1f497d;"&gt;Have we got the right answer? And can anyone of you give us a solution to solve this problem. Thank you very much!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Jul 2014 13:57:17 GMT</pubDate>
    <dc:creator>Hardy_CN</dc:creator>
    <dc:date>2014-07-06T13:57:17Z</dc:date>
    <item>
      <title>Mouse Cursor Problem in imx6q Board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Mouse-Cursor-Problem-in-imx6q-Board/m-p/316261#M41886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Tahoma','sans-serif'; color: #1f497d;"&gt;We encountered some troubles when using imx6q development board. Can you help us? We want to use imx6q to capture real-time video stream and display on the screen.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Tahoma','sans-serif'; color: #1f497d;"&gt;The following is our method of operation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Tahoma','sans-serif'; color: #1f497d;"&gt;Firstly, we opened capture device “/dev/video0” as input source, and used V4L2 apis to operate it. This code was ported from the&amp;nbsp; official code “mxc_v4l2_capture.c”.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Tahoma','sans-serif'; color: #1f497d;"&gt;Then, we opened display device “/dev/video17” as display destination, also used V4L2 apis to operate it too. This code was ported from the official code “mxc_v4l2_output.c”.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Tahoma','sans-serif'; color: #1f497d;"&gt;At the same time, we used QT as GUI presentation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Tahoma','sans-serif'; color: #1f497d;"&gt;As a result, when we ran the application, we can see the GUI and the real-time video, and also we can see the mouse cursor. But when we move the cursor into the video display area, the cursor disappeared. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Tahoma','sans-serif'; color: #1f497d;"&gt;We analyzed the cause is as following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Tahoma','sans-serif'; color: #1f497d;"&gt;imx6q has two layers for display, the video is on fb1(which fsl_disp_property is 2-layer-fb-fg), and QT’s GUI included cursor is on fb0 (which fsl_disp_property is 2-layer-fb-bg). When the mouse cursor is moved to the video display area, video layer covered cursor, so we cannot see the cursor.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: 'Tahoma','sans-serif'; color: #1f497d;"&gt;Have we got the right answer? And can anyone of you give us a solution to solve this problem. Thank you very much!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jul 2014 13:57:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Mouse-Cursor-Problem-in-imx6q-Board/m-p/316261#M41886</guid>
      <dc:creator>Hardy_CN</dc:creator>
      <dc:date>2014-07-06T13:57:17Z</dc:date>
    </item>
  </channel>
</rss>

