<?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: How to get camera frames in OpenCV-Python on i.MX8M in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-get-camera-frames-in-OpenCV-Python-on-i-MX8M/m-p/1357162#M181709</link>
    <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/89874"&gt;@jpkong&lt;/a&gt;&amp;nbsp;how you run your opencv code on nxp?&lt;/P&gt;</description>
    <pubDate>Mon, 18 Oct 2021 10:54:30 GMT</pubDate>
    <dc:creator>SYakubson</dc:creator>
    <dc:date>2021-10-18T10:54:30Z</dc:date>
    <item>
      <title>How to get camera frames in OpenCV-Python on i.MX8M</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-get-camera-frames-in-OpenCV-Python-on-i-MX8M/m-p/997366#M147944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1c2933; background-color: rgba(255, 255, 255, 0.5); font-size: 13px;"&gt;Hi Support,&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="color: #1c2933; background-color: rgba(255, 255, 255, 0.5); font-size: 13px;"&gt;We tried using v4l2 installed by pip in OpenCV-Python on i.MX8M.&lt;/SPAN&gt;&lt;BR style="color: #1c2933; background-color: rgba(255, 255, 255, 0.5); font-size: 13px;" /&gt;&lt;SPAN style="color: #1c2933; background-color: rgba(255, 255, 255, 0.5); font-size: 13px;"&gt;However, it returns an error below when I give cv2.VideoCapture(0).&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="color: #1c2933; background-color: rgba(255, 255, 255, 0.5); font-size: 13px;"&gt;VIDIOC_QUERYCTRL: Inappropriate ioctl for device&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="color: #1c2933; background-color: rgba(255, 255, 255, 0.5); font-size: 13px;"&gt;PIP may install a standard version of arm v4l2, and I have heard the v4l2 driver is modified for i.MX platform.&lt;/SPAN&gt;&lt;BR style="color: #1c2933; background-color: rgba(255, 255, 255, 0.5); font-size: 13px;" /&gt;&lt;SPAN style="color: #1c2933; background-color: rgba(255, 255, 255, 0.5); font-size: 13px;"&gt;So, there should be some information to do for what I mentioned in the title.&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="color: #1c2933; background-color: rgba(255, 255, 255, 0.5); font-size: 13px;"&gt;Could&amp;nbsp;anyone&amp;nbsp;help me?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2019 14:41:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-get-camera-frames-in-OpenCV-Python-on-i-MX8M/m-p/997366#M147944</guid>
      <dc:creator>jpkong</dc:creator>
      <dc:date>2019-11-04T14:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get camera frames in OpenCV-Python on i.MX8M</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-get-camera-frames-in-OpenCV-Python-on-i-MX8M/m-p/997367#M147945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jeonpyo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to run: &lt;CODE&gt;cmake -DWITH_LIBV4L=ON .&lt;/CODE&gt; in the build directory or try to check if you video0 is connected &lt;CODE&gt;ls -al /dev/video*&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Regards&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2019 15:53:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-get-camera-frames-in-OpenCV-Python-on-i-MX8M/m-p/997367#M147945</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2019-11-06T15:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get camera frames in OpenCV-Python on i.MX8M</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-get-camera-frames-in-OpenCV-Python-on-i-MX8M/m-p/997368#M147946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please，have you solved the problem ? I have the same&amp;nbsp;question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2019 05:50:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-get-camera-frames-in-OpenCV-Python-on-i-MX8M/m-p/997368#M147946</guid>
      <dc:creator>gaobo</dc:creator>
      <dc:date>2019-11-29T05:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to get camera frames in OpenCV-Python on i.MX8M</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-get-camera-frames-in-OpenCV-Python-on-i-MX8M/m-p/1357162#M181709</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/89874"&gt;@jpkong&lt;/a&gt;&amp;nbsp;how you run your opencv code on nxp?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 10:54:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-get-camera-frames-in-OpenCV-Python-on-i-MX8M/m-p/1357162#M181709</guid>
      <dc:creator>SYakubson</dc:creator>
      <dc:date>2021-10-18T10:54:30Z</dc:date>
    </item>
  </channel>
</rss>

