<?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のトピック[i.mx6d] acquisition from parallel camera interface</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6d-acquisition-from-parallel-camera-interface/m-p/226788#M16265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to acquire image data from a camera connected to the Parallel Camera Interface.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using an i.mx6dual with kernel 3.0.35 with some patches for our board (the SB-FX6 + CM-FX6) provided by Compulab.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the imx-test suite, we examined the &lt;STRONG&gt;mxc_ipudev_test&lt;/STRONG&gt; example program, but it seems to use the IC device (inside the IPU) to make&lt;/P&gt;&lt;P&gt;some operations to the data read from a binary file so, in our opinion, is not an example of ipu capture.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another example program (&lt;STRONG&gt;mxc_v4l2_capture&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;) shows the interaction with the /dev/video0 device.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the kernel menuconfig, we enabled all the components as built-in it should need to enable /dev/video0 but it does not show up&lt;/P&gt;&lt;P&gt;at runtime. Attached is the &lt;STRONG&gt;.config&lt;/STRONG&gt; of the kernel in use for verification.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please tell us how to enable the debug messages inside the v4l2 driver? There are a number of pr_debug() calls&lt;/P&gt;&lt;P&gt;but the messages do not show up in the dmesg (drivers/media/video/mxc/capture/mxc_v4l2_capture.c).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Francesco e Daniele&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336623"&gt;.config.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Oct 2013 15:59:12 GMT</pubDate>
    <dc:creator>francescoprospe</dc:creator>
    <dc:date>2013-10-23T15:59:12Z</dc:date>
    <item>
      <title>[i.mx6d] acquisition from parallel camera interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6d-acquisition-from-parallel-camera-interface/m-p/226788#M16265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to acquire image data from a camera connected to the Parallel Camera Interface.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using an i.mx6dual with kernel 3.0.35 with some patches for our board (the SB-FX6 + CM-FX6) provided by Compulab.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the imx-test suite, we examined the &lt;STRONG&gt;mxc_ipudev_test&lt;/STRONG&gt; example program, but it seems to use the IC device (inside the IPU) to make&lt;/P&gt;&lt;P&gt;some operations to the data read from a binary file so, in our opinion, is not an example of ipu capture.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another example program (&lt;STRONG&gt;mxc_v4l2_capture&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;) shows the interaction with the /dev/video0 device.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the kernel menuconfig, we enabled all the components as built-in it should need to enable /dev/video0 but it does not show up&lt;/P&gt;&lt;P&gt;at runtime. Attached is the &lt;STRONG&gt;.config&lt;/STRONG&gt; of the kernel in use for verification.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please tell us how to enable the debug messages inside the v4l2 driver? There are a number of pr_debug() calls&lt;/P&gt;&lt;P&gt;but the messages do not show up in the dmesg (drivers/media/video/mxc/capture/mxc_v4l2_capture.c).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Francesco e Daniele&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336623"&gt;.config.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 15:59:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6d-acquisition-from-parallel-camera-interface/m-p/226788#M16265</guid>
      <dc:creator>francescoprospe</dc:creator>
      <dc:date>2013-10-23T15:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: [i.mx6d] acquisition from parallel camera interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6d-acquisition-from-parallel-camera-interface/m-p/226789#M16266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francesco,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I have seen your config file.Not even a single ovXXXX camera is set.Will you let us know which camera you are using.So we can track your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;raybiztech&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 16:06:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6d-acquisition-from-parallel-camera-interface/m-p/226789#M16266</guid>
      <dc:creator>Raybiztech</dc:creator>
      <dc:date>2013-10-23T16:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: [i.mx6d] acquisition from parallel camera interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6d-acquisition-from-parallel-camera-interface/m-p/226790#M16267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raybiztech,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are dealing with a custom camera, databus 12 bits (but we will work with 10 of them),&lt;/P&gt;&lt;P&gt;which wants to be clocked at 100 MHz with no VSYNC or HSYNC signals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a custom camera, enabling CONFIG_SOC_CAMERA_PLATFORM is the right choice (as generic)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now we do not have the camera so we wanted to set things up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems enabling CONFIG_DEBUG_KERNEL it is not enough to print out the kernel debug messages.&lt;/P&gt;&lt;P&gt;What's missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We know the mxc_v4l2 init is executed (we put a printk()) as a pretty dumb test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time,&lt;/P&gt;&lt;P&gt;F&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 18:16:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6d-acquisition-from-parallel-camera-interface/m-p/226790#M16267</guid>
      <dc:creator>francescoprospe</dc:creator>
      <dc:date>2013-10-23T18:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: [i.mx6d] acquisition from parallel camera interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6d-acquisition-from-parallel-camera-interface/m-p/226791#M16268</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;In the attached &lt;STRONG&gt;board-cm-fx6.c&lt;/STRONG&gt; we saw no &lt;STRONG&gt;imx6q_add_v4l2_capture&lt;/STRONG&gt; (present in &lt;STRONG&gt;board-mx6q_arm2.c&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;so we suppose the capture is not set up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the board-mx6q_arm2.c, &lt;STRONG&gt;mx6_csi0_io_init&lt;/STRONG&gt; is also defined, in which the pads are configured and the camera is reset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Such mx6_csi0_io_init is used in the &lt;STRONG&gt;camera_data&lt;/STRONG&gt; structure, that is associated with the i2c camera sensor ov5640 as in the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static struct i2c_board_info mxc_i2c0_board_info[] __initdata = {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I2C_BOARD_INFO("cs42888", 0x48),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .platform_data = (void *)&amp;amp;cs42888_data,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I2C_BOARD_INFO("ov5640", 0x3c),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .platform_data = (void *)&amp;amp;&lt;STRONG&gt;camera_data&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I2C_BOARD_INFO("adv7180", 0x21),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .platform_data = (void *)&amp;amp;tvin_data,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our case, the camera, that is custom, receives commands through SPI but we intend to communicate with it at user level (spidev).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, basically, could mx6_csi0_io_init be called inside the main init function of the board (in order to initialize its pin)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In camera_data there are some sensible information, as mclk, mclk_source and csi device index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any further inputs, we are kind of lost.&lt;/P&gt;&lt;P&gt;F&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 11:07:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6d-acquisition-from-parallel-camera-interface/m-p/226791#M16268</guid>
      <dc:creator>francescoprospe</dc:creator>
      <dc:date>2013-10-24T11:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: [i.mx6d] acquisition from parallel camera interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6d-acquisition-from-parallel-camera-interface/m-p/226792#M16269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francesco,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; &lt;/STRONG&gt; Generally you initialise the pins in module init or in probe function.So &lt;STRONG&gt;mx6_csi0_io_init &lt;/STRONG&gt;function is called in probe or module init function.&lt;/P&gt;&lt;P&gt;For reference you can study ov5642.c file under driver/media/mxc/capture . In ov5642_probe they called plat_data-&amp;gt;io_init() which is routed to &lt;STRONG&gt;mx6_csi0_io_init().&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I hope you are taking care of spi. as csi is configured for i2c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;raybiztech&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 16:55:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6d-acquisition-from-parallel-camera-interface/m-p/226792#M16269</guid>
      <dc:creator>Raybiztech</dc:creator>
      <dc:date>2013-10-24T16:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: [i.mx6d] acquisition from parallel camera interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6d-acquisition-from-parallel-camera-interface/m-p/226793#M16270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raybiztech,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is that our custom camera is not I2C. Is there any example that manages a custom camera with non-I2C interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should we use soc camera support&amp;nbsp; (generic) module in our code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;F&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 17:22:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6d-acquisition-from-parallel-camera-interface/m-p/226793#M16270</guid>
      <dc:creator>francescoprospe</dc:creator>
      <dc:date>2013-10-24T17:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: [i.mx6d] acquisition from parallel camera interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6d-acquisition-from-parallel-camera-interface/m-p/226794#M16271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raybiztech&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to solve a similar problem. I am using&amp;nbsp; L3.0.35_4.1.0 kernel source&amp;nbsp; (by Freescale) with Compulab CM-FX6 board (i.MX6Q processor). I am developing a new camera driver for MT9M034&amp;nbsp; (parallel interface) based on the OV5642 driver included in the kernel. Sensor is correctly detected on I2C bus and special file /dev/video0 is created. But when I try to read any frame from this device using V4L2 interface I get EAGAIN error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trace debugging of the reading is:&lt;/P&gt;&lt;P&gt;In open_device.&lt;/P&gt;&lt;P&gt;In init_device.&lt;/P&gt;&lt;P&gt;In xioctl.&lt;/P&gt;&lt;P&gt;In xioctl.&lt;/P&gt;&lt;P&gt;In xioctl.&lt;/P&gt;&lt;P&gt;Video bytespreline = 1280&lt;/P&gt;&lt;P&gt;In init_mmap.&lt;/P&gt;&lt;P&gt;In xioctl.&lt;/P&gt;&lt;P&gt;In xYUV420&lt;/P&gt;&lt;P&gt;ioctl.&lt;/P&gt;&lt;P&gt;In xioctl.&lt;/P&gt;&lt;P&gt;In xioctl.&lt;/P&gt;&lt;P&gt;In xioctl.&lt;/P&gt;&lt;P&gt;In start_capturing.&lt;/P&gt;&lt;P&gt;In xioctl.&lt;/P&gt;&lt;P&gt;In xioctl.&lt;/P&gt;&lt;P&gt;In xioctl.&lt;/P&gt;&lt;P&gt;In xioctl.&lt;/P&gt;&lt;P&gt;In xioctl.&lt;/P&gt;&lt;P&gt;In mainloop.&lt;/P&gt;&lt;P&gt;In read_frame.&lt;/P&gt;&lt;P&gt;In xioctl.&lt;/P&gt;&lt;P&gt;In read_frame: EAGAIN.&lt;/P&gt;&lt;P&gt;frame: 00&lt;/P&gt;&lt;P&gt;In stop_capturing.&lt;/P&gt;&lt;P&gt;In xioctl.&lt;/P&gt;&lt;P&gt;In uninit_device.&lt;/P&gt;&lt;P&gt;In close_device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dmesg:&lt;/P&gt;&lt;P&gt;In MVC:mxc_streamon&lt;/P&gt;&lt;P&gt;YUV420&lt;/P&gt;&lt;P&gt;eba 18640000&lt;/P&gt;&lt;P&gt;eba 180c0000&lt;/P&gt;&lt;P&gt;In MVC:mxc_poll&lt;/P&gt;&lt;P&gt;In MVC:mxc_v4l_ioctl&lt;/P&gt;&lt;P&gt;In MVC: mxc_v4l_do_ioctl c0445611&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; case VIDIOC_DQBUF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #&amp;lt; here error probably occurs&lt;/P&gt;&lt;P&gt;In MVC:mxc_v4l_ioctl&lt;/P&gt;&lt;P&gt;In MVC: mxc_v4l_do_ioctl 40045613&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; case VIDIOC_STREAMOFF&lt;/P&gt;&lt;P&gt;In MVC:mxc_streamoff&lt;/P&gt;&lt;P&gt;In MVC:mxc_free_frames&lt;/P&gt;&lt;P&gt;In MVC:mxc_v4l_close&lt;/P&gt;&lt;P&gt;In MVC:mxc_streamoff&lt;/P&gt;&lt;P&gt;In ioctl_s_power( mt9m034, 0).&lt;/P&gt;&lt;P&gt;mxc_v4l_close: release resource&lt;/P&gt;&lt;P&gt;MVC: In mxc_free_frame_buf&lt;/P&gt;&lt;P&gt;In MVC:mxc_free_frames&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that pins initialization is correct because if I disable them the test reading will fail much sooner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 18:41:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6d-acquisition-from-parallel-camera-interface/m-p/226794#M16271</guid>
      <dc:creator>Peca</dc:creator>
      <dc:date>2014-01-03T18:41:16Z</dc:date>
    </item>
  </channel>
</rss>

