<?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のトピックRe: mxc_v4l2 : add support for v4l2 advanced debug</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/mxc-v4l2-add-support-for-v4l2-advanced-debug/m-p/598943#M89898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any examples for adding s_register and g_register for v4l2debug in mxc-v4l2 or ov5640_mipi driver? Any examples with reference of imx6&amp;nbsp; will be helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Mar 2017 04:28:33 GMT</pubDate>
    <dc:creator>anjojohn</dc:creator>
    <dc:date>2017-03-24T04:28:33Z</dc:date>
    <item>
      <title>mxc_v4l2 : add support for v4l2 advanced debug</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mxc-v4l2-add-support-for-v4l2-advanced-debug/m-p/598941#M89896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am integrating ov5640 mipi camera with imx6 Dualite. For debug (ov5640 register read and write) need to add support for v4l2 advanced debug in driver (Need to read and write register from user-space with v4l2-dbg). Few examples i saw were done with v4l2-subdev core options&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;static const struct v4l2_subdev_core_ops xxxx_core_ops = { &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;.log_status = xxxx_log_status, &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;.s_std = xxxx_s_std, &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;.reset = xxxx_reset, &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;.g_chip_ident = xxxx_g_chip_ident, &lt;BR /&gt;#ifdef CONFIG_VIDEO_ADV_DEBUG &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;.g_register = xxxx_g_register, &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;.s_register = xxxx_s_register, &lt;BR /&gt;#endif &lt;BR /&gt;};&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;How to add this to OV5640 driver for debug support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 07:39:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mxc-v4l2-add-support-for-v4l2-advanced-debug/m-p/598941#M89896</guid>
      <dc:creator>anjojohn</dc:creator>
      <dc:date>2017-03-20T07:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: mxc_v4l2 : add support for v4l2 advanced debug</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mxc-v4l2-add-support-for-v4l2-advanced-debug/m-p/598942#M89897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anjo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: #242729; background: white;"&gt;You might have to look the kernel config CONFIG_VIDEO_ADV_DEBUG and VIDEO_ADV_DEBUG&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also if you are with Yocto, utilities on v4l-utils and v4l2-dbg: allows access to DBG_G_CHIP_INFO, DBG_G/S_REGISTER&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Core debugging: 'echo 1 &amp;gt;/sys/class/video4linux/video0/debug'. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;1: show ioctl name &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;2: show arguments as well&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 17:41:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mxc-v4l2-add-support-for-v4l2-advanced-debug/m-p/598942#M89897</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2017-03-23T17:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: mxc_v4l2 : add support for v4l2 advanced debug</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mxc-v4l2-add-support-for-v4l2-advanced-debug/m-p/598943#M89898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any examples for adding s_register and g_register for v4l2debug in mxc-v4l2 or ov5640_mipi driver? Any examples with reference of imx6&amp;nbsp; will be helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 04:28:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mxc-v4l2-add-support-for-v4l2-advanced-debug/m-p/598943#M89898</guid>
      <dc:creator>anjojohn</dc:creator>
      <dc:date>2017-03-24T04:28:33Z</dc:date>
    </item>
  </channel>
</rss>

