<?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: Realsense Viewer Recording Framerate in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582199#M10850</link>
    <description>&lt;P&gt;The user Leponzo had some suggestions recently about getting all the frames in a bag file and using them with MATLAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;</description>
    <pubDate>Mon, 06 Aug 2018 14:56:27 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2018-08-06T14:56:27Z</dc:date>
    <item>
      <title>Realsense Viewer Recording Framerate</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582198#M10849</link>
      <description>&lt;P&gt;I am using D435 camera to take videos at 1280x720 resolution at 30fps. Due to frame dropping issue of pipeline, I used MATLAB's toolbox to iterate through the .bag file. However, I see that I only read 3720 frames in 356 seconds, which is approximately 10-11 fps. Has anybody else run into this issue? Or is there something I am doing wrong?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 14:34:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582198#M10849</guid>
      <dc:creator>APu</dc:creator>
      <dc:date>2018-08-06T14:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense Viewer Recording Framerate</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582199#M10850</link>
      <description>&lt;P&gt;The user Leponzo had some suggestions recently about getting all the frames in a bag file and using them with MATLAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 14:56:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582199#M10850</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-06T14:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense Viewer Recording Framerate</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582200#M10851</link>
      <description>&lt;P&gt;Thanks for linking me. I've seen the discussion before which is why I decided to use MATLAB for post-processing, but it seems as if the software itself is not taking frames at the rate that I would like it to be (30fps). I'm not sure why this is the case.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 14:59:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582200#M10851</guid>
      <dc:creator>APu</dc:creator>
      <dc:date>2018-08-06T14:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense Viewer Recording Framerate</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582201#M10852</link>
      <description>&lt;P&gt;Are you reading from a pre-recorded bag file or are you post-processing the data as it arrives from the camera in real-time, please?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 15:20:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582201#M10852</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-06T15:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense Viewer Recording Framerate</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582202#M10853</link>
      <description>&lt;P&gt;HI MartyG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for your help. I am reading a pre-recorded bag file on MATLAB. When I look at the properties of the .bag file, I see that there are approximately 3720 frames taken in the duration of about 356 second.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recorded this bag file with Intel's Realsense Viewer Tool (ver 2.13.0) on Windows 10, and am on the latest version of firmware for the cameras.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 15:25:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582202#M10853</guid>
      <dc:creator>APu</dc:creator>
      <dc:date>2018-08-06T15:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense Viewer Recording Framerate</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582203#M10854</link>
      <description>&lt;P&gt;A new tool called bag2matlab was released in June that claims good performance and can be launched from within MATLAB.  It directly reads the bag data into the MATLAB workspace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://nimbus.unl.edu/2016/06/exporting-ros-bag-files-to-matlab-v2-0/"&gt;https://nimbus.unl.edu/2016/06/exporting-ros-bag-files-to-matlab-v2-0/&lt;/A&gt; Exporting ROS Bag Files to Matlab, v2.0 | NIMBUS Lab &lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 15:40:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582203#M10854</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-06T15:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense Viewer Recording Framerate</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582204#M10855</link>
      <description>&lt;P&gt;The problem isn't importing the bag file to MATLAB. I can do that just fine. I'm confused as why the duration and number of frames I have do not match 30fps. &lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 16:09:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582204#M10855</guid>
      <dc:creator>APu</dc:creator>
      <dc:date>2018-08-06T16:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense Viewer Recording Framerate</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582205#M10856</link>
      <description>&lt;P&gt;Bag files can be very large, so I wonder if MATLAB is struggling to cope with the file size.  There is some official advice here on the subject:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://uk.mathworks.com/help/matlab/large-files-and-big-data.html"&gt;https://uk.mathworks.com/help/matlab/large-files-and-big-data.html&lt;/A&gt; Large Files and Big Data- MATLAB &amp;amp; Simulink- MathWorks United Kingdom&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 16:37:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582205#M10856</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-06T16:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense Viewer Recording Framerate</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582206#M10857</link>
      <description>&lt;P&gt;When I view the bag file on the Realsense Viewer afterwards, the video looks the same as my video exported by MATLAB. There are instances that i can visibly see that the video is not 30 fps as it should be, so I don't think it's exclusively a problem with MATLAB, but I can check it out as well.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 17:39:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582206#M10857</guid>
      <dc:creator>APu</dc:creator>
      <dc:date>2018-08-06T17:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense Viewer Recording Framerate</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582207#M10858</link>
      <description>&lt;P&gt;I just experimented and when I only record a depth stream or a RGB stream, the framerate is flawless at 30fps. Is there any reason why streaming both at the same time degrades the framerate?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 18:34:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582207#M10858</guid>
      <dc:creator>APu</dc:creator>
      <dc:date>2018-08-06T18:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense Viewer Recording Framerate</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582208#M10859</link>
      <description>&lt;P&gt;What are the capabilities of your PC hardware like?  On my slow laptop with integrated Intel HD graphics, I get smooth FPS with depth and IR together but lose speed when RGB is activated too.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 19:16:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582208#M10859</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-06T19:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense Viewer Recording Framerate</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582209#M10860</link>
      <description>&lt;P&gt;Hi MartyG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My processor and its specs can be found here: &lt;A href="https://ark.intel.com/products/92980/Intel-Xeon-Processor-E5-2623-v4-10M-Cache-2_60-GHz"&gt;https://ark.intel.com/products/92980/Intel-Xeon-Processor-E5-2623-v4-10M-Cache-2_60-GHz&lt;/A&gt; Intel® Xeon® Processor E5-2623 v4 (10M Cache, 2.60 GHz) Product Specifications &lt;/P&gt;&lt;P&gt;My computer doesn't seem slow but it's somehow affected when recording both depth and IR together. Is there a recommended hardware spec that should be utilized to take both streams simultaneously?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 19:49:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582209#M10860</guid>
      <dc:creator>APu</dc:creator>
      <dc:date>2018-08-06T19:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense Viewer Recording Framerate</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582210#M10861</link>
      <description>&lt;P&gt;Though your Xeon processor is ageing,  its strong enterprise specification means it can still likely give good performance compared to newer consumer processors.  Graphics technology does also have an impact on performance though when a heavier visual demand is placed on a machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RealSense 400 Series cameras do not have a strict recommendation for specification, other than an Intel or ARM processor and a preference for USB 3.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 20:18:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582210#M10861</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-06T20:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense Viewer Recording Framerate</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582211#M10862</link>
      <description>&lt;P&gt;MartyG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My laptop is an Intel Core i7 and it doesn't even record 1280x720 at 30fps without slowing down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you aware of anybody else who had this problem and what they did to amend it? If there is no strict recommendation for specifications, I would expect for most machines to be able to stream video at the resolution and framerate that the camera promises.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 20:59:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582211#M10862</guid>
      <dc:creator>APu</dc:creator>
      <dc:date>2018-08-06T20:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense Viewer Recording Framerate</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582212#M10863</link>
      <description>&lt;P&gt;The 400 Series is intended to be usable on many types of hardware and software platforms.  This necessitates that the minimum spec be extremely flexible.  This is one of the reasons for an open source SDK that encourages compiling the SDK for your specific hardware instead of trying to provide a one size fits all solution that may not run on more exotic systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having said that, the Vision Processor D4 component of the 400 Series camera is designed to do high resolution calculations without the need for a dedicated GPU, thus reducing the load on the processor.  If there is slowdown, it may be more to do with the USB port than the machine's graphics capability.  For example, using the camera at high resolution or FPS on some devices may cause errors as the USB port experiences 'overflow', and those errors reduce or disappear when resolution / FPS is lowered.  This is why the faster USB 3.1 standard is becoming increasingly essential.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 21:33:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582212#M10863</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-06T21:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense Viewer Recording Framerate</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582213#M10864</link>
      <description>&lt;P&gt;Yes. Also, the frame numbers reported by MATLAB and the Viewer match (e.g. 698, 699, 700, 701, 703, . . . it dropped 702 in BOTH MATLAB and the Viewer), so MATLAB is &lt;B&gt;not&lt;/B&gt; the issue here (in fact, as mentioned in an earlier post, it was the only tool I found that reliably reads all the data from a bag file for Intel D400 series).&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 19:08:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-Viewer-Recording-Framerate/m-p/582213#M10864</guid>
      <dc:creator>ASriv7</dc:creator>
      <dc:date>2018-08-08T19:08:15Z</dc:date>
    </item>
  </channel>
</rss>

