<?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>tema IR intensity data and RGB data from point cloud. en Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/IR-intensity-data-and-RGB-data-from-point-cloud/m-p/734521#M17630</link>
    <description>&lt;P&gt;I am using the D415 camera to obtain 3D information. I need a point cloud that has RGB and intensity information from the Infrared camera. I am using a ROS workspace. I subscribe to the /camera/depth/color/points topic and I am successfully able to convert the sensor_msgs/PointCloud2 to pcl::PointCloud&amp;lt;pcl::PointXYZRGB&amp;gt; format.  I am just wondering if there is any way to get IR intensity as well as RGB data in this point cloud ?&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jan 2020 15:42:35 GMT</pubDate>
    <dc:creator>vshim1</dc:creator>
    <dc:date>2020-01-03T15:42:35Z</dc:date>
    <item>
      <title>IR intensity data and RGB data from point cloud.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/IR-intensity-data-and-RGB-data-from-point-cloud/m-p/734521#M17630</link>
      <description>&lt;P&gt;I am using the D415 camera to obtain 3D information. I need a point cloud that has RGB and intensity information from the Infrared camera. I am using a ROS workspace. I subscribe to the /camera/depth/color/points topic and I am successfully able to convert the sensor_msgs/PointCloud2 to pcl::PointCloud&amp;lt;pcl::PointXYZRGB&amp;gt; format.  I am just wondering if there is any way to get IR intensity as well as RGB data in this point cloud ?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 15:42:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/IR-intensity-data-and-RGB-data-from-point-cloud/m-p/734521#M17630</guid>
      <dc:creator>vshim1</dc:creator>
      <dc:date>2020-01-03T15:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: IR intensity data and RGB data from point cloud.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/IR-intensity-data-and-RGB-data-from-point-cloud/m-p/734522#M17631</link>
      <description>&lt;P&gt;A guide in the link below describes how to publish an RGB-D point cloud with a 400 Series camera and ROS, using the launch command&lt;B&gt; roslaunch realsense2_camera rs_rgbd.launch&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://idorobotics.com/2018/11/02/integrating-the-intel-realsense-d435-with-ros/"&gt;https://idorobotics.com/2018/11/02/integrating-the-intel-realsense-d435-with-ros/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The link below suggests code for applying IR intensity to a point cloud using the launch file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/realsense-ros/issues/943"&gt;https://github.com/IntelRealSense/realsense-ros/issues/943&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 17:13:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/IR-intensity-data-and-RGB-data-from-point-cloud/m-p/734522#M17631</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2020-01-03T17:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: IR intensity data and RGB data from point cloud.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/IR-intensity-data-and-RGB-data-from-point-cloud/m-p/734523#M17632</link>
      <description>&lt;P&gt;When I use pointcloud_texture_stream ="RS2_STREAM_INFRARED"  as a launch parameter, I am able to get a IR textured point cloud. But for the application we are working on, we need both RGB textured and IR textured point cloud. We need a XYZ depth value that also has IR intensity information as well as a RGB  values. Can we do this with the D415 ? &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run a Ros node with the following code I get a warning saying "rgb" field is absent.&lt;/P&gt;&lt;P&gt; pcl::PointCloud&amp;lt;pcl::PointXYZRGB&amp;gt;::Ptr intensity_cloud(new pcl::PointCloud&amp;lt;pcl::PointXYZRGB&amp;gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp;pcl::fromROSMsg(*input, *intensity_cloud);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jan 2020 02:24:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/IR-intensity-data-and-RGB-data-from-point-cloud/m-p/734523#M17632</guid>
      <dc:creator>vshim1</dc:creator>
      <dc:date>2020-01-04T02:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: IR intensity data and RGB data from point cloud.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/IR-intensity-data-and-RGB-data-from-point-cloud/m-p/734524#M17633</link>
      <description>&lt;P&gt;XYZRGB point clouds are somewhat outside of my ROS knowledge.  For specialist ROS advice, you can visit the RealSense ROS forum at the link below and post a question by clicking on the New Issue button.  I apologize for the inconvenience.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/realsense-ros/issues"&gt;https://github.com/IntelRealSense/realsense-ros/issues&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jan 2020 02:59:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/IR-intensity-data-and-RGB-data-from-point-cloud/m-p/734524#M17633</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2020-01-04T02:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: IR intensity data and RGB data from point cloud.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/IR-intensity-data-and-RGB-data-from-point-cloud/m-p/734525#M17634</link>
      <description>&lt;P&gt;Can you let me know if this can be done with the librealsense SDK  ?&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jan 2020 03:07:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/IR-intensity-data-and-RGB-data-from-point-cloud/m-p/734525#M17634</guid>
      <dc:creator>vshim1</dc:creator>
      <dc:date>2020-01-04T03:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: IR intensity data and RGB data from point cloud.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/IR-intensity-data-and-RGB-data-from-point-cloud/m-p/734526#M17635</link>
      <description>&lt;P&gt;This is the first time I have handled a case where somebody wanted to combine RGB and IR intensity in a single point cloud, so I am not qualified to give a well-educated opinion on whether it is possible with Librealsense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I was approaching the problem with ROS myself, I would consider generating separate point clouds (textured RGB and textured IR) and stitch the two point clouds together into a single cloud.  This would likely require two cameras though, like in the ROS tutorial in the link below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/realsense-ros/wiki/Showcase-of-using-2-cameras"&gt;https://github.com/IntelRealSense/realsense-ros/wiki/Showcase-of-using-2-cameras&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jan 2020 03:23:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/IR-intensity-data-and-RGB-data-from-point-cloud/m-p/734526#M17635</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2020-01-04T03:23:47Z</dc:date>
    </item>
  </channel>
</rss>

