<?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: CSI camera Error in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/CSI-camera-Error/m-p/357721#M50157</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check your module is loaded or not..&lt;/P&gt;&lt;P&gt;It may possible that your module is not loaded and your are trying to access the device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Oct 2014 07:01:26 GMT</pubDate>
    <dc:creator>saurabh206</dc:creator>
    <dc:date>2014-10-04T07:01:26Z</dc:date>
    <item>
      <title>CSI camera Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CSI-camera-Error/m-p/357718#M50154</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;I am useing custom board based on i.Mx6Q the problem is that when i try running the camera useing the test application i get the Error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mxc_v4l2_s_param: vidioc_int_s_parm returned an error -1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The camera which i use is OV7725 in CSI interface.Just wanted to know what is the reason for this error to occur.Is it because camera not detected or any i2c registration problem or Master Clock is not present.&lt;/P&gt;&lt;P&gt;Please Reply as soon as possible .&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Deepanraj.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 10:41:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CSI-camera-Error/m-p/357718#M50154</guid>
      <dc:creator>deepanrajanbara</dc:creator>
      <dc:date>2014-09-11T10:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: CSI camera Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CSI-camera-Error/m-p/357719#M50155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This error means that setting of capturemode and frame rate of your OV7725 are incorrect or you are not configuring correctly your camera, you can start reviewing if the I2C is getting out correctly. And then check your driver of your camera.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jaime&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 12:44:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CSI-camera-Error/m-p/357719#M50155</guid>
      <dc:creator>jamesbone</dc:creator>
      <dc:date>2014-09-17T12:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: CSI camera Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CSI-camera-Error/m-p/357720#M50156</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;I have remove the Ov5642 camera from the IPU1. And also remove the entry for same(camera) from .dtsi file. I have added my new sensor, having parallel interface with IPU2. Now I have only one node entry (&lt;STRONG&gt;/dev/video0&lt;/STRONG&gt;). So it should be node for my sensor module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when I run the gstreamer from command line I am getting the below errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root@imx6qsabresd:~# gst-launch mfw_v4lsrc device=/dev/video0 ! autovideosink&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MAX resolution 1024x768&lt;/P&gt;&lt;P&gt;MFW_GST_V4LSRC_PLUGIN 3.0.11 build on Sep 27 2014 22:08:22.&lt;/P&gt;&lt;P&gt;Setting pipeline to PAUSED ...&lt;/P&gt;&lt;P&gt;MFW_GST_V4LSINK_PLUGIN 3.0&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mxc_v4l2_s_param: vidioc_int_s_parm returned an error -22&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: Pipeline doesn't want to pause.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Setting pipeline to NULL ...&lt;/P&gt;&lt;P&gt;Total rendered:0&lt;/P&gt;&lt;P&gt;[---&amp;gt;FINALIZE v4l_sink&lt;/P&gt;&lt;P&gt;Freeing pipeline ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 15:27:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CSI-camera-Error/m-p/357720#M50156</guid>
      <dc:creator>vinodmaverickr0</dc:creator>
      <dc:date>2014-09-30T15:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: CSI camera Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CSI-camera-Error/m-p/357721#M50157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check your module is loaded or not..&lt;/P&gt;&lt;P&gt;It may possible that your module is not loaded and your are trying to access the device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2014 07:01:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CSI-camera-Error/m-p/357721#M50157</guid>
      <dc:creator>saurabh206</dc:creator>
      <dc:date>2014-10-04T07:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: CSI camera Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CSI-camera-Error/m-p/357722#M50158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My module is successfully loaded and it only support the Bayer RGB format. But I am still facing this error. Should I have to enable the clock for IPU2 in kernel level?@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 04:01:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CSI-camera-Error/m-p/357722#M50158</guid>
      <dc:creator>vinodmaverickr0</dc:creator>
      <dc:date>2014-10-06T04:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: CSI camera Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CSI-camera-Error/m-p/357723#M50159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thank you Everyone the problem was in my camera .&lt;/P&gt;&lt;P&gt;Deepanraj.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 04:50:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CSI-camera-Error/m-p/357723#M50159</guid>
      <dc:creator>deepanrajanbara</dc:creator>
      <dc:date>2014-10-10T04:50:54Z</dc:date>
    </item>
  </channel>
</rss>

