<?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 Calibration Data from R200 in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Calibration-Data-from-R200/m-p/374091#M1703</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently started working with Intel RealSense R200 camera. I am having issues in accessing data from R200 using the member functions QueryStreamProjectionParameters and QueryStreamProjectionParametersEx. Whenever I use these two functions to get the calibration data they either return "PXCM_STATUS_FEATURE_UNSUPPORTED" and "PXCM_STATUS_DATA_UNAVAILABLE". Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Part of the code I am using to get Calibration Data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;sm.EnableStream(PXCMCapture.StreamType.STREAM_TYPE_DEPTH, 0, 0, 0);   &lt;P&gt;&amp;nbsp;&lt;/P&gt;SetStatus("Init Started");&lt;P&gt;&amp;nbsp;&lt;/P&gt;if (sm.Init() &amp;gt;= pxcmStatus.PXCM_STATUS_NO_ERROR) &lt;P&gt;&amp;nbsp;&lt;/P&gt;{     /* Reset all properties */   &lt;P&gt;&amp;nbsp;&lt;/P&gt;     sm.captureManager.device.ResetProperties(PXCMCapture.StreamType.STREAM_TYPE_ANY);       &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;     PXCMProjection projection = sm.captureManager.device.CreateProjection(); &lt;P&gt;&amp;nbsp;&lt;/P&gt;     PXCMCalibration calib = projection.QueryInstance&amp;lt;&amp;lt;span style="color: # 2b91af;"&amp;gt;PXCMCalibration&amp;gt;();&lt;P&gt;&amp;nbsp;&lt;/P&gt;     PXCMCalibration.StreamCalibration calibData; &lt;P&gt;&amp;nbsp;&lt;/P&gt;     PXCMCalibration.StreamTransform calibTrans; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;    SetStatus(calib.QueryStreamProjectionParameters(PXCMCapture.StreamType.STREAM_TYPE_COLOR, out calibData, out calibTrans).ToString());</description>
    <pubDate>Fri, 09 Dec 2016 00:59:16 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2016-12-09T00:59:16Z</dc:date>
    <item>
      <title>Calibration Data from R200</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Calibration-Data-from-R200/m-p/374091#M1703</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently started working with Intel RealSense R200 camera. I am having issues in accessing data from R200 using the member functions QueryStreamProjectionParameters and QueryStreamProjectionParametersEx. Whenever I use these two functions to get the calibration data they either return "PXCM_STATUS_FEATURE_UNSUPPORTED" and "PXCM_STATUS_DATA_UNAVAILABLE". Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Part of the code I am using to get Calibration Data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;sm.EnableStream(PXCMCapture.StreamType.STREAM_TYPE_DEPTH, 0, 0, 0);   &lt;P&gt;&amp;nbsp;&lt;/P&gt;SetStatus("Init Started");&lt;P&gt;&amp;nbsp;&lt;/P&gt;if (sm.Init() &amp;gt;= pxcmStatus.PXCM_STATUS_NO_ERROR) &lt;P&gt;&amp;nbsp;&lt;/P&gt;{     /* Reset all properties */   &lt;P&gt;&amp;nbsp;&lt;/P&gt;     sm.captureManager.device.ResetProperties(PXCMCapture.StreamType.STREAM_TYPE_ANY);       &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;     PXCMProjection projection = sm.captureManager.device.CreateProjection(); &lt;P&gt;&amp;nbsp;&lt;/P&gt;     PXCMCalibration calib = projection.QueryInstance&amp;lt;&amp;lt;span style="color: # 2b91af;"&amp;gt;PXCMCalibration&amp;gt;();&lt;P&gt;&amp;nbsp;&lt;/P&gt;     PXCMCalibration.StreamCalibration calibData; &lt;P&gt;&amp;nbsp;&lt;/P&gt;     PXCMCalibration.StreamTransform calibTrans; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;    SetStatus(calib.QueryStreamProjectionParameters(PXCMCapture.StreamType.STREAM_TYPE_COLOR, out calibData, out calibTrans).ToString());</description>
      <pubDate>Fri, 09 Dec 2016 00:59:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Calibration-Data-from-R200/m-p/374091#M1703</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2016-12-09T00:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Calibration Data from R200</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Calibration-Data-from-R200/m-p/374092#M1704</link>
      <description>&lt;P&gt;Hello TulasiSunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please let us know which version of the SDK you are using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you are using version R3 of the SDK, please note that the R200 is not supported on this release, therefore this behavior could be explained by that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've checked pxcmstatus.cs (&lt;A href="https://github.com/SharpSenses/libpxcclr.cs/blob/master/src/pxcmstatus.cs"&gt;https://github.com/SharpSenses/libpxcclr.cs/blob/master/src/pxcmstatus.cs&lt;/A&gt; libpxcclr.cs/pxcmstatus.cs at master · SharpSenses/libpxcclr.cs · GitHub) and it states that pxcmStatus value, if it is different than 0 it indicates an error, in this case PXCM_STATUS_FEATURE_UNSUPPORTED  is -1 and PXCM_STATUS_DATA_UNAVAILABLE is -501. So, something might be wrong on your application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PXCM_STATUS_DATA_UNAVAILABLE in pxcmblobdata.cs (&lt;A href="https://github.com/SharpSenses/libpxcclr.cs/blob/master/src/pxcmblobdata.cs"&gt;https://github.com/SharpSenses/libpxcclr.cs/blob/master/src/pxcmblobdata.cs&lt;/A&gt; libpxcclr.cs/pxcmblobdata.cs at master · SharpSenses/libpxcclr.cs · GitHub) it is stated that the segmentation image is not available. You might want to take a look this files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know.&lt;/P&gt;&lt;P&gt;-Peter.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2016 19:55:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Calibration-Data-from-R200/m-p/374092#M1704</guid>
      <dc:creator>Pedro_M_Intel</dc:creator>
      <dc:date>2016-12-09T19:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calibration Data from R200</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Calibration-Data-from-R200/m-p/374093#M1705</link>
      <description>&lt;P&gt;Hello Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate your reply. It was very helpful. I was able to fix the Issue and get all the calibration data by using R2 SDK.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2016 20:10:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Calibration-Data-from-R200/m-p/374093#M1705</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2016-12-09T20:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calibration Data from R200</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Calibration-Data-from-R200/m-p/374094#M1706</link>
      <description>&lt;P&gt;Hi TulasiSunil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I'm glad to be of help!&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;If you ever have any other questions, please don't hesitate to come back to the community, we'll try to help you in any way we can.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;-Peter.</description>
      <pubDate>Mon, 12 Dec 2016 20:34:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Calibration-Data-from-R200/m-p/374094#M1706</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2016-12-12T20:34:06Z</dc:date>
    </item>
  </channel>
</rss>

