<?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 Re: UP board, R200, ROS, depth image too dark in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484574#M5257</link>
    <description>&lt;P&gt;Thanks ArkTx, look forward to hearing from you again  &lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2017 15:46:23 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2017-02-28T15:46:23Z</dc:date>
    <item>
      <title>UP board, R200, ROS, depth image too dark</title>
      <link>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484571#M5254</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm following the instruction &lt;A href="https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit"&gt;https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;/A&gt; Intel RealSense Robotic Development Kit | Developer Journey  to test realsense r200 on a UP board by ROS.&lt;/P&gt;&lt;P&gt;I can get the depth image stream by &lt;CODE&gt;rosrun image_view image_view image:=/camera/depth/image_raw.&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;But the image is too dark as shown in the attached image.  I can only see very dark shadow of the hand (and in two).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please give any advise on how to fix this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 17:27:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484571#M5254</guid>
      <dc:creator>YCai4</dc:creator>
      <dc:date>2017-02-27T17:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: UP board, R200, ROS, depth image too dark</title>
      <link>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484572#M5255</link>
      <description>&lt;P&gt;A dark / totally black depth image is often related to a component called the IR emitter in the camera which helps the IR camera to deal with exposure.  If the lighting in a location is too bright or too dim, the IR emitter can cause the IR sensor to become saturated, producing the kind of dark images that you are experiencing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may get better results if you disable the IR emitter using an SDK instruction.  Full details are in this post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the Robotics Kit, you will likely need to use the Librealsense (i.e Linux) version of the emitter enable / disable instruction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, instead of programming you could try altering the lighting conditions in the location where you are using the Robotics Kit.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 17:47:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484572#M5255</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-02-27T17:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: UP board, R200, ROS, depth image too dark</title>
      <link>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484573#M5256</link>
      <description>&lt;P&gt;Thank you very much for your suggestions.  I'll try and share the results later.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 15:40:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484573#M5256</guid>
      <dc:creator>YCai4</dc:creator>
      <dc:date>2017-02-28T15:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: UP board, R200, ROS, depth image too dark</title>
      <link>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484574#M5257</link>
      <description>&lt;P&gt;Thanks ArkTx, look forward to hearing from you again  &lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 15:46:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484574#M5257</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-02-28T15:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: UP board, R200, ROS, depth image too dark</title>
      <link>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484575#M5258</link>
      <description>&lt;P&gt;Since librealsense was mentioned, I tried the &lt;A href="https://github.com/IntelRealSense/librealsense/tree/master/doc/stepbystep"&gt;https://github.com/IntelRealSense/librealsense/tree/master/doc/stepbystep&lt;/A&gt; librealsense/doc/stepbystep at master · IntelRealSense/librealsense · GitHub . I modified the file to get all the color, ir and depth images.  The depth file looks okay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under the same lighting condition, I ran the ROS test and the depth image was still dark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far, I verified that the librealsense depth image works well at my lighting condition.  The question now is how to configure the ROS to get the same performance.  You mentioned "emitter enable / disable", is there any reference on how to do it in ROS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 01:45:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484575#M5258</guid>
      <dc:creator>YCai4</dc:creator>
      <dc:date>2017-03-01T01:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: UP board, R200, ROS, depth image too dark</title>
      <link>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484576#M5259</link>
      <description>&lt;P&gt;I'm not aware of an instance where the ROS has been used to control the functions of the camera itself, and my research didn't turn up any either.  I believe that the changes to the camera configuration should be made in the Librealsense part of the robotic setup.  &lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 08:11:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484576#M5259</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-03-01T08:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: UP board, R200, ROS, depth image too dark</title>
      <link>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484577#M5260</link>
      <description>&lt;P&gt;It looks like your hand might be too close to the camera. With the default settings, the R200 only works above about 50cm - do you get a better image if you move further away?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 10:35:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484577#M5260</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2017-03-01T10:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: UP board, R200, ROS, depth image too dark</title>
      <link>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484578#M5261</link>
      <description>&lt;P&gt;After I moved further away, it was still dark.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 19:46:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484578#M5261</guid>
      <dc:creator>YCai4</dc:creator>
      <dc:date>2017-03-14T19:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: UP board, R200, ROS, depth image too dark</title>
      <link>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484579#M5262</link>
      <description>&lt;P&gt;I tested to disable the emitter and verified that r200_emitter_enabled: 0. Are there any other options I should try?  Many thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rosrun dynamic_reconfigure dynparam dump /camera/driver camere_driver.yawl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ cat camere_driver.yawl &lt;/P&gt;&lt;P&gt;!!python/object/new:dynamic_reconfigure.encoding.Config&lt;/P&gt;&lt;P&gt;dictitems:&lt;/P&gt;&lt;P&gt;  color_backlight_compensation: 1&lt;/P&gt;&lt;P&gt;  color_brightness: 56&lt;/P&gt;&lt;P&gt;  color_contrast: 32&lt;/P&gt;&lt;P&gt;  color_enable_auto_white_balance: 1&lt;/P&gt;&lt;P&gt;  color_gain: 32&lt;/P&gt;&lt;P&gt;  color_gamma: 220&lt;/P&gt;&lt;P&gt;  color_hue: 0&lt;/P&gt;&lt;P&gt;  color_saturation: 128&lt;/P&gt;&lt;P&gt;  color_sharpness: 0&lt;/P&gt;&lt;P&gt;  color_white_balance: 6500&lt;/P&gt;&lt;P&gt;  enable_depth: true&lt;/P&gt;&lt;P&gt;  groups: !!python/object/new:dynamic_reconfigure.encoding.Config&lt;/P&gt;&lt;P&gt;    dictitems:&lt;/P&gt;&lt;P&gt;      color_backlight_compensation: 1&lt;/P&gt;&lt;P&gt;      color_brightness: 56&lt;/P&gt;&lt;P&gt;      color_contrast: 32&lt;/P&gt;&lt;P&gt;      color_enable_auto_white_balance: 1&lt;/P&gt;&lt;P&gt;      color_gain: 32&lt;/P&gt;&lt;P&gt;      color_gamma: 220&lt;/P&gt;&lt;P&gt;      color_hue: 0&lt;/P&gt;&lt;P&gt;      color_saturation: 128&lt;/P&gt;&lt;P&gt;      color_sharpness: 0&lt;/P&gt;&lt;P&gt;      color_white_balance: 6500&lt;/P&gt;&lt;P&gt;      enable_depth: true&lt;/P&gt;&lt;P&gt;      groups: !!python/object/new:dynamic_reconfigure.encoding.Config&lt;/P&gt;&lt;P&gt;        dictitems:&lt;/P&gt;&lt;P&gt;          R200_Depth_Control: !!python/object/new:dynamic_reconfigure.encoding.Config&lt;/P&gt;&lt;P&gt;            dictitems:&lt;/P&gt;&lt;P&gt;              groups: !!python/object/new:dynamic_reconfigure.encoding.Config&lt;/P&gt;&lt;P&gt;                state: []&lt;/P&gt;&lt;P&gt;              id: 1&lt;/P&gt;&lt;P&gt;              name: R200_Depth_Control&lt;/P&gt;&lt;P&gt;              parameters: !!python/object/new:dynamic_reconfigure.encoding.Config&lt;/P&gt;&lt;P&gt;                state: []&lt;/P&gt;&lt;P&gt;              parent: 0&lt;/P&gt;&lt;P&gt;              r200_dc_estimate_median_decrement: 5&lt;/P&gt;&lt;P&gt;              r200_dc_estimate_median_increment: 5&lt;/P&gt;&lt;P&gt;              r200_dc_lr_threshold: 12&lt;/P&gt;&lt;P&gt;              r200_dc_median_threshold: 235&lt;/P&gt;&lt;P&gt;              r200_dc_neighbor_threshold: 90&lt;/P&gt;&lt;P&gt;              r200_dc_preset: 5&lt;/P&gt;&lt;P&gt;              r200_dc_score_maximum_threshold: 420&lt;/P&gt;&lt;P&gt;              r200_dc_score_minimum_threshold: 27&lt;/P&gt;&lt;P&gt;              r200_dc_second_peak_threshold: 70&lt;/P&gt;&lt;P&gt;              r200_dc_texture_count_threshold: 8&lt;/P&gt;&lt;P&gt;              r200_dc_texture_difference_threshold: 80&lt;/P&gt;&lt;P&gt;              state: true&lt;/P&gt;&lt;P&gt;              type: ''&lt;/P&gt;&lt;P&gt;            state: []&lt;/P&gt;&lt;P&gt;        state: []&lt;/P&gt;&lt;P&gt;      id: 0&lt;/P&gt;&lt;P&gt;      name: Default&lt;/P&gt;&lt;P&gt;      parameters: !!python/object/new:dynamic_reconfigure.encoding.Config&lt;/P&gt;&lt;P&gt;        state: []&lt;/P&gt;&lt;P&gt;      parent: 0&lt;/P&gt;&lt;P&gt;      r200_auto_exposure_bottom_edge: 479&lt;/P&gt;&lt;P&gt;      r200_auto_exposure_left_edge: 0&lt;/P&gt;&lt;P&gt;      r200_auto_exposure_right_edge: 639&lt;/P&gt;&lt;P&gt;      r200_auto_exposure_top_edge: 0&lt;/P&gt;&lt;P&gt;      r200_emitter_enabled: 0&lt;/P&gt;&lt;P&gt;      r200_lr_auto_exposure_enabled: 0&lt;/P&gt;&lt;P&gt;      r200_lr_exposure: 164&lt;/P&gt;&lt;P&gt;      r200_lr_gain: 400&lt;/P&gt;&lt;P&gt;      state: true&lt;/P&gt;&lt;P&gt;      type: ''&lt;/P&gt;&lt;P&gt;    state: []&lt;/P&gt;&lt;P&gt;  r200_auto_exposure_bottom_edge: 479&lt;/P&gt;&lt;P&gt;  r200_auto_exposure_left_edge: 0&lt;/P&gt;&lt;P&gt;  r200_auto_exposure_right_edge: 639&lt;/P&gt;&lt;P&gt;  r200_auto_exposure_top_edge: 0&lt;/P&gt;&lt;P&gt;  r200_dc_estimate_median_decrement: 5&lt;/P&gt;&lt;P&gt;  r200_dc_estimate_median_increment: 5&lt;/P&gt;&lt;P&gt;  r200_dc_lr_threshold: 12&lt;/P&gt;&lt;P&gt;  r200_dc_median_threshold: 235&lt;/P&gt;&lt;P&gt;  r200_dc_neighbor_threshold: 90&lt;/P&gt;&lt;P&gt;  r200_dc_preset: 5&lt;/P&gt;&lt;P&gt;  r200_dc_score_maximum_threshold: 420&lt;/P&gt;&lt;P&gt;  r200_dc_score_minimum_threshold: 27&lt;/P&gt;&lt;P&gt;  r200_dc_second_peak_threshold: 70&lt;/P&gt;&lt;P&gt;  r200_dc_texture_count_threshold: 8&lt;/P&gt;&lt;P&gt;  r200_dc_texture_difference_threshold: 80&lt;/P&gt;&lt;P&gt;  r200_emitter_enabled: 0&lt;/P&gt;&lt;P&gt;  r200_lr_auto_exposure_enabled: 0&lt;/P&gt;&lt;P&gt;  r200_lr_exposure: 164&lt;/P&gt;&lt;P&gt;  r200_lr_gain: 400&lt;/P&gt;&lt;P&gt;state: []&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 19:51:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484579#M5262</guid>
      <dc:creator>YCai4</dc:creator>
      <dc:date>2017-03-14T19:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: UP board, R200, ROS, depth image too dark</title>
      <link>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484580#M5263</link>
      <description>&lt;P&gt;Hi ArkTx,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Have you tried running the R200 calibrator tool? It is possible that this is not the issue but you can always try, you can download the application here &lt;A href="https://downloadcenter.intel.com/download/24958/Intel-RealSense-Camera-Calibrator-for-Windows-"&gt;https://downloadcenter.intel.com/download/24958/Intel-RealSense-Camera-Calibrator-for-Windows-&lt;/A&gt; &lt;A href="https://downloadcenter.intel.com/download/24958/Intel-RealSense-Camera-Calibrator-for-Windows-"&gt;https://downloadcenter.intel.com/download/24958/Intel-RealSense-Camera-Calibrator-for-Windows-&lt;/A&gt;. Keep in mind that you´ll need a Windows system to run it.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Pablo M.</description>
      <pubDate>Thu, 16 Mar 2017 17:19:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484580#M5263</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-03-16T17:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: UP board, R200, ROS, depth image too dark</title>
      <link>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484581#M5264</link>
      <description>&lt;P&gt;Hi Pablo,&lt;/P&gt;&lt;P&gt;Thank you very much for your suggestion! I'll install it and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my progress. I followed the instruction &lt;A href="https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit"&gt;https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;/A&gt; Intel RealSense Robotic Development Kit | Developer Journey  to use "rosrun image_view image_view image:=/camera/depth/image_raw" to display the depth image.  It was dark. But when I try to use "rosrun rqt_image_view rqt_image_view" to display the depth image, it works. Then I found that rqt_image_view scales (normalizes) the image which I thought should have already been done in /camera/depth/image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/ros-visualization/rqt_common_plugins/blob/groovy-devel/rqt_image_view/src/rqt_image_view/image_view.cpp"&gt;https://github.com/ros-visualization/rqt_common_plugins/blob/groovy-devel/rqt_image_view/src/rqt_image_view/image_view.cpp&lt;/A&gt; rqt_common_plugins/image_view.cpp at groovy-devel · ros-visualization/rqt_common_plugins · GitHub &lt;/P&gt;&lt;P&gt;else if (msg-&amp;gt;encoding == "16UC1" || msg-&amp;gt;encoding == "32FC1") {&lt;/P&gt;&lt;P&gt;        // scale / quantify&lt;/P&gt;&lt;P&gt;        double min = 0;&lt;/P&gt;&lt;P&gt;        double max = ui_.max_range_double_spin_box-&amp;gt;value();&lt;/P&gt;&lt;P&gt;        if (msg-&amp;gt;encoding == "16UC1") max *= 1000;&lt;/P&gt;&lt;P&gt;        if (ui_.dynamic_range_check_box-&amp;gt;isChecked())&lt;/P&gt;&lt;P&gt;        {&lt;/P&gt;&lt;P&gt;          // dynamically adjust range based on min/max in image&lt;/P&gt;&lt;P&gt;          cv::minMaxLoc(cv_ptr-&amp;gt;image, &amp;amp;min, &amp;amp;max);&lt;/P&gt;&lt;P&gt;          if (min == max) {&lt;/P&gt;&lt;P&gt;            // completely homogeneous images are displayed in gray&lt;/P&gt;&lt;P&gt;            min = 0;&lt;/P&gt;&lt;P&gt;            max = 2;&lt;/P&gt;&lt;P&gt;          }&lt;/P&gt;&lt;P&gt;        }&lt;/P&gt;&lt;P&gt;        cv::Mat img_scaled_8u;&lt;/P&gt;&lt;P&gt;        cv::Mat(cv_ptr-&amp;gt;image-min).convertTo(img_scaled_8u, CV_8UC1, 255. / (max - min));&lt;/P&gt;&lt;P&gt;cv::cvtColor(img_scaled_8u, conversion_mat_, CV_GRAY2RGB);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I still don't know why the instruction can directly get the normalized depth image.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 21:07:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484581#M5264</guid>
      <dc:creator>YCai4</dc:creator>
      <dc:date>2017-03-16T21:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: UP board, R200, ROS, depth image too dark</title>
      <link>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484582#M5265</link>
      <description>&lt;P&gt;Hi ArkTx,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Just to clarify, when using "rosrun rqt_image_view rqt_image_view" you're getting the image you expected since the beginning, right? The lighter image I mean. I'm not sure why this is happening but you might find some new information in here:&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;A href="http://wiki.ros.org/rqt_image_view"&gt;http://wiki.ros.org/rqt_image_view&lt;/A&gt; &lt;A href="http://wiki.ros.org/rqt_image_view"&gt;http://wiki.ros.org/rqt_image_view&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;A href="https://github.com/ros-perception/image_pipeline/issues/158#"&gt;https://github.com/ros-perception/image_pipeline/issues/158#&lt;/A&gt; issuecomment-157524991 &lt;A href="https://github.com/ros-perception/image_pipeline/issues/158#"&gt;https://github.com/ros-perception/image_pipeline/issues/158#&lt;/A&gt; issuecomment-157524991&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Pablo M.</description>
      <pubDate>Fri, 17 Mar 2017 21:17:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/UP-board-R200-ROS-depth-image-too-dark/m-p/484582#M5265</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-03-17T21:17:16Z</dc:date>
    </item>
  </channel>
</rss>

