<?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: D435: Convert Videoframe to Bitmap in C# in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/D435-Convert-Videoframe-to-Bitmap-in-C/m-p/547798#M8370</link>
    <description>&lt;P&gt;RealSense SDK 2.0 has a sample program for saving a frame to disk as a PNG image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/tree/master/examples/save-to-disk"&gt;https://github.com/IntelRealSense/librealsense/tree/master/examples/save-to-disk&lt;/A&gt; librealsense/examples/save-to-disk at master · IntelRealSense/librealsense · GitHub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: I re-read and saw that you need the code in C# .  I do not have a C#  sample for saving frames as images, unfortunately.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Apr 2018 13:22:16 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2018-04-09T13:22:16Z</dc:date>
    <item>
      <title>D435: Convert Videoframe to Bitmap in C#</title>
      <link>https://community.intel.com/t5/Items-with-no-label/D435-Convert-Videoframe-to-Bitmap-in-C/m-p/547797#M8369</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am looking for the fastest conversion of a Videoframe to a Bitmap.&lt;/P&gt;&lt;P&gt;Currently i am doing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bitmap bmp = new Bitmap(frame.Width, frame.Height, frame.Stride, System.Drawing.Imaging.Pixelformat.Format24bppRgb, frame.Data);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Afterwards i am doing a face detection and recognition with the Bitmap and display it through a System.Windows.Controls.Image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using a regular Webcam or the R200 works smooth, but the output is laggy when i am using the D435.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 12:56:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/D435-Convert-Videoframe-to-Bitmap-in-C/m-p/547797#M8369</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-04-09T12:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: D435: Convert Videoframe to Bitmap in C#</title>
      <link>https://community.intel.com/t5/Items-with-no-label/D435-Convert-Videoframe-to-Bitmap-in-C/m-p/547798#M8370</link>
      <description>&lt;P&gt;RealSense SDK 2.0 has a sample program for saving a frame to disk as a PNG image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/tree/master/examples/save-to-disk"&gt;https://github.com/IntelRealSense/librealsense/tree/master/examples/save-to-disk&lt;/A&gt; librealsense/examples/save-to-disk at master · IntelRealSense/librealsense · GitHub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: I re-read and saw that you need the code in C# .  I do not have a C#  sample for saving frames as images, unfortunately.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 13:22:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/D435-Convert-Videoframe-to-Bitmap-in-C/m-p/547798#M8370</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-04-09T13:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: D435: Convert Videoframe to Bitmap in C#</title>
      <link>https://community.intel.com/t5/Items-with-no-label/D435-Convert-Videoframe-to-Bitmap-in-C/m-p/547799#M8371</link>
      <description>&lt;P&gt;Hey MartyG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i edited it afterwards, so that was my mistake missing the c#  part. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: in case you did read my second question, i picked the wrong format, i fixed that now&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 15:13:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/D435-Convert-Videoframe-to-Bitmap-in-C/m-p/547799#M8371</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-04-09T15:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: D435: Convert Videoframe to Bitmap in C#</title>
      <link>https://community.intel.com/t5/Items-with-no-label/D435-Convert-Videoframe-to-Bitmap-in-C/m-p/547800#M8372</link>
      <description>&lt;P&gt;Thanks Niko.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are doing the conversion of the frame to bitmap just for the purposes of feeding it into your face detection routine, you may be interested in new skeletal tracking software for the D415 and D435 called Nuitrack that can do full-body tracking and face recognition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=gMPtV4NXtUo"&gt;https://www.youtube.com/watch?v=gMPtV4NXtUo&lt;/A&gt; Intel RealSense D415/D435 and Nuitrack skeletal tracking SDK replace Kinect SDK - YouTube&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 15:53:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/D435-Convert-Videoframe-to-Bitmap-in-C/m-p/547800#M8372</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-04-09T15:53:03Z</dc:date>
    </item>
  </channel>
</rss>

