<?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: Capturing CSI BT1120 without any sensor driver in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Capturing-CSI-BT1120-without-any-sensor-driver/m-p/457179#M71413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;refer to the error message, you haven't searched your camera yet.&lt;/P&gt;&lt;P&gt;for the capture mode, depends on what camera you use, in the current bsp,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Capture-mode is a configuration for your sensor:&lt;/P&gt;&lt;P&gt;drivers/media/video/mxc/capture/ov5642.c&lt;/P&gt;&lt;P&gt;enum ov5642_mode {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ov5642_mode_MIN = 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ov5642_mode_VGA_640_480 = 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ov5642_mode_QVGA_320_240 = 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ov5642_mode_NTSC_720_480 = 2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ov5642_mode_PAL_720_576 = 3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ov5642_mode_720P_1280_720 = 4,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ov5642_mode_1080P_1920_1080 = 5,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ov5642_mode_QSXGA_2592_1944 = 6,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ov5642_mode_QCIF_176_144 = 7,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ov5642_mode_MAX = 7&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 May 2015 09:15:40 GMT</pubDate>
    <dc:creator>joanxie</dc:creator>
    <dc:date>2015-05-29T09:15:40Z</dc:date>
    <item>
      <title>Capturing CSI BT1120 without any sensor driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Capturing-CSI-BT1120-without-any-sensor-driver/m-p/457178#M71412</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 trying to capture a BT1120 video using parallel CSI on i.MX6 DL/Q running Kernel 3.10. The video is generated by an FPGA which its outputs are connected to the CSI input of i.MX6 based on pin configuration presented here: &lt;A href="https://community.nxp.com/message/356584"&gt;Support BT1120 progressive mode in Mx6Q&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During boot, the MXC V4L2 capture driver reports this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ERROR: v4l2 capture: slave not found!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And trying to capture a frame with the &lt;STRONG&gt;mfw_v4lsrc&lt;/STRONG&gt; plugin fails:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;root@imx6qsabresd:~# GST_DEBUG=*:1 gst-launch mfw_v4lsrc num-buffers=1 ! jpegenc ! filesink location=sample.jpeg&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;MFW_GST_V4LSRC_PLUGIN 3.0.11 build on May 11 2015 16:49:57.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Setting pipeline to PAUSED ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;0:00:00.772529334&amp;nbsp;&amp;nbsp; 688&amp;nbsp; 0x1021840 ERROR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsrc /home/isaac/Desktop/yocto/dizzy/fsl-community-bsp/build/tmp/work/imx6qsabresd-poky-linux-gnueabi/gst-fsl-plugin/3.0.11-r0/gst-fsl-plugins-3.0.11/src/misc/v4l_source/src/mfw_gst_v4lsrc.c:474:mfw_gst_v4lsrc_capture_setup: &amp;gt;&amp;gt;V4L_SRC: Unable to open /dev/video0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;0:00:00.773700334&amp;nbsp;&amp;nbsp; 688&amp;nbsp; 0x1021840 ERROR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsrc /home/isaac/Desktop/yocto/dizzy/fsl-community-bsp/build/tmp/work/imx6qsabresd-poky-linux-gnueabi/gst-fsl-plugin/3.0.11-r0/gst-fsl-plugins-3.0.11/src/misc/v4l_source/src/mfw_gst_v4lsrc.c:1030:mfw_gst_v4lsrc_start: v4lsrc:error in opening the device&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ERROR: Pipeline doesn't want to pause.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Setting pipeline to NULL ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Freeing pipeline ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;root@imx6qsabresd:~#&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to configure the V4L2 capture on i.MX6 without any need of a "slave" or sensor device? The FPGA that is connected to CSI port is going to send the video data constantly in a fixed format and resolution and it doesn't need any driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides this, is there any documentation on &lt;STRONG&gt;capture-mode&lt;/STRONG&gt; and &lt;STRONG&gt;input&lt;/STRONG&gt; parameter of &lt;STRONG&gt;mfw_v4lsrc &lt;/STRONG&gt;plugin? &lt;/P&gt;&lt;P&gt;The capture-mode apparently specifies the driver and/or image format for the capturing. The help for the &lt;STRONG&gt;input &lt;/STRONG&gt;parameter just says "&lt;EM&gt;set input of camera, please check the bsp release&lt;/EM&gt;". I wonder if there is any configuration of these parameters to make capturing without the driver possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 May 2015 05:39:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Capturing-CSI-BT1120-without-any-sensor-driver/m-p/457178#M71412</guid>
      <dc:creator>isaacnickaein</dc:creator>
      <dc:date>2015-05-23T05:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing CSI BT1120 without any sensor driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Capturing-CSI-BT1120-without-any-sensor-driver/m-p/457179#M71413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;refer to the error message, you haven't searched your camera yet.&lt;/P&gt;&lt;P&gt;for the capture mode, depends on what camera you use, in the current bsp,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Capture-mode is a configuration for your sensor:&lt;/P&gt;&lt;P&gt;drivers/media/video/mxc/capture/ov5642.c&lt;/P&gt;&lt;P&gt;enum ov5642_mode {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ov5642_mode_MIN = 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ov5642_mode_VGA_640_480 = 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ov5642_mode_QVGA_320_240 = 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ov5642_mode_NTSC_720_480 = 2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ov5642_mode_PAL_720_576 = 3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ov5642_mode_720P_1280_720 = 4,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ov5642_mode_1080P_1920_1080 = 5,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ov5642_mode_QSXGA_2592_1944 = 6,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ov5642_mode_QCIF_176_144 = 7,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ov5642_mode_MAX = 7&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 09:15:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Capturing-CSI-BT1120-without-any-sensor-driver/m-p/457179#M71413</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2015-05-29T09:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing CSI BT1120 without any sensor driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Capturing-CSI-BT1120-without-any-sensor-driver/m-p/457180#M71414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the &lt;STRONG&gt;input&lt;/STRONG&gt; parameter of &lt;STRONG&gt;mfw_v4lsrc&lt;/STRONG&gt;? I just says &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"&lt;/SPAN&gt;&lt;EM style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;set input of camera, please check the bsp release&lt;/EM&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;". Where is the documentation (BSP release?) on this parameter?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 21:51:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Capturing-CSI-BT1120-without-any-sensor-driver/m-p/457180#M71414</guid>
      <dc:creator>isaacnickaein</dc:creator>
      <dc:date>2015-05-29T21:51:24Z</dc:date>
    </item>
  </channel>
</rss>

