<?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  Based on which parameters these values are hardcoded in mxc_v4l2_capture driver cam-&amp;gt;v2f.fmt.pix.sizeimage = 352 * 288 * 3 / 2; in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Based-on-which-parameters-these-values-are-hardcoded-in-mxc-v4l2/m-p/609566#M91915</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;Hello&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt; 1. In mxc_v4l2_capture.c capture driver we are setting up the camera cropping stuff in init function &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;cam-&amp;gt;v2f.fmt.pix.sizeimage = 352 * 288 * 3 / 2;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;cam-&amp;gt;v2f.fmt.pix.bytesperline = 288 * 3 / 2;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;cam-&amp;gt;v2f.fmt.pix.width = 288;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;cam-&amp;gt;v2f.fmt.pix.height = 352;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;cam-&amp;gt;v2f.fmt.pix.pixelformat = V4L2_PIX_FMT_YUV420;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;cam-&amp;gt;win.w.width = 160;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;cam-&amp;gt;win.w.height = 160;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;based on which parameters the values are hardcoded?? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;2. I have tried this below link sample code for memory map &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Ftrac.gateworks.com%2Fwiki%2Flinux%2Fv4l2" rel="nofollow" target="_blank"&gt;http://trac.gateworks.com/wiki/linux/v4l2&lt;/A&gt;&lt;SPAN&gt; its working fine for 640 * 480 pixels&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt; is it possible for 1920 * 1080 pixels capturing image?? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;when i tried iam not able to see image for &lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;1920 * 1080&lt;/SPAN&gt;.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt; can anyone help me&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Sep 2016 09:35:03 GMT</pubDate>
    <dc:creator>sirivella</dc:creator>
    <dc:date>2016-09-12T09:35:03Z</dc:date>
    <item>
      <title>Based on which parameters these values are hardcoded in mxc_v4l2_capture driver cam-&gt;v2f.fmt.pix.sizeimage = 352 * 288 * 3 / 2;</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Based-on-which-parameters-these-values-are-hardcoded-in-mxc-v4l2/m-p/609566#M91915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;Hello&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt; 1. In mxc_v4l2_capture.c capture driver we are setting up the camera cropping stuff in init function &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;cam-&amp;gt;v2f.fmt.pix.sizeimage = 352 * 288 * 3 / 2;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;cam-&amp;gt;v2f.fmt.pix.bytesperline = 288 * 3 / 2;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;cam-&amp;gt;v2f.fmt.pix.width = 288;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;cam-&amp;gt;v2f.fmt.pix.height = 352;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;cam-&amp;gt;v2f.fmt.pix.pixelformat = V4L2_PIX_FMT_YUV420;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;cam-&amp;gt;win.w.width = 160;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;cam-&amp;gt;win.w.height = 160;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;based on which parameters the values are hardcoded?? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;2. I have tried this below link sample code for memory map &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Ftrac.gateworks.com%2Fwiki%2Flinux%2Fv4l2" rel="nofollow" target="_blank"&gt;http://trac.gateworks.com/wiki/linux/v4l2&lt;/A&gt;&lt;SPAN&gt; its working fine for 640 * 480 pixels&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt; is it possible for 1920 * 1080 pixels capturing image?? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;when i tried iam not able to see image for &lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;1920 * 1080&lt;/SPAN&gt;.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt; can anyone help me&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 09:35:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Based-on-which-parameters-these-values-are-hardcoded-in-mxc-v4l2/m-p/609566#M91915</guid>
      <dc:creator>sirivella</dc:creator>
      <dc:date>2016-09-12T09:35:03Z</dc:date>
    </item>
    <item>
      <title>Re:  Based on which parameters these values are hardcoded in mxc_v4l2_capture driver cam-&gt;v2f.fmt.pix.sizeimage = 352 * 288 * 3 / 2;</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Based-on-which-parameters-these-values-are-hardcoded-in-mxc-v4l2/m-p/609567#M91916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for 1080P, pls check your capture paramter, refer to the RM,&lt;/P&gt;&lt;P&gt;For parallel interface, the maximum speed of the interface is 240Mhz. The required&lt;BR /&gt;operating frequency of the interface is calculated in the following way:&lt;BR /&gt;F = FH * FW * FPS * BI * DF&lt;BR /&gt;Where&lt;BR /&gt;• FH = frame height (in pixels)&lt;BR /&gt;• FW = Frame width (in pixels)&lt;BR /&gt;• fps = frame rate (frames per second)&lt;BR /&gt;• BI = typically 35% overhead, should be assumed as 1.35. The actual blanking&lt;BR /&gt;intervals are a parameter of the attached device.&lt;BR /&gt;• DF = data format, defines the number of cycles needed to send a single pixel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 09:35:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Based-on-which-parameters-these-values-are-hardcoded-in-mxc-v4l2/m-p/609567#M91916</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2016-09-19T09:35:33Z</dc:date>
    </item>
    <item>
      <title>Re:  Based on which parameters these values are hardcoded in mxc_v4l2_capture driver cam-&gt;v2f.fmt.pix.sizeimage = 352 * 288 * 3 / 2;</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Based-on-which-parameters-these-values-are-hardcoded-in-mxc-v4l2/m-p/609568#M91917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply, Jaon Xie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well in user space application, if i use other than 640 * 480 pixel image&amp;nbsp; will i need to change the code in driver side.&lt;/P&gt;&lt;P&gt;if changes to be done means. what changes i should do?&lt;/P&gt;&lt;P&gt;say for example 800 * 600&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 11:38:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Based-on-which-parameters-these-values-are-hardcoded-in-mxc-v4l2/m-p/609568#M91917</guid>
      <dc:creator>sirivella</dc:creator>
      <dc:date>2016-09-20T11:38:46Z</dc:date>
    </item>
    <item>
      <title>Re:  Based on which parameters these values are hardcoded in mxc_v4l2_capture driver cam-&gt;v2f.fmt.pix.sizeimage = 352 * 288 * 3 / 2;</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Based-on-which-parameters-these-values-are-hardcoded-in-mxc-v4l2/m-p/609569#M91918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you need to change the resolution for good, you one can change the source code, if you want to get temporary change, you just change the parameter in the user space, like&amp;nbsp; "&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;mxc_v4l2_capture.out -iw * -ih* "&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 03:18:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Based-on-which-parameters-these-values-are-hardcoded-in-mxc-v4l2/m-p/609569#M91918</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2016-09-21T03:18:32Z</dc:date>
    </item>
    <item>
      <title>Re:  Based on which parameters these values are hardcoded in mxc_v4l2_capture driver cam-&gt;v2f.fmt.pix.sizeimage = 352 * 288 * 3 / 2;</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Based-on-which-parameters-these-values-are-hardcoded-in-mxc-v4l2/m-p/609570#M91919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply Joan Xie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sure we&amp;nbsp; need to change kernel driver code.&lt;/P&gt;&lt;P&gt;what changes exactly&amp;nbsp; should i do in driver code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 05:28:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Based-on-which-parameters-these-values-are-hardcoded-in-mxc-v4l2/m-p/609570#M91919</guid>
      <dc:creator>sirivella</dc:creator>
      <dc:date>2016-09-21T05:28:56Z</dc:date>
    </item>
  </channel>
</rss>

