<?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 camera origin in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/camera-origin/m-p/448481#M3237</link>
    <description>&lt;P&gt;The SDK uses the following two types of coordinate system definitions: Image and Camera. However, there is no explanation how to transform between the two system. If I need to get the projected position of the camera origin on the image plane, how should I do?&lt;/P&gt;&lt;P&gt;Any help is appreciated! Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 14 Dec 2016 08:08:42 GMT</pubDate>
    <dc:creator>kdaib</dc:creator>
    <dc:date>2016-12-14T08:08:42Z</dc:date>
    <item>
      <title>camera origin</title>
      <link>https://community.intel.com/t5/Items-with-no-label/camera-origin/m-p/448481#M3237</link>
      <description>&lt;P&gt;The SDK uses the following two types of coordinate system definitions: Image and Camera. However, there is no explanation how to transform between the two system. If I need to get the projected position of the camera origin on the image plane, how should I do?&lt;/P&gt;&lt;P&gt;Any help is appreciated! Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 08:08:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/camera-origin/m-p/448481#M3237</guid>
      <dc:creator>kdaib</dc:creator>
      <dc:date>2016-12-14T08:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: camera origin</title>
      <link>https://community.intel.com/t5/Items-with-no-label/camera-origin/m-p/448482#M3238</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For mapping between the different images and coordinate systems, you need to use the projection interface.&lt;/P&gt;&lt;P&gt;Specifically to map from the camera to the colour image you can use &lt;A href="http://https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?projectcameratocolor_pxcprojection.html"&gt;http://https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?projectcameratocolor_pxcprojection.html&lt;/A&gt; ProjectCameraToColor after using &lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?createprojection_device_pxccapture.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?createprojection_device_pxccapture.html&lt;/A&gt; Device.CreateProjection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 12:42:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/camera-origin/m-p/448482#M3238</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2016-12-14T12:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: camera origin</title>
      <link>https://community.intel.com/t5/Items-with-no-label/camera-origin/m-p/448483#M3239</link>
      <description>&lt;P&gt;Hi Daiby,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Do you still need assistance with this case?&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;-Sergio&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 21:16:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/camera-origin/m-p/448483#M3239</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2016-12-16T21:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: camera origin</title>
      <link>https://community.intel.com/t5/Items-with-no-label/camera-origin/m-p/448484#M3240</link>
      <description>&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;thanks for your answer.&lt;/P&gt;&lt;P&gt;I understand how to map between different coordinate systems, but I still do not know where is camera origin.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 07:47:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/camera-origin/m-p/448484#M3240</guid>
      <dc:creator>kdaib</dc:creator>
      <dc:date>2016-12-20T07:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: camera origin</title>
      <link>https://community.intel.com/t5/Items-with-no-label/camera-origin/m-p/448485#M3241</link>
      <description>&lt;P&gt;Hi Sergio,&lt;/P&gt;&lt;P&gt;yes, I still need the assistance about where camera origin mapping to coordinate systems&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 07:52:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/camera-origin/m-p/448485#M3241</guid>
      <dc:creator>kdaib</dc:creator>
      <dc:date>2016-12-20T07:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: camera origin</title>
      <link>https://community.intel.com/t5/Items-with-no-label/camera-origin/m-p/448486#M3242</link>
      <description>&lt;P&gt;Hi Daiby,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Let me check if I'm understanding your request correctly. You objective is to set a certain location as the camera origin (0,0,0) and then move your camera to a different coordinate. After this you should see a projection of the change in the camera's location. Is this what you want to achieve? If that's the case I'd suggest you to look at &lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/index.html?doc_essential_coordinate_systems.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/index.html?doc_essential_coordinate_systems.html&lt;/A&gt; &lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/index.html?doc_essential_coordinate_systems.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/index.html?doc_essential_coordinate_systems.html&lt;/A&gt; . Here you'll find the information needed to configure a coordinate system.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Let us know if this is what you were looking for.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;-Sergio&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 21:19:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/camera-origin/m-p/448486#M3242</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2016-12-20T21:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: camera origin</title>
      <link>https://community.intel.com/t5/Items-with-no-label/camera-origin/m-p/448487#M3243</link>
      <description>&lt;P&gt;Hi Sergio,&lt;/P&gt;&lt;P&gt;Is the camera origin (0,0,0) a absolute coordinate, or I need to set a point as the camera origin?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank for your suggestion. &lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 10:47:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/camera-origin/m-p/448487#M3243</guid>
      <dc:creator>kdaib</dc:creator>
      <dc:date>2016-12-23T10:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: camera origin</title>
      <link>https://community.intel.com/t5/Items-with-no-label/camera-origin/m-p/448488#M3244</link>
      <description>&lt;P&gt;Hi Daiby,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;The camera origin in 3D is at the center of the camera. This means that you need to setup a point as the camera's (0,0,0) point. The coordinate system varies slightly depending if it's a front facing or rear facing camera.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;The camera's coordinate system for different cameras can be seen on &lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/index.html?doc_essential_coordinate_systems.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/index.html?doc_essential_coordinate_systems.html&lt;/A&gt; &lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/index.html?doc_essential_coordinate_systems.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/index.html?doc_essential_coordinate_systems.html&lt;/A&gt;.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Take a look at &lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/doc_essential_configuring_coordinate_system.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/doc_essential_configuring_coordinate_system.html&lt;/A&gt; &lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/doc_essential_configuring_coordinate_system.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/doc_essential_configuring_coordinate_system.html&lt;/A&gt; for details of configuring the camera coordinate system.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;-Sergio&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 20:13:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/camera-origin/m-p/448488#M3244</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2016-12-23T20:13:26Z</dc:date>
    </item>
  </channel>
</rss>

