<?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 Initializing RGB and depth buffer at max resolution ... in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Initializing-RGB-and-depth-buffer-at-max-resolution/m-p/557079#M9113</link>
    <description>&lt;P&gt;Hey all -- just getting started and trying to adapt the RealSense code samples to initialize the camera at max resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, the RGB stream starts at 640x480 and the depth stream at 1280x720, and we want max detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;So far I'm adding the following:&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;rs2::config cfg;&lt;P&gt;cfg.enable_device( device_name ); // device_name is a std::string with the correct serial number of the RealSense camera&lt;/P&gt;&lt;P&gt;cfg.enable_stream( RS2_STREAM_COLOR, 1920, 1080, RS2_FORMAT_RGB8, 30 );&lt;/P&gt;&lt;P&gt;cfg.enable_stream( RS2_STREAM_DEPTH, 1920, 1080, RS2_FORMAT_Z16, 30 );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rs2::pipeline pipe;&lt;/P&gt;&lt;P&gt;pipe.start( cfg );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, this seems to barf.  It appears to be adding the depth stream that causes the problem -- but if I I only add the color stream.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I missing?  Can it not support frames of that size at 30 fps, or am I doing something wrong here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: changing both to 640x480 just as a test does appear to work -- so it seems like a built-in limitation.  I'll try reducing the resolutions gradually til I find out what it lets me use.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Apr 2018 21:38:18 GMT</pubDate>
    <dc:creator>PTozo</dc:creator>
    <dc:date>2018-04-11T21:38:18Z</dc:date>
    <item>
      <title>Initializing RGB and depth buffer at max resolution ...</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Initializing-RGB-and-depth-buffer-at-max-resolution/m-p/557079#M9113</link>
      <description>&lt;P&gt;Hey all -- just getting started and trying to adapt the RealSense code samples to initialize the camera at max resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, the RGB stream starts at 640x480 and the depth stream at 1280x720, and we want max detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;So far I'm adding the following:&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;rs2::config cfg;&lt;P&gt;cfg.enable_device( device_name ); // device_name is a std::string with the correct serial number of the RealSense camera&lt;/P&gt;&lt;P&gt;cfg.enable_stream( RS2_STREAM_COLOR, 1920, 1080, RS2_FORMAT_RGB8, 30 );&lt;/P&gt;&lt;P&gt;cfg.enable_stream( RS2_STREAM_DEPTH, 1920, 1080, RS2_FORMAT_Z16, 30 );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rs2::pipeline pipe;&lt;/P&gt;&lt;P&gt;pipe.start( cfg );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, this seems to barf.  It appears to be adding the depth stream that causes the problem -- but if I I only add the color stream.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I missing?  Can it not support frames of that size at 30 fps, or am I doing something wrong here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: changing both to 640x480 just as a test does appear to work -- so it seems like a built-in limitation.  I'll try reducing the resolutions gradually til I find out what it lets me use.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 21:38:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Initializing-RGB-and-depth-buffer-at-max-resolution/m-p/557079#M9113</guid>
      <dc:creator>PTozo</dc:creator>
      <dc:date>2018-04-11T21:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Initializing RGB and depth buffer at max resolution ...</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Initializing-RGB-and-depth-buffer-at-max-resolution/m-p/557080#M9114</link>
      <description>&lt;P&gt;1920x1080 resolution is just for the RGB stream.  The maximum depth resolution is 1280x720.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 22:11:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Initializing-RGB-and-depth-buffer-at-max-resolution/m-p/557080#M9114</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-04-11T22:11:35Z</dc:date>
    </item>
  </channel>
</rss>

