<?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: The depth stream of my Camera displays a green screen with directShow in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/The-depth-stream-of-my-Camera-displays-a-green-screen-with/m-p/679559#M15858</link>
    <description>&lt;P&gt;If you cannot get greyscale depth easily with RealSense SDK 2,0, another option for creating a program would be to use the older '2016 R3' SDK with your SR300.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/4736i41151ACBB51F2F28/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The '2016 R3'  SDK can be downloaded from the link below.  If you just want to capture streams, you only need to install the core 'Essentials' module and not the additional optional modules.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/realsense-sdk-windows-eol"&gt;https://software.intel.com/en-us/realsense-sdk-windows-eol&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/4737i3517DF4A24E13DC2/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jun 2019 21:34:34 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2019-06-26T21:34:34Z</dc:date>
    <item>
      <title>The depth stream of my Camera displays a green screen with directShow</title>
      <link>https://community.intel.com/t5/Items-with-no-label/The-depth-stream-of-my-Camera-displays-a-green-screen-with/m-p/679556#M15855</link>
      <description>&lt;P&gt;I try to get the video stream of my camera intel RealSense SR300 with DirectShow, the goal is to have the rgb stream, and the depth stream in greyscale.&lt;/P&gt;&lt;P&gt;So first, I used GraphEdit, from DirectShow, before coding, to see if it works well, and it’s not the case because the depth stream displays a green screen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="graph.PNG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/4732i4D4961951C70CE05/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="graph.PNG" alt="graph.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="greenscreen.PNG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/4733i10AB30C9D4C79DDE/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="greenscreen.PNG" alt="greenscreen.PNG" /&gt;&lt;/span&gt;&amp;nbsp;So I made few researches and I found that the problem is possibly coming from the pixel format which directshow seems to not recognize&lt;/P&gt;&lt;P&gt;I tried to change the properties of the video stream with graphEdit, and the actual format is YUY2, and there are others like INVZ, INZI, INZC, etc … but I can’t use them because apparently there are not available&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="graphproperties2.PNG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/4734i77910B7C49AE548A/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="graphproperties2.PNG" alt="graphproperties2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The error text is :"this format is not currently available"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or Maybe the problem is that I didn’t put enough filters in my graph to access correctly to the depth stream, I’m new with directshow...&lt;/P&gt;&lt;P&gt;Thanks in advance for your help !&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 20:18:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/The-depth-stream-of-my-Camera-displays-a-green-screen-with/m-p/679556#M15855</guid>
      <dc:creator>troui</dc:creator>
      <dc:date>2019-06-25T20:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: The depth stream of my Camera displays a green screen with directShow</title>
      <link>https://community.intel.com/t5/Items-with-no-label/The-depth-stream-of-my-Camera-displays-a-green-screen-with/m-p/679557#M15856</link>
      <description>&lt;P&gt;I carefully researched your problem but was not able to find a solution for DirectShow, unfortunately. If you are only using DirectShow for the purposes of turning the color and depth streams greyscale, it would be much easier to do it with the current RealSense SDK 2.0 software, which is compatible with SR300. The SDK contains a piece of easy to use streaming software called the &lt;B&gt;RealSense Viewer.&lt;/B&gt; Using this with your SR300 will make it easy to play the color and depth streams and select a greyscale setting for them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can download the RealSense Viewer software from the link below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/releases/" target="_self" alt="https://github.com/IntelRealSense/librealsense/releases/"&gt;&lt;/A&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/releases/"&gt;https://github.com/IntelRealSense/librealsense/releases/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can get greyscale RGB with 'Y16' mode and greyscale depth by setting the "Color scheme" setting to 'Black to White' (which is likely representing depth distances by shades from black to white rather than a true B&amp;amp;W image).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please left-click on the image below to view it in full size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/4735iDD0E4A6CFBFA4F5B/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;If you prefer to use DirectShow, I would recommend seeing if the RGB mode supports Y16 and can access it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*****&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, please note that the RealSense forum has moved to a new site, so please post future questions there. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.intelrealsense.com/hc/en-us/community/topics" target="_self" alt="https://support.intelrealsense.com/hc/en-us/community/topics"&gt;&lt;/A&gt;&lt;A href="https://support.intelrealsense.com/hc/en-us/community/topics"&gt;https://support.intelrealsense.com/hc/en-us/community/topics&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 23:44:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/The-depth-stream-of-my-Camera-displays-a-green-screen-with/m-p/679557#M15856</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2019-06-25T23:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: The depth stream of my Camera displays a green screen with directShow</title>
      <link>https://community.intel.com/t5/Items-with-no-label/The-depth-stream-of-my-Camera-displays-a-green-screen-with/m-p/679558#M15857</link>
      <description>&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;But I'd rather create a program myself to make image processing without the intel realsense viewer&lt;/P&gt;&lt;P&gt;And my problem is not with the rgb camera but with the depth one and it doesn't seem to support Y16 format&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 20:12:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/The-depth-stream-of-my-Camera-displays-a-green-screen-with/m-p/679558#M15857</guid>
      <dc:creator>troui</dc:creator>
      <dc:date>2019-06-26T20:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: The depth stream of my Camera displays a green screen with directShow</title>
      <link>https://community.intel.com/t5/Items-with-no-label/The-depth-stream-of-my-Camera-displays-a-green-screen-with/m-p/679559#M15858</link>
      <description>&lt;P&gt;If you cannot get greyscale depth easily with RealSense SDK 2,0, another option for creating a program would be to use the older '2016 R3' SDK with your SR300.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/4736i41151ACBB51F2F28/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The '2016 R3'  SDK can be downloaded from the link below.  If you just want to capture streams, you only need to install the core 'Essentials' module and not the additional optional modules.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/realsense-sdk-windows-eol"&gt;https://software.intel.com/en-us/realsense-sdk-windows-eol&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/4737i3517DF4A24E13DC2/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 21:34:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/The-depth-stream-of-my-Camera-displays-a-green-screen-with/m-p/679559#M15858</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2019-06-26T21:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: The depth stream of my Camera displays a green screen with directShow</title>
      <link>https://community.intel.com/t5/Items-with-no-label/The-depth-stream-of-my-Camera-displays-a-green-screen-with/m-p/679560#M15859</link>
      <description>&lt;P&gt;I already used the sdk and it worked well,&lt;/P&gt;&lt;P&gt;But I need to create a virtual camera driver, to make the integration of my program(which get the video stream of the depth camera and do video processing with it)  in another application easier, that is why I wanted to use directshow&lt;/P&gt;&lt;P&gt;Do you know if it's possible in another way ?&lt;/P&gt;&lt;P&gt;Anyway, thanks for your help &lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 19:18:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/The-depth-stream-of-my-Camera-displays-a-green-screen-with/m-p/679560#M15859</guid>
      <dc:creator>troui</dc:creator>
      <dc:date>2019-06-27T19:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: The depth stream of my Camera displays a green screen with directShow</title>
      <link>https://community.intel.com/t5/Items-with-no-label/The-depth-stream-of-my-Camera-displays-a-green-screen-with/m-p/679561#M15860</link>
      <description>&lt;P&gt;I would recommend posting your question on the new RealSense forum to get the input of Intel support staff, as they have access to resources that I do not and can ask questions to the RealSense engineers (I do not work for Intel).   Intel's support team are no longer assisting on this old forum since the move.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.intelrealsense.com/hc/en-us/community/topics"&gt;https://support.intelrealsense.com/hc/en-us/community/topics&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 19:54:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/The-depth-stream-of-my-Camera-displays-a-green-screen-with/m-p/679561#M15860</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2019-06-27T19:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: The depth stream of my Camera displays a green screen with directShow</title>
      <link>https://community.intel.com/t5/Items-with-no-label/The-depth-stream-of-my-Camera-displays-a-green-screen-with/m-p/679562#M15861</link>
      <description>&lt;P&gt;I will check there ,&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 20:05:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/The-depth-stream-of-my-Camera-displays-a-green-screen-with/m-p/679562#M15861</guid>
      <dc:creator>troui</dc:creator>
      <dc:date>2019-06-27T20:05:18Z</dc:date>
    </item>
  </channel>
</rss>

