<?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 Raw stream - Color and Depth in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Raw-stream-Color-and-Depth/m-p/1032181#M42504</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am trying to get a color picture and it's depth map, but when i switch from one to another (SDK: Raw stream C# - color/depth) i see the pictures i get don't correspond to each other (pixel x,y at color picture doesn't match to pixel x,y at depth picture). Is this the way it should be? Am i doing something wrong?&lt;/P&gt;

&lt;P&gt;Thanks a lot,&lt;/P&gt;

&lt;P&gt;Oleg&lt;/P&gt;</description>
    <pubDate>Sun, 25 Oct 2015 17:42:11 GMT</pubDate>
    <dc:creator>Oleg_K_1</dc:creator>
    <dc:date>2015-10-25T17:42:11Z</dc:date>
    <item>
      <title>Raw stream - Color and Depth</title>
      <link>https://community.intel.com/t5/Software-Archive/Raw-stream-Color-and-Depth/m-p/1032181#M42504</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am trying to get a color picture and it's depth map, but when i switch from one to another (SDK: Raw stream C# - color/depth) i see the pictures i get don't correspond to each other (pixel x,y at color picture doesn't match to pixel x,y at depth picture). Is this the way it should be? Am i doing something wrong?&lt;/P&gt;

&lt;P&gt;Thanks a lot,&lt;/P&gt;

&lt;P&gt;Oleg&lt;/P&gt;</description>
      <pubDate>Sun, 25 Oct 2015 17:42:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Raw-stream-Color-and-Depth/m-p/1032181#M42504</guid>
      <dc:creator>Oleg_K_1</dc:creator>
      <dc:date>2015-10-25T17:42:11Z</dc:date>
    </item>
    <item>
      <title>For instance, this are 2</title>
      <link>https://community.intel.com/t5/Software-Archive/Raw-stream-Color-and-Depth/m-p/1032182#M42505</link>
      <description>&lt;P&gt;For instance, this are 2 corresponding pics, color and depth, of the same scene. Is there any transformation/translation between the 2 streams?&lt;/P&gt;</description>
      <pubDate>Sun, 25 Oct 2015 21:02:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Raw-stream-Color-and-Depth/m-p/1032182#M42505</guid>
      <dc:creator>Oleg_K_1</dc:creator>
      <dc:date>2015-10-25T21:02:52Z</dc:date>
    </item>
    <item>
      <title>Hi Oleg - Does this help?</title>
      <link>https://community.intel.com/t5/Software-Archive/Raw-stream-Color-and-Depth/m-p/1032183#M42506</link>
      <description>&lt;P&gt;Hi Oleg - Does this help?&amp;nbsp;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?manuals_coordinates_mapping.html&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Oct 2015 21:35:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Raw-stream-Color-and-Depth/m-p/1032183#M42506</guid>
      <dc:creator>Bryan_B_Intel1</dc:creator>
      <dc:date>2015-10-25T21:35:07Z</dc:date>
    </item>
    <item>
      <title>Hi Bryan,</title>
      <link>https://community.intel.com/t5/Software-Archive/Raw-stream-Color-and-Depth/m-p/1032184#M42507</link>
      <description>&lt;P&gt;Hi Bryan,&lt;/P&gt;

&lt;P&gt;Yes, I think this will help, i'll try it.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks a lot!&lt;/P&gt;

&lt;P&gt;Oleg&lt;/P&gt;</description>
      <pubDate>Sun, 25 Oct 2015 21:47:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Raw-stream-Color-and-Depth/m-p/1032184#M42507</guid>
      <dc:creator>Oleg_K_1</dc:creator>
      <dc:date>2015-10-25T21:47:08Z</dc:date>
    </item>
    <item>
      <title>These images come from</title>
      <link>https://community.intel.com/t5/Software-Archive/Raw-stream-Color-and-Depth/m-p/1032185#M42508</link>
      <description>&lt;P&gt;These images come from different cameras, located at different places, with different lenses, sensors, etc.&lt;/P&gt;

&lt;P&gt;This results in a different region of the world being imaged into each camera.&lt;/P&gt;

&lt;P&gt;If you want to to have a pixel to pixel corresponding images, you need to project one image into the other.&lt;/P&gt;

&lt;P&gt;For example this creates a depth image that matches the color image:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?createdepthimagemappedtocolor_pxcprojection.html" target="_blank"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?createdepthimagemappedtocolor_pxcprojection.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can also go the other way around, creating a color image that matches the depth image:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?createcolorimagemappedtodepth_pxcprojection.html" target="_blank"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?createcolorimagemappedtodepth_pxcprojection.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Oct 2015 23:07:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Raw-stream-Color-and-Depth/m-p/1032185#M42508</guid>
      <dc:creator>samontab</dc:creator>
      <dc:date>2015-10-25T23:07:53Z</dc:date>
    </item>
    <item>
      <title>Thanks, will try that too!</title>
      <link>https://community.intel.com/t5/Software-Archive/Raw-stream-Color-and-Depth/m-p/1032186#M42509</link>
      <description>&lt;P&gt;Thanks, will try that too!&lt;/P&gt;</description>
      <pubDate>Sun, 25 Oct 2015 23:17:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Raw-stream-Color-and-Depth/m-p/1032186#M42509</guid>
      <dc:creator>Oleg_K_1</dc:creator>
      <dc:date>2015-10-25T23:17:22Z</dc:date>
    </item>
  </channel>
</rss>

