<?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>MQX Software Solutions中的主题 Problem while resizing ov10635 camera captured image</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-while-resizing-ov10635-camera-captured-image/m-p/928562#M18274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;BR /&gt;I am trying to display 4 omnivision 10635 camera captured data by resizing the each camera data, so that all four camera data can be displayed simultaneously in single screen.But I am unable to resize frame using UMat Class.My code is given below:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;vsdk::Mat frame_cam0 = lpFrame[0].mUMat.getMat(vsdk::ACCESS_RW |OAL_USAGE_CACHED);&lt;BR /&gt;&amp;nbsp;vsdk::Mat frame_cam1 = lpFrame[1].mUMat.getMat(vsdk::ACCESS_RW |OAL_USAGE_CACHED);&lt;BR /&gt;&amp;nbsp;vsdk::Mat frame_cam2 = lpFrame[2].mUMat.getMat(vsdk::ACCESS_RW |OAL_USAGE_CACHED);&lt;BR /&gt;&amp;nbsp;vsdk::Mat frame_cam3 = lpFrame[3].mUMat.getMat(vsdk::ACCESS_RW |OAL_USAGE_CACHED); &lt;BR /&gt;&amp;nbsp;vsdk:: Mat frame0;&lt;BR /&gt;&amp;nbsp;vsdk:: Mat frame1;&lt;BR /&gt;&amp;nbsp;vsdk:: Mat frame2;&lt;BR /&gt;&amp;nbsp;vsdk:: Mat frame3;&lt;BR /&gt;&amp;nbsp;Size size(640,360);&lt;BR /&gt;&amp;nbsp;resize(frame_cam0,frame0,size);&lt;BR /&gt;&amp;nbsp;resize(frame_cam1,frame1,size);&lt;BR /&gt;&amp;nbsp;resize(frame_cam2,frame2,size);&lt;BR /&gt;&amp;nbsp;resize(frame_cam3,frame3,size);&lt;BR /&gt;&amp;nbsp;Rect ROI(0,360,640,360);&lt;BR /&gt;&amp;nbsp;Rect ROI1(0, 0,640,360);&lt;BR /&gt;&amp;nbsp;Rect ROI2(640, 0,640,360);&lt;BR /&gt;&amp;nbsp;Rect ROI3(640,360,640,360);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Error while building it on Linux:&lt;BR /&gt;../src/main.cpp:494:35: error: invalid initialization of reference of type ‘cv::InputArray {aka const cv::_InputArray&amp;amp;}’ from expression of type ‘vsdk::Mat’&amp;nbsp; resize(frame_cam0,frame0,size);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion regarding how to resize the camera captured image will be highly appreciated....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Md Anayatullah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Aug 2019 12:57:34 GMT</pubDate>
    <dc:creator>md_anayatullah</dc:creator>
    <dc:date>2019-08-30T12:57:34Z</dc:date>
    <item>
      <title>Problem while resizing ov10635 camera captured image</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-while-resizing-ov10635-camera-captured-image/m-p/928562#M18274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;BR /&gt;I am trying to display 4 omnivision 10635 camera captured data by resizing the each camera data, so that all four camera data can be displayed simultaneously in single screen.But I am unable to resize frame using UMat Class.My code is given below:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;vsdk::Mat frame_cam0 = lpFrame[0].mUMat.getMat(vsdk::ACCESS_RW |OAL_USAGE_CACHED);&lt;BR /&gt;&amp;nbsp;vsdk::Mat frame_cam1 = lpFrame[1].mUMat.getMat(vsdk::ACCESS_RW |OAL_USAGE_CACHED);&lt;BR /&gt;&amp;nbsp;vsdk::Mat frame_cam2 = lpFrame[2].mUMat.getMat(vsdk::ACCESS_RW |OAL_USAGE_CACHED);&lt;BR /&gt;&amp;nbsp;vsdk::Mat frame_cam3 = lpFrame[3].mUMat.getMat(vsdk::ACCESS_RW |OAL_USAGE_CACHED); &lt;BR /&gt;&amp;nbsp;vsdk:: Mat frame0;&lt;BR /&gt;&amp;nbsp;vsdk:: Mat frame1;&lt;BR /&gt;&amp;nbsp;vsdk:: Mat frame2;&lt;BR /&gt;&amp;nbsp;vsdk:: Mat frame3;&lt;BR /&gt;&amp;nbsp;Size size(640,360);&lt;BR /&gt;&amp;nbsp;resize(frame_cam0,frame0,size);&lt;BR /&gt;&amp;nbsp;resize(frame_cam1,frame1,size);&lt;BR /&gt;&amp;nbsp;resize(frame_cam2,frame2,size);&lt;BR /&gt;&amp;nbsp;resize(frame_cam3,frame3,size);&lt;BR /&gt;&amp;nbsp;Rect ROI(0,360,640,360);&lt;BR /&gt;&amp;nbsp;Rect ROI1(0, 0,640,360);&lt;BR /&gt;&amp;nbsp;Rect ROI2(640, 0,640,360);&lt;BR /&gt;&amp;nbsp;Rect ROI3(640,360,640,360);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Error while building it on Linux:&lt;BR /&gt;../src/main.cpp:494:35: error: invalid initialization of reference of type ‘cv::InputArray {aka const cv::_InputArray&amp;amp;}’ from expression of type ‘vsdk::Mat’&amp;nbsp; resize(frame_cam0,frame0,size);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion regarding how to resize the camera captured image will be highly appreciated....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Md Anayatullah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2019 12:57:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-while-resizing-ov10635-camera-captured-image/m-p/928562#M18274</guid>
      <dc:creator>md_anayatullah</dc:creator>
      <dc:date>2019-08-30T12:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while resizing ov10635 camera captured image</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-while-resizing-ov10635-camera-captured-image/m-p/928563#M18275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This Community is not appropriate to asking questions about Vision SDK.&lt;/P&gt;&lt;P&gt;Refer to our reply to your ticket #00229470.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please always use &lt;A _jive_internal="true" href="https://community.nxp.com/thread/This Community is not appropriate to asking questions about Vision SDK. Please use Tickets to receive support for this product.  https:/nxpcommunity.force.com/community/CommunityContextPage"&gt;Tickets&lt;/A&gt; to receive support for Vision SDK.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Platon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2019 09:04:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-while-resizing-ov10635-camera-captured-image/m-p/928563#M18275</guid>
      <dc:creator>bpe</dc:creator>
      <dc:date>2019-09-03T09:04:59Z</dc:date>
    </item>
  </channel>
</rss>

