<?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:Generating depth_frame for testing in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Generating-depth-frame-for-testing/m-p/1432382#M1937</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This forum primarily supports queries related to Intel Distribution for Python. Please submit RealSense queries here: &lt;/P&gt;&lt;P&gt;&lt;A href="https://support.intelrealsense.com/hc/en-us/requests/new" rel="noopener noreferrer" target="_blank"&gt;https://support.intelrealsense.com/hc/en-us/requests/new&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We will not be monitoring this thread further.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri, sans-serif; font-size: 11pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 23 Nov 2022 03:54:50 GMT</pubDate>
    <dc:creator>AthiraM_Intel</dc:creator>
    <dc:date>2022-11-23T03:54:50Z</dc:date>
    <item>
      <title>Generating depth_frame for testing</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Generating-depth-frame-for-testing/m-p/1432067#M1936</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am a beginner and working on a realtime feedback algorithm which is doing measurements using Realsense D405. I need to make test frames, and I wanted to ask how would I do it? What is the actual format of the depth_frame. Can I generate frames using opencv and add depth to them in a way that it will work?&lt;/P&gt;
&lt;P&gt;After I find the points which I need the distance between, I'm doing this to get to the points:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;    point1_2d = points_2d[0]
    point2_2d = points_2d[1]
    u_dist = depth_frame.get_distance(point1_2d[0], point1_2d[1])
    v_dist = depth_frame.get_distance(point2_2d[0], point2_2d[1])

    point1 = rs.rs2_deproject_pixel_to_point(intrinsics, [point1_2d[0],
point1_2d[1]], u_dist)
    point2 = rs.rs2_deproject_pixel_to_point(intrinsics, [point2_2d[0], point2_2d[1]], v_dist)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 07:53:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Generating-depth-frame-for-testing/m-p/1432067#M1936</guid>
      <dc:creator>ensar</dc:creator>
      <dc:date>2022-11-22T07:53:10Z</dc:date>
    </item>
    <item>
      <title>Re:Generating depth_frame for testing</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Generating-depth-frame-for-testing/m-p/1432382#M1937</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This forum primarily supports queries related to Intel Distribution for Python. Please submit RealSense queries here: &lt;/P&gt;&lt;P&gt;&lt;A href="https://support.intelrealsense.com/hc/en-us/requests/new" rel="noopener noreferrer" target="_blank"&gt;https://support.intelrealsense.com/hc/en-us/requests/new&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We will not be monitoring this thread further.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri, sans-serif; font-size: 11pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Nov 2022 03:54:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Generating-depth-frame-for-testing/m-p/1432382#M1937</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2022-11-23T03:54:50Z</dc:date>
    </item>
  </channel>
</rss>

