<?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: ZR300 to use pre-made video or image instead live capture in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/ZR300-to-use-pre-made-video-or-image-instead-live-capture/m-p/587311#M11136</link>
    <description>&lt;P&gt;Hello Sakthivel-S,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;That error occurs when you try to playback a file that is not valid. The ZR300 does not have to be plugged in to playback a file. Try this:&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Record a sample file using /realsense_sdk/build/samples/src/record_async_sample &lt;P&gt;&amp;nbsp;&lt;/P&gt;Then playback the file using /realsense_sdk/build/samples/src/playback_async_sample &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;Jesus G.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Intel Customer Support</description>
    <pubDate>Sat, 13 Jan 2018 03:20:17 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2018-01-13T03:20:17Z</dc:date>
    <item>
      <title>ZR300 to use pre-made video or image instead live capture</title>
      <link>https://community.intel.com/t5/Items-with-no-label/ZR300-to-use-pre-made-video-or-image-instead-live-capture/m-p/587308#M11133</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to use pre-made files instead of live capture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. what is API used to load pre-made files and catch the frame by frame?&lt;/P&gt;&lt;P&gt;2. Is it possible to use to detect/track person any general video/image files which captured using any other camera's ?&lt;/P&gt;&lt;P&gt;3. Is it possible to track Leg using Body Tracking library (Skeleton tracking)&lt;/P&gt;&lt;P&gt;4. In Body Tracking, it it possible to calculate angles, Length of hands / Legs ?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 14:38:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/ZR300-to-use-pre-made-video-or-image-instead-live-capture/m-p/587308#M11133</guid>
      <dc:creator>SS26</dc:creator>
      <dc:date>2018-01-09T14:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: ZR300 to use pre-made video or image instead live capture</title>
      <link>https://community.intel.com/t5/Items-with-no-label/ZR300-to-use-pre-made-video-or-image-instead-live-capture/m-p/587309#M11134</link>
      <description>&lt;P&gt;Hello Sakthivel-S,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thank you for having contacted Intel Technical Support.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;To answer your questions:&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;It is possible to record and playback video samples using the ZR300 camera and RealSense SDK APIs. The playback takes the place of the actual device stream. See this sample for details on how to use the API: &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;A href="https://github.com/IntelRealSense/realsense_sdk_zr300/blob/master/samples/src/playback_async_sample/main.cpp"&gt;https://github.com/IntelRealSense/realsense_sdk_zr300/blob/master/samples/src/playback_async_sample/main.cpp&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;This developer guide gives more information as well:  &lt;A href="https://software.intel.com/sites/products/realsense/sdk/developer_guide.html#"&gt;https://software.intel.com/sites/products/realsense/sdk/developer_guide.html#&lt;/A&gt; Playback&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Details on the Person Tracking feature can be found here:  &lt;A href="https://software.intel.com/sites/products/realsense/person/developer_guide.html"&gt;https://software.intel.com/sites/products/realsense/person/developer_guide.html&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;For Body Tracking the following is possible. You can calculate angles and lengths using the provided points. Lower body is not supported.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Body Tracking&lt;P&gt;&amp;nbsp;&lt;/P&gt;The goal of this feature is to track the location of certain body parts. Currently, four parts are tracked: Head, Shoulders, Chest, and Hands.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Output: For each of the following points, the image and world coordinates are provided:&lt;P&gt;&amp;nbsp;&lt;/P&gt;Head COM&lt;P&gt;&amp;nbsp;&lt;/P&gt;Shoulder points approximation&lt;P&gt;&amp;nbsp;&lt;/P&gt;Chest COM&lt;P&gt;&amp;nbsp;&lt;/P&gt;Hands extremity points&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;From &amp;lt;&amp;lt;/span&amp;gt; &lt;A href="https://software.intel.com/sites/products/realsense/person/developer_guide.html#"&gt;https://software.intel.com/sites/products/realsense/person/developer_guide.html#&lt;/A&gt; 1.2_Additional_Concepts_and_Definitions&amp;gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;It is not possible to do this with videos from other cameras.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I hope you find this information helpful.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Do not hesitate to contact us again if you need further assistance.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Best regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Josh B.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Intel Customer Support</description>
      <pubDate>Wed, 10 Jan 2018 16:54:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/ZR300-to-use-pre-made-video-or-image-instead-live-capture/m-p/587309#M11134</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-01-10T16:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: ZR300 to use pre-made video or image instead live capture</title>
      <link>https://community.intel.com/t5/Items-with-no-label/ZR300-to-use-pre-made-video-or-image-instead-live-capture/m-p/587310#M11135</link>
      <description>&lt;P&gt;Hi Josh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I need a video, which is recorded using intel zr300 camera. Please let me know any link is available to get the video for testing purpose.&lt;/P&gt;&lt;P&gt;2. And also share any other intel realsense camera video captures .&lt;/P&gt;&lt;P&gt;3. While executing playback sample I got an error "failed to create playback device". &lt;/P&gt;&lt;P&gt;     Is this expecting Intel realsense camera device should be connected ?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 09:05:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/ZR300-to-use-pre-made-video-or-image-instead-live-capture/m-p/587310#M11135</guid>
      <dc:creator>SS26</dc:creator>
      <dc:date>2018-01-12T09:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: ZR300 to use pre-made video or image instead live capture</title>
      <link>https://community.intel.com/t5/Items-with-no-label/ZR300-to-use-pre-made-video-or-image-instead-live-capture/m-p/587311#M11136</link>
      <description>&lt;P&gt;Hello Sakthivel-S,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;That error occurs when you try to playback a file that is not valid. The ZR300 does not have to be plugged in to playback a file. Try this:&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Record a sample file using /realsense_sdk/build/samples/src/record_async_sample &lt;P&gt;&amp;nbsp;&lt;/P&gt;Then playback the file using /realsense_sdk/build/samples/src/playback_async_sample &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;Jesus G.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Intel Customer Support</description>
      <pubDate>Sat, 13 Jan 2018 03:20:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/ZR300-to-use-pre-made-video-or-image-instead-live-capture/m-p/587311#M11136</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-01-13T03:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: ZR300 to use pre-made video or image instead live capture</title>
      <link>https://community.intel.com/t5/Items-with-no-label/ZR300-to-use-pre-made-video-or-image-instead-live-capture/m-p/587312#M11137</link>
      <description>&lt;P&gt;Hi Jesus,&lt;/P&gt;&lt;P&gt;Thanks for tour valuable support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a example video now. Could you please share a already recorded video link or video to use it with examples you have mentioned.&lt;/P&gt;&lt;P&gt;Since, we are yet to receive the device, before that want to check some examples of Realsense.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 07:29:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/ZR300-to-use-pre-made-video-or-image-instead-live-capture/m-p/587312#M11137</guid>
      <dc:creator>SS26</dc:creator>
      <dc:date>2018-01-16T07:29:29Z</dc:date>
    </item>
  </channel>
</rss>

