<?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: Realsense D435 timestamps in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503510#M6222</link>
    <description>&lt;P&gt;Indeed, I know that page by heart now. But it doesn't answer my questions, I've also looked into parts of the code responsible for the timestamp generation but I couldn't yet find these answers there either.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Aug 2018 09:38:15 GMT</pubDate>
    <dc:creator>JCalo</dc:creator>
    <dc:date>2018-08-02T09:38:15Z</dc:date>
    <item>
      <title>Realsense D435 timestamps</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503498#M6210</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question about the timestamps that are generated on the Realsense D435. How exactly are these timestamps generated? Is it when the depth camera starts recording, when the image is sent through the usb or at some different point?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am combining the realsense D435 with another tracking device. I am using Nuitrack to get a skeleton body.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2018 15:26:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503498#M6210</guid>
      <dc:creator>JCalo</dc:creator>
      <dc:date>2018-07-26T15:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense D435 timestamps</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503499#M6211</link>
      <description>&lt;P&gt;Hello Joost,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thank you for your interest in the Intel® RealSense™ Depth Camera D435.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;We are currently working on your request and will come with an answer. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Also, you can check the post in the link below: &lt;A href="https://communities.intel.com/thread/120208"&gt;https://communities.intel.com/thread/120208&lt;/A&gt; &lt;A href="https://communities.intel.com/thread/120208"&gt;https://communities.intel.com/thread/120208&lt;/A&gt;&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;George</description>
      <pubDate>Thu, 26 Jul 2018 22:00:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503499#M6211</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-07-26T22:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense D435 timestamps</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503500#M6212</link>
      <description>&lt;P&gt;Thanks, I already came by that post but it is about the synchronization of the RGB camera and depth camera. Currently I only obtain the depth frames which are then processed with Nuitrack to obtain a skeleton. When I plot the signals from Nuitrack and my other device, the data from the Realsense lags ~ 80 ms behind. I already validated the timing of the other device in a different way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the Intel RealSense viewer, the depth stream gives me a timestamp and also shows a red text "System Time" with the message:&lt;/P&gt;&lt;P&gt;"Hardware Timestamp unavailable! This is often an indication of improperly applied Kernel patch. Please refer to &lt;A href="http://installation.md"&gt;installation.md&lt;/A&gt; for more information"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are the hardware timestamps available on the D435? If so, should I change something on my configuration? Furthermore, I can't seem to find the &lt;A href="http://installation.md"&gt;installation.md&lt;/A&gt; file.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 08:53:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503500#M6212</guid>
      <dc:creator>JCalo</dc:creator>
      <dc:date>2018-07-27T08:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense D435 timestamps</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503501#M6213</link>
      <description>&lt;P&gt;System Time is the camera's software timestamp, and is used when hardware timestamps are unavailable.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;A href="http://installation.md"&gt;installation.md&lt;/A&gt; document can be found here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md"&gt;https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md&lt;/A&gt; librealsense/&lt;A href="http://installation.md"&gt;installation.md&lt;/A&gt; at master · IntelRealSense/librealsense · GitHub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as RGB and depth sync on D435 goes,Jesus G from Intel customer support has stated: "The RGB and depth sensors are not on the same PCB.  The RGB is a standalone camera module, there is no HW sync connection between RGB sensor and depth sensor.  They cannot be synced".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whilst there is not a clear and definite statement on how that affects hardware timestamps, the fact that there is information about hardware timestamp on D415 but not on D435 probably answers the question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is a link to the best reference I know of regarding hardware timestamps on D415, in case you are interested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/issues/1294"&gt;https://github.com/IntelRealSense/librealsense/issues/1294&lt;/A&gt; Support of hardware timestamps · Issue # 1294 · IntelRealSense/librealsense · GitHub &lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 09:47:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503501#M6213</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-07-27T09:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense D435 timestamps</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503502#M6214</link>
      <description>&lt;P&gt;Thank you MartyG, indeed I've seen that post but it's about the hardware sync between the RGB and depth sensor. Looking at this post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/master/doc/frame_metadata.md#"&gt;https://github.com/IntelRealSense/librealsense/blob/master/doc/frame_metadata.md#&lt;/A&gt; os-support librealsense/frame_metadata.md at master · IntelRealSense/librealsense · GitHub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got it able to work and now I'm indeed getting the right timestamps even in Nuitrack. Now my question is: is it possible to poll the device hardware time?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 06:55:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503502#M6214</guid>
      <dc:creator>JCalo</dc:creator>
      <dc:date>2018-07-30T06:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense D435 timestamps</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503503#M6215</link>
      <description>&lt;P&gt;The discussion linked to below contains a short script that a user created to output depth and color frame info, including hardware timestamps, to a log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/issues/1263"&gt;https://github.com/IntelRealSense/librealsense/issues/1263&lt;/A&gt; Sync frame and understanding frame rates, frame numbers and timestamps · Issue # 1263 · IntelRealSense/librealsense · Git…&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 11:00:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503503#M6215</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-07-30T11:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense D435 timestamps</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503504#M6216</link>
      <description>&lt;P&gt;Thanks MartyG, I've got my frames now with the metadata with which I'm able to obtain hardware timestamps and synchronize my applications. Only problem is that when I run the Nuitrack it is not possible to obtain this data so I'll have to find a workaround for this. One last question: I'm now obtaining this data by getting a frame but more ideally would be to just get the hardware time only, is this possible at the moment?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is it possible to synchronize the Intel RealSense D435 clock differently or make it run with the same speed as the PC clock?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 14:11:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503504#M6216</guid>
      <dc:creator>JCalo</dc:creator>
      <dc:date>2018-07-30T14:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense D435 timestamps</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503505#M6217</link>
      <description>&lt;P&gt;On the SDK 2.0 documentation's API how-to page where they provide short scripts for different aspects of the camera (such as getting a stream or polling for frames), they list fetching the timestamp as a 'to do' item to add to the page at a later time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/wiki/API-How-To"&gt;https://github.com/IntelRealSense/librealsense/wiki/API-How-To&lt;/A&gt; API How To · IntelRealSense/librealsense Wiki · GitHub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Researching the subject myself, it looks like the instruction RS2_TIMESTAMP_DOMAIN_HARDWARE_CLOCK is responsible for the hardware timestamp. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sample program Software Device includes some references to this hardware timestamp instruction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/tree/master/examples/software-device"&gt;https://github.com/IntelRealSense/librealsense/tree/master/examples/software-device&lt;/A&gt; librealsense/examples/software-device at master · IntelRealSense/librealsense · GitHub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dorodnic, the RealSense SDK Manager, said about the Software Device sample on June 27 in an online seminar: "The sample program 'Software Device' can be used to create a fake RealSense device when it is run.  The example will teach you how to inject synthetic frames into this fake device, and then you can use the regular point cloud, texture mapping, all the regular APIs to work with it.  It can be useful to inject data from other sensors into our existing ecosystem.  We're also thinking about giving people tools to map RealSense to other sorts of input".&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 14:52:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503505#M6217</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-07-30T14:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense D435 timestamps</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503506#M6218</link>
      <description>&lt;P&gt;Thanks, I've indeed come along the timestamp domain flag for some functions. Since Nuitrack is blocking me to having access to this extra metadata, is there any possibility to setup a second stream to the camera? I'm guessing not, since the applications also won't work with a second stream?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can synchronize the timestamps before and after I use the Nuitrack but the clock of the D435 is drifting so much that even a linear interpolation of the time difference wouldn't give me enough accuracy...&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 09:28:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503506#M6218</guid>
      <dc:creator>JCalo</dc:creator>
      <dc:date>2018-07-31T09:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense D435 timestamps</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503507#M6219</link>
      <description>&lt;P&gt;Yes, the problem is that Nuitrack works with the 400 Series cameras but is its own SDK separate from RealSense SDK 2.0.  So any multi-camera support in the SDK 2.0 software would not automatically carry over to the Nuitrack SDK.  There was a discussion about this recently on the Nuitrack forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nuitrack.com/t/solved-is-it-possible-to-connect-to-multiple-cameras/435/7"&gt;https://community.nuitrack.com/t/solved-is-it-possible-to-connect-to-multiple-cameras/435/7&lt;/A&gt; &lt;A href="https://community.nuitrack.com/t/solved-is-it-possible-to-connect-to-multiple-cameras/435/7"&gt;https://community.nuitrack.com/t/solved-is-it-possible-to-connect-to-multiple-cameras/435/7&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 09:55:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503507#M6219</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-07-31T09:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense D435 timestamps</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503508#M6220</link>
      <description>&lt;P&gt;Alright, I managed to bypass Nuitrack somehow and change my timestamps. Now I got one more question, similar as my first one: when are the timetamps generated in the metadata?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sensor_timestamp: I'm guessing inside the camera since the device clock is used, is this before / after the sensor starts obtaining the image??&lt;/P&gt;&lt;P&gt;frame_timestamp: I'm guessing inside the camera since the device clock is used, is this when the frame starts getting send over the USB?&lt;/P&gt;&lt;P&gt;backend_timestamp: I'm guessing on the PC side since the system clock is used, is this the time when the frame starts arriving over the USB?&lt;/P&gt;&lt;P&gt;time_of_arrival: I'm guessing on the PC side since the system clock is used, is this the time when the frame is being constructed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again I'm using the Intel RealSense D435. When I looked at the difference between the frame_timestamp and sensor_timestamp it alternated between 32 and some other value (order of 1000's) with no other values, this made not much sense to me...&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 08:48:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503508#M6220</guid>
      <dc:creator>JCalo</dc:creator>
      <dc:date>2018-08-02T08:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense D435 timestamps</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503509#M6221</link>
      <description>&lt;P&gt;Here is the documentation page on frame metadata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/master/doc/frame_metadata.md"&gt;https://github.com/IntelRealSense/librealsense/blob/master/doc/frame_metadata.md&lt;/A&gt; librealsense/frame_metadata.md at master · IntelRealSense/librealsense · GitHub &lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 09:27:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503509#M6221</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-02T09:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense D435 timestamps</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503510#M6222</link>
      <description>&lt;P&gt;Indeed, I know that page by heart now. But it doesn't answer my questions, I've also looked into parts of the code responsible for the timestamp generation but I couldn't yet find these answers there either.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 09:38:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503510#M6222</guid>
      <dc:creator>JCalo</dc:creator>
      <dc:date>2018-08-02T09:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense D435 timestamps</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503511#M6223</link>
      <description>&lt;P&gt;A question of this technical depth is likely best posted on the RealSense GitHub help site where the RealSense developers and engineers are.  You can post your question there by visiting the link below and using the 'New issue' button.&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>Thu, 02 Aug 2018 09:42:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503511#M6223</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-02T09:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense D435 timestamps</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503512#M6224</link>
      <description>&lt;P&gt;Thanks, I've indeed got my answer over there: &lt;A href="https://github.com/IntelRealSense/librealsense/issues/2188"&gt;https://github.com/IntelRealSense/librealsense/issues/2188&lt;/A&gt; Frame metadata timestamps · Issue # 2188 · IntelRealSense/librealsense · GitHub &lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 06:44:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503512#M6224</guid>
      <dc:creator>JCalo</dc:creator>
      <dc:date>2018-08-03T06:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense D435 timestamps</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503513#M6225</link>
      <description>&lt;P&gt;Excellent, I'm very glad they were able to help you.   &lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 06:55:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-D435-timestamps/m-p/503513#M6225</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-03T06:55:04Z</dc:date>
    </item>
  </channel>
</rss>

