<?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 how to call the function CreateDepthMappedToColor correcttly? in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/how-to-call-the-function-CreateDepthMappedToColor-correcttly/m-p/557237#M9149</link>
    <description>&lt;P&gt; I want to create an instance of  class of  PXCProjection , then use the instance to call the function CreateDepthMappedToColor to make color image and depth image aligned.   But  it's always wrong........  help!!!!     First, Thanks for your time and assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jan 2018 17:41:38 GMT</pubDate>
    <dc:creator>娄娄</dc:creator>
    <dc:date>2018-01-22T17:41:38Z</dc:date>
    <item>
      <title>how to call the function CreateDepthMappedToColor correcttly?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/how-to-call-the-function-CreateDepthMappedToColor-correcttly/m-p/557237#M9149</link>
      <description>&lt;P&gt; I want to create an instance of  class of  PXCProjection , then use the instance to call the function CreateDepthMappedToColor to make color image and depth image aligned.   But  it's always wrong........  help!!!!     First, Thanks for your time and assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 17:41:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/how-to-call-the-function-CreateDepthMappedToColor-correcttly/m-p/557237#M9149</guid>
      <dc:creator>娄娄</dc:creator>
      <dc:date>2018-01-22T17:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to call the function CreateDepthMappedToColor correcttly?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/how-to-call-the-function-CreateDepthMappedToColor-correcttly/m-p/557238#M9150</link>
      <description>&lt;P&gt;A script in the RealSense documentation for C++ suggests phrases the PXCProjection line like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PXCProjection *projection=device-&amp;gt;CreateProjection();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of my pet hates about coding documentation of any kind is when they give a heading that sets out formatting for an instruction, and then the actual code in a script that calls that instruction is nothing like the heading.  &lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 19:13:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/how-to-call-the-function-CreateDepthMappedToColor-correcttly/m-p/557238#M9150</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-01-22T19:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to call the function CreateDepthMappedToColor correcttly?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/how-to-call-the-function-CreateDepthMappedToColor-correcttly/m-p/557239#M9151</link>
      <description>&lt;P&gt;Thanks !!   As you said, I set up a series of instances according to the official document, this time there is no grammatical mistakes.   But when I debug, it shows the following error&lt;/P&gt;&lt;P&gt;The cap (an instance of PXCCapture) is nullptr.....  I'm almost endocrine disorders&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 07:15:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/how-to-call-the-function-CreateDepthMappedToColor-correcttly/m-p/557239#M9151</guid>
      <dc:creator>娄娄</dc:creator>
      <dc:date>2018-01-23T07:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to call the function CreateDepthMappedToColor correcttly?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/how-to-call-the-function-CreateDepthMappedToColor-correcttly/m-p/557240#M9152</link>
      <description>&lt;P&gt;A quick and dirty way to get past it may be to just sweep it under the carpet by unticking the 'Break when this exception type is thrown' box and see whether ignoring it has a negative impact on the program's running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you could try this to officially mark the p variable as nullptr:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int* p = nullptr;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 09:09:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/how-to-call-the-function-CreateDepthMappedToColor-correcttly/m-p/557240#M9152</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-01-23T09:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to call the function CreateDepthMappedToColor correcttly?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/how-to-call-the-function-CreateDepthMappedToColor-correcttly/m-p/557241#M9153</link>
      <description>&lt;P&gt;I think you may need to call QueryCaptureManager and the next 4 lines after enabling the streams and initialising the sensemanager, as calling Init wakes up the camera so before that there's no device etc available. I may be wrong!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 12:18:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/how-to-call-the-function-CreateDepthMappedToColor-correcttly/m-p/557241#M9153</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2018-01-23T12:18:54Z</dc:date>
    </item>
  </channel>
</rss>

