<?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: 3D Scan live stream in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/3D-Scan-live-stream/m-p/511336#M6621</link>
    <description>&lt;P&gt;Once you have the preview image RGB data (the image from the 3DScan preview is the same basic structure as the images you get from raw streams), your problem is the same as any other live video streaming solution. You'll probably have better luck looking/asking elsewhere for the actual network streaming part (ie, everything after you have the RGB array) of it as it isn't RealSense specific.&lt;/P&gt;</description>
    <pubDate>Tue, 09 May 2017 09:07:31 GMT</pubDate>
    <dc:creator>jb455</dc:creator>
    <dc:date>2017-05-09T09:07:31Z</dc:date>
    <item>
      <title>3D Scan live stream</title>
      <link>https://community.intel.com/t5/Items-with-no-label/3D-Scan-live-stream/m-p/511332#M6617</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently on a project where we have a server which starts the scan process but we need to stream back the preview images being generated. I'm a bit lost on how to encode the video and send it back to the client. I know it's possible to get preview images (Intel.RealSense.Image objects) but I'm not sure how to proceed from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The communication between client-server is currently via HTTP and is to be displayed on an html page. I was thinking on using DASH but then I guess I should encode the Image objects and send them somehow?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a bit lost with this (I've never worked with video encoding/streaming). Any help would be appreciated !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tomás&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 20:11:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/3D-Scan-live-stream/m-p/511332#M6617</guid>
      <dc:creator>TDiaz</dc:creator>
      <dc:date>2017-05-05T20:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Scan live stream</title>
      <link>https://community.intel.com/t5/Items-with-no-label/3D-Scan-live-stream/m-p/511333#M6618</link>
      <description>&lt;P&gt;Have you seen this page of the documentation, which provides scripts for each aspect of raw stream processing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;SDK R2 documentation&lt;/B&gt;&lt;/P&gt;&lt;P&gt; &lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?doc_essential_raw_stream_capture_and_process.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?doc_essential_raw_stream_capture_and_process.html&lt;/A&gt; Intel® RealSense™ SDK 2016 R2 Documentation &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;SDK R3 documentation&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/node/724623"&gt;https://software.intel.com/en-us/node/724623&lt;/A&gt; Raw Stream Capturing and Processing | Intel® Software &lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 21:44:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/3D-Scan-live-stream/m-p/511333#M6618</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-05-05T21:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Scan live stream</title>
      <link>https://community.intel.com/t5/Items-with-no-label/3D-Scan-live-stream/m-p/511334#M6619</link>
      <description>&lt;P&gt;Is this the same/does it work when working with the 3D module? I'm looking for something similar to the 3DScan sample, but in there they don't use raw stream, they get the image directly from the Scan object... Is there a big difference on the result obtained?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Get preview image from the 3D Scan video module */&lt;/P&gt;&lt;P&gt;                            Image preview_image = scan.PreviewImage;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And from there you can get the byte array.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I'm actually a bit confused with what comes after... Sending this byte array to be displayed somewhere else (I'm not sure on the methodology of streaming.. I'm guessing you send frame by frame and that's all)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 15:43:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/3D-Scan-live-stream/m-p/511334#M6619</guid>
      <dc:creator>TDiaz</dc:creator>
      <dc:date>2017-05-08T15:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Scan live stream</title>
      <link>https://community.intel.com/t5/Items-with-no-label/3D-Scan-live-stream/m-p/511335#M6620</link>
      <description>&lt;P&gt;Hello Tomás, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I'll be needing more time to investigate if the Raw Stream Capturing and Processing can be used with the 3D module.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;As soon as I have relevant information I'll contact you through this post.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thank you for your patience.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Andres V.</description>
      <pubDate>Mon, 08 May 2017 23:22:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/3D-Scan-live-stream/m-p/511335#M6620</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-05-08T23:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Scan live stream</title>
      <link>https://community.intel.com/t5/Items-with-no-label/3D-Scan-live-stream/m-p/511336#M6621</link>
      <description>&lt;P&gt;Once you have the preview image RGB data (the image from the 3DScan preview is the same basic structure as the images you get from raw streams), your problem is the same as any other live video streaming solution. You'll probably have better luck looking/asking elsewhere for the actual network streaming part (ie, everything after you have the RGB array) of it as it isn't RealSense specific.&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 09:07:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/3D-Scan-live-stream/m-p/511336#M6621</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2017-05-09T09:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Scan live stream</title>
      <link>https://community.intel.com/t5/Items-with-no-label/3D-Scan-live-stream/m-p/511337#M6622</link>
      <description>&lt;P&gt;Hello Tomás,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;As &lt;I&gt;jb455&lt;/I&gt; kindly mentioned, the data you want to stream shouldn't be treated any different than any other data.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;That makes the issue more oriented to client-server multimedia streaming, something that is out of the scope of this technical support team.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I'm not familiar with the client-server multimedia streaming subject, but you may want to check this link:&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;A href="https://developer.mozilla.org/en-US/docs/Web/HTML/DASH_Adaptive_Streaming_for_HTML_5_Video"&gt;https://developer.mozilla.org/en-US/docs/Web/HTML/DASH_Adaptive_Streaming_for_HTML_5_Video&lt;/A&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;If you have any other question related to RealSense Technology, don't hesitate to contact us.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Have a nice day.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Andres V.</description>
      <pubDate>Tue, 09 May 2017 17:04:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/3D-Scan-live-stream/m-p/511337#M6622</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-05-09T17:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Scan live stream</title>
      <link>https://community.intel.com/t5/Items-with-no-label/3D-Scan-live-stream/m-p/511338#M6623</link>
      <description>&lt;P&gt;Ooohh okay, thank you both! I was really wondering if there was anything particular to it or I could just treat it directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 19:53:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/3D-Scan-live-stream/m-p/511338#M6623</guid>
      <dc:creator>TDiaz</dc:creator>
      <dc:date>2017-05-29T19:53:49Z</dc:date>
    </item>
  </channel>
</rss>

