<?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: How can I save the complete frameset in c++ using the Intel RealSense SDK? in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/How-can-I-save-the-complete-frameset-in-c-using-the-Intel/m-p/640109#M14462</link>
    <description>&lt;P&gt;An option for storing all the frames may be to use the SDK's record function to record a type of file called a 'bag' (also known as rosbag), which stores all the frames in a stream and can be played back from the file afterwards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Details of the SDK's record and playback can be found on the documentation page linked to below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/master/src/media/readme.md" target="_self" alt="https://github.com/IntelRealSense/librealsense/blob/master/src/media/readme.md"&gt;&lt;/A&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/master/src/media/readme.md"&gt;https://github.com/IntelRealSense/librealsense/blob/master/src/media/readme.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dorodnic the RealSense SDK Manager has said on this subject: "Best way to save RealSense data without losing information would be the ROS-bag format. Our built-in recorder will collect everything you need, and it is fairly well optimized ... you can then extract individual frames / models as a post-processing step".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A bag can also be loaded into the RealSense Viewer program instead of using a live camera stream, so that you can do further work with that data set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/master/doc/sample-data.md" target="_self" alt="https://github.com/IntelRealSense/librealsense/blob/master/doc/sample-data.md"&gt;&lt;/A&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/master/doc/sample-data.md"&gt;https://github.com/IntelRealSense/librealsense/blob/master/doc/sample-data.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bag files can be quite large, going into the gigabytes, so it is recommended that you create a folder for the files on your computer and set a custom save path to send the files to that folder.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2019 19:04:58 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2019-03-04T19:04:58Z</dc:date>
    <item>
      <title>How can I save the complete frameset in c++ using the Intel RealSense SDK?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-can-I-save-the-complete-frameset-in-c-using-the-Intel/m-p/640108#M14461</link>
      <description>&lt;P&gt;I would like to know if it is possible to store the complete frameset using the SDK obtained from the wait_for_frames() function. At the moment I save the individual raw images, but it would be much more convenient to save the whole frameset. Is there a option to do this or do you have other suggestions. I would like to save them such that I can perform color alignment and filtering later on. Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 17:05:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-can-I-save-the-complete-frameset-in-c-using-the-Intel/m-p/640108#M14461</guid>
      <dc:creator>LLits</dc:creator>
      <dc:date>2019-03-04T17:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can I save the complete frameset in c++ using the Intel RealSense SDK?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-can-I-save-the-complete-frameset-in-c-using-the-Intel/m-p/640109#M14462</link>
      <description>&lt;P&gt;An option for storing all the frames may be to use the SDK's record function to record a type of file called a 'bag' (also known as rosbag), which stores all the frames in a stream and can be played back from the file afterwards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Details of the SDK's record and playback can be found on the documentation page linked to below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/master/src/media/readme.md" target="_self" alt="https://github.com/IntelRealSense/librealsense/blob/master/src/media/readme.md"&gt;&lt;/A&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/master/src/media/readme.md"&gt;https://github.com/IntelRealSense/librealsense/blob/master/src/media/readme.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dorodnic the RealSense SDK Manager has said on this subject: "Best way to save RealSense data without losing information would be the ROS-bag format. Our built-in recorder will collect everything you need, and it is fairly well optimized ... you can then extract individual frames / models as a post-processing step".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A bag can also be loaded into the RealSense Viewer program instead of using a live camera stream, so that you can do further work with that data set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/master/doc/sample-data.md" target="_self" alt="https://github.com/IntelRealSense/librealsense/blob/master/doc/sample-data.md"&gt;&lt;/A&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/master/doc/sample-data.md"&gt;https://github.com/IntelRealSense/librealsense/blob/master/doc/sample-data.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bag files can be quite large, going into the gigabytes, so it is recommended that you create a folder for the files on your computer and set a custom save path to send the files to that folder.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 19:04:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-can-I-save-the-complete-frameset-in-c-using-the-Intel/m-p/640109#M14462</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2019-03-04T19:04:58Z</dc:date>
    </item>
  </channel>
</rss>

