<?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: Available attributes of frame metadata ( RealSense D415 ) in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Available-attributes-of-frame-metadata-RealSense-D415/m-p/598442#M11897</link>
    <description>&lt;P&gt;Thanks for sharing your solution, mprat!  &lt;/P&gt;</description>
    <pubDate>Thu, 25 Oct 2018 12:58:21 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2018-10-25T12:58:21Z</dc:date>
    <item>
      <title>Available attributes of frame metadata ( RealSense D415 )</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Available-attributes-of-frame-metadata-RealSense-D415/m-p/598435#M11890</link>
      <description>&lt;P&gt;Dear Intel Support Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     I want to get the exposure value when Auto Exposure is on, so I tried to call &lt;I&gt;rs2_get_frame_metadata()&lt;/I&gt; with testing for attribute support :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if ( rs2_supports_frame_metadata(.., attribute,...) ){&lt;/P&gt;&lt;P&gt;     val = rs2_get_frame_metadata(.., attribute,...)&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;However, It seems that there are only 3 attributes are supported : &lt;/P&gt;&lt;P&gt;   "RS2_FRAME_METADATA_TIME_OF_ARRIVAL" , &lt;/P&gt;&lt;P&gt;   "RS2_FRAME_METADATA_BACKEND_TIMESTAMP", &lt;/P&gt;&lt;P&gt;   "RS2_FRAME_METADATA_ACTUAL_FPS" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will other attributes such as exposure value be supported in the future?&lt;/P&gt;&lt;P&gt;Is there any other way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;JY&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 09:04:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Available-attributes-of-frame-metadata-RealSense-D415/m-p/598435#M11890</guid>
      <dc:creator>均林</dc:creator>
      <dc:date>2018-09-14T09:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Available attributes of frame metadata ( RealSense D415 )</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Available-attributes-of-frame-metadata-RealSense-D415/m-p/598436#M11891</link>
      <description>&lt;P&gt;Instead of using frame metadata, you can get the exposure value with get_option, as described in the discussion linked to below, which suggests printing out exposure to a log with the instruction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;print(sensor.get_option(rs.option.exposure)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/issues/1624"&gt;https://github.com/IntelRealSense/librealsense/issues/1624&lt;/A&gt; auto_exposure problem · Issue # 1624 · IntelRealSense/librealsense · GitHub&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 10:54:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Available-attributes-of-frame-metadata-RealSense-D415/m-p/598436#M11891</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-09-14T10:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Available attributes of frame metadata ( RealSense D415 )</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Available-attributes-of-frame-metadata-RealSense-D415/m-p/598437#M11892</link>
      <description>&lt;P&gt;Hi MartyG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact, I want to get the actual exposure value rather than the manual exposure value. (Just like what is mentioned in the discussion you offered)&lt;/P&gt;&lt;P&gt;Therefore, I enabled auto_exposure first waiting the camera to adjust to the proper exposure value, then I switched off auto_exposure and try to get the adjusted exposure. &lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 06:45:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Available-attributes-of-frame-metadata-RealSense-D415/m-p/598437#M11892</guid>
      <dc:creator>均林</dc:creator>
      <dc:date>2018-09-17T06:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Available attributes of frame metadata ( RealSense D415 )</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Available-attributes-of-frame-metadata-RealSense-D415/m-p/598438#M11893</link>
      <description>&lt;P&gt;Thanks for the update!   Do you need further assistance?  &lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 06:51:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Available-attributes-of-frame-metadata-RealSense-D415/m-p/598438#M11893</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-09-17T06:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Available attributes of frame metadata ( RealSense D415 )</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Available-attributes-of-frame-metadata-RealSense-D415/m-p/598439#M11894</link>
      <description>&lt;P&gt;Hi MartyG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;It seems that the actual exposure attribute is not supported in D415 so I cannot query it.&lt;/P&gt;&lt;P&gt;I really hope more metadata attributes would be supported in the future.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 07:48:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Available-attributes-of-frame-metadata-RealSense-D415/m-p/598439#M11894</guid>
      <dc:creator>均林</dc:creator>
      <dc:date>2018-09-17T07:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Available attributes of frame metadata ( RealSense D415 )</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Available-attributes-of-frame-metadata-RealSense-D415/m-p/598440#M11895</link>
      <description>&lt;P&gt;You can file a request for a particular feature to be added on the RealSense GitHub by going to the link below and clicking the 'New Issue' button to post a message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/issues"&gt;https://github.com/IntelRealSense/librealsense/issues&lt;/A&gt; Issues · IntelRealSense/librealsense · GitHub &lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 08:05:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Available-attributes-of-frame-metadata-RealSense-D415/m-p/598440#M11895</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-09-17T08:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Available attributes of frame metadata ( RealSense D415 )</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Available-attributes-of-frame-metadata-RealSense-D415/m-p/598441#M11896</link>
      <description>&lt;P&gt;Using firmware version 5.10.3 I was successfully able to query my D415 (using the Python API, but you can re-derive the C++ one):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;frames = pipeline.wait_for_frames()&lt;/P&gt;&lt;P&gt;depth_frame = frames.get_depth_frame()&lt;/P&gt;&lt;P&gt;actual_exposure = depth_frame.get_frame_metadata(rs.frame_metadata_value.actual_exposure)&lt;/P&gt;</description>
      <pubDate>Thu, 25 Oct 2018 12:55:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Available-attributes-of-frame-metadata-RealSense-D415/m-p/598441#M11896</guid>
      <dc:creator>MPrat3</dc:creator>
      <dc:date>2018-10-25T12:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Available attributes of frame metadata ( RealSense D415 )</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Available-attributes-of-frame-metadata-RealSense-D415/m-p/598442#M11897</link>
      <description>&lt;P&gt;Thanks for sharing your solution, mprat!  &lt;/P&gt;</description>
      <pubDate>Thu, 25 Oct 2018 12:58:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Available-attributes-of-frame-metadata-RealSense-D415/m-p/598442#M11897</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-10-25T12:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Available attributes of frame metadata ( RealSense D415 )</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Available-attributes-of-frame-metadata-RealSense-D415/m-p/598443#M11898</link>
      <description>&lt;P&gt;Thanks for your help, mprat.&lt;/P&gt;&lt;P&gt;After some additional steps that are specified in the&lt;A href="https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_windows.md"&gt;https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_windows.md&lt;/A&gt;  installation guide, I can get the frame metadata of RGB &amp;amp; depth sensor !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;However, according to issue &lt;A href="https://github.com/IntelRealSense/librealsense/issues/2218"&gt;https://github.com/IntelRealSense/librealsense/issues/2218&lt;/A&gt; # 2218, the actual exposure metadata attribute for RGB sensor updates only with the "Auto-exposure" flag is "Off" and this is a HW limitation.&lt;/P&gt;&lt;P&gt;Therefore, it seems that the current actual exposure value of RGB sensor cannot be get.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Oct 2018 10:35:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Available-attributes-of-frame-metadata-RealSense-D415/m-p/598443#M11898</guid>
      <dc:creator>均林</dc:creator>
      <dc:date>2018-10-26T10:35:53Z</dc:date>
    </item>
  </channel>
</rss>

