<?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 camera :no depth data received in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/D435-camera-no-depth-data-received/m-p/432179#M2903</link>
    <description>&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Have you tried running any of the C or C++ examples included in the SDK? The code you provided is just a code snippet and isn't meant to be a full program. The rs-distance example uses the code snippet above in a full program.&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;Sahira&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Oct 2018 21:23:36 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2018-10-31T21:23:36Z</dc:date>
    <item>
      <title>D435 camera :no depth data received</title>
      <link>https://community.intel.com/t5/Items-with-no-label/D435-camera-no-depth-data-received/m-p/432177#M2901</link>
      <description>&lt;P&gt;i connect the D435 camera to PC(windows 7), install the realsense sdk 2.0, open the intel realsense viewer(win 7), it works fine ,i can see both depth and rgb image, the i open the example program; there is a hello-world program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using namespace rs2;&lt;/P&gt;&lt;P&gt;void main()&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;    // Create a Pipeline, which serves as a top-level API for streaming and processing frames&lt;/P&gt;&lt;P&gt;    pipeline p;&lt;/P&gt;&lt;P&gt;    // Configure and start the pipeline&lt;/P&gt;&lt;P&gt;    p.start();&lt;/P&gt;&lt;P&gt;    while (true)&lt;/P&gt;&lt;P&gt;    {&lt;/P&gt;&lt;P&gt;        // Block program until frames arrive&lt;/P&gt;&lt;P&gt;        frameset frames = p.wait_for_frames();&lt;/P&gt;&lt;P&gt;        // Try to get a frame of a depth image&lt;/P&gt;&lt;P&gt;        depth_frame depth = frames.get_depth_frame();&lt;/P&gt;&lt;P&gt;        // The frameset might not contain a depth frame, if so continue until it does&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        if (!depth) continue;&lt;/P&gt;&lt;P&gt;        // Get the depth frame's dimensions&lt;/P&gt;&lt;P&gt;        float width = depth.get_width();&lt;/P&gt;&lt;P&gt;        float height = depth.get_height();&lt;/P&gt;&lt;P&gt;        // Query the distance from the camera to the object in the center of the image&lt;/P&gt;&lt;P&gt;        float dist_to_center = depth.get_distance(width / 2, height / 2);&lt;/P&gt;&lt;P&gt;        // Print the distance &lt;/P&gt;&lt;P&gt;        std::cout &amp;lt;&amp;lt; "The camera is facing an object " &amp;lt;&amp;lt; dist_to_center &amp;lt;&amp;lt; " meters away \r";&lt;/P&gt;&lt;P&gt;    }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the depth is always NULL, the program cannot output the distance value;&lt;/P&gt;&lt;P&gt;then i open the realsense viewer, it show usb cam overflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why is that?&lt;/P&gt;&lt;P&gt;Did i miss something, or config the vs studio? i am using vs 2015 community version.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 00:36:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/D435-camera-no-depth-data-received/m-p/432177#M2901</guid>
      <dc:creator>mzhou1</dc:creator>
      <dc:date>2018-10-31T00:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: D435 camera :no depth data received</title>
      <link>https://community.intel.com/t5/Items-with-no-label/D435-camera-no-depth-data-received/m-p/432178#M2902</link>
      <description>&lt;P&gt;Does the example program work if you run it without having opened the RealSense Viewer beforehand, please?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 10:57:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/D435-camera-no-depth-data-received/m-p/432178#M2902</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-10-31T10:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: D435 camera :no depth data received</title>
      <link>https://community.intel.com/t5/Items-with-no-label/D435-camera-no-depth-data-received/m-p/432179#M2903</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Have you tried running any of the C or C++ examples included in the SDK? The code you provided is just a code snippet and isn't meant to be a full program. The rs-distance example uses the code snippet above in a full program.&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;Sahira&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 21:23:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/D435-camera-no-depth-data-received/m-p/432179#M2903</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-10-31T21:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: D435 camera :no depth data received</title>
      <link>https://community.intel.com/t5/Items-with-no-label/D435-camera-no-depth-data-received/m-p/432180#M2904</link>
      <description>&lt;P&gt;no, the example program does not work if the realsense viewer didnot open beforehand.&lt;/P&gt;&lt;P&gt;even i restart my computer, then run the example, no data received.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 00:10:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/D435-camera-no-depth-data-received/m-p/432180#M2904</guid>
      <dc:creator>mzhou1</dc:creator>
      <dc:date>2018-11-01T00:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: D435 camera :no depth data received</title>
      <link>https://community.intel.com/t5/Items-with-no-label/D435-camera-no-depth-data-received/m-p/432181#M2905</link>
      <description>&lt;P&gt;this is a example code included in sdk, i open the program though the shortcut in desktop.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 00:14:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/D435-camera-no-depth-data-received/m-p/432181#M2905</guid>
      <dc:creator>mzhou1</dc:creator>
      <dc:date>2018-11-01T00:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: D435 camera :no depth data received</title>
      <link>https://community.intel.com/t5/Items-with-no-label/D435-camera-no-depth-data-received/m-p/432182#M2906</link>
      <description>&lt;P&gt;Hi Michael, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Just to be clear, only the hello-world example does not work? Have you tried the other examples from the SDK?&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;Sahira</description>
      <pubDate>Fri, 02 Nov 2018 16:16:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/D435-camera-no-depth-data-received/m-p/432182#M2906</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-11-02T16:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: D435 camera :no depth data received</title>
      <link>https://community.intel.com/t5/Items-with-no-label/D435-camera-no-depth-data-received/m-p/432183#M2907</link>
      <description>&lt;P&gt;Are you sure you're using usb3 port AND usb3 cable? Otherwise, you're in for a myriad of issues.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 20:54:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/D435-camera-no-depth-data-received/m-p/432183#M2907</guid>
      <dc:creator>_xct</dc:creator>
      <dc:date>2018-11-02T20:54:44Z</dc:date>
    </item>
  </channel>
</rss>

