<?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 to select a different mediasource format with the UWP API with time correlated sources in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/How-to-select-a-different-mediasource-format-with-the-UWP-API/m-p/589932#M11237</link>
    <description>&lt;P&gt;As you have the latest version of the UWP driver and firmware, there is nothing else I know of to suggest.  It will be best if a member of Intel's support team on this forum (I'm not a support team member) takes up this case and tries to answer it for you.  Good luck!&lt;/P&gt;</description>
    <pubDate>Thu, 29 Mar 2018 18:05:20 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2018-03-29T18:05:20Z</dc:date>
    <item>
      <title>How to select a different mediasource format with the UWP API with time correlated sources</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-select-a-different-mediasource-format-with-the-UWP-API/m-p/589929#M11234</link>
      <description>&lt;P&gt;I am using the Windows UWP API to access the RealSense D435 camera and I am running into a limitation.&lt;/P&gt;&lt;P&gt;I can access the color and depth streams separately with separate MediaFrameReaders and set the source formats to the resolution and framerate that I want using the CameraFrames sample found here: &lt;A href="https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/CameraFrames"&gt;https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/CameraFrames&lt;/A&gt; Windows-universal-samples/Samples/CameraFrames at master · Microsoft/Windows-universal-samples · GitHub &lt;/P&gt;&lt;P&gt;So far so good!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting from Windows 10 version 1607 there exists a MultiSourceMediaFrameReader that can provide time correlated source frames. That also works, but the default resolutions of the frames that are provided are a bit low. Color has a default format of 320x180 and depth has a default format of 424x240. When I change the color and depth to a higher resolution with SetFormatAsync the resolution of the frames that are provided in the callback do not change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a known issue? &lt;/P&gt;&lt;P&gt;kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;P&gt;Windows 10.0.16299, RealSense D435 firmware 5.9.2.0, Realsense driver 5.1.160.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 14:10:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-select-a-different-mediasource-format-with-the-UWP-API/m-p/589929#M11234</guid>
      <dc:creator>RSmee</dc:creator>
      <dc:date>2018-03-29T14:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to select a different mediasource format with the UWP API with time correlated sources</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-select-a-different-mediasource-format-with-the-UWP-API/m-p/589930#M11235</link>
      <description>&lt;P&gt;Are you trying to sync between color and depth?  If so, Jesus G from Intel support posted the following information about the D415 and D435 models' hardware sync earlier this year:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;********&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;D415&lt;/B&gt;&lt;/P&gt;&lt;P&gt;The RGB and depth cameras are on the same PCB board.  The HW sync connection between RGB and depth is in place, but the FW has not enabled it yet . It is planned for development with a release about 2 months from now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Jesus' message was posted 2 months ago, suggesting that the availability of hardware sync will be in the near future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;D435&lt;/B&gt;&lt;/P&gt;&lt;P&gt;The RGB and depth sensors are not on the same PCB.  The RGB is a standalone camera module, there is no HW sync connection between RGB sensor and depth sensor.  They cannot be synced.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 14:39:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-select-a-different-mediasource-format-with-the-UWP-API/m-p/589930#M11235</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-03-29T14:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to select a different mediasource format with the UWP API with time correlated sources</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-select-a-different-mediasource-format-with-the-UWP-API/m-p/589931#M11236</link>
      <description>&lt;P&gt;I am aware of the post you quoted. I do not want this question to go into a discussion on D400 hardware limitations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the recent update to the Windows UWP API it is possible to get media frames grouped in time.&lt;/P&gt;&lt;P&gt;Whether this is solved in hardware or in software is not important for working with the API right now. &lt;/P&gt;&lt;P&gt;It's a generic API that can be used for Kinect, Intel RealSense and any future sensor that may come with UWP support. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW the same behavior I described also occurs with the D415.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 17:50:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-select-a-different-mediasource-format-with-the-UWP-API/m-p/589931#M11236</guid>
      <dc:creator>RSmee</dc:creator>
      <dc:date>2018-03-29T17:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to select a different mediasource format with the UWP API with time correlated sources</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-select-a-different-mediasource-format-with-the-UWP-API/m-p/589932#M11237</link>
      <description>&lt;P&gt;As you have the latest version of the UWP driver and firmware, there is nothing else I know of to suggest.  It will be best if a member of Intel's support team on this forum (I'm not a support team member) takes up this case and tries to answer it for you.  Good luck!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 18:05:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-select-a-different-mediasource-format-with-the-UWP-API/m-p/589932#M11237</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-03-29T18:05:20Z</dc:date>
    </item>
  </channel>
</rss>

