<?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: Noob Question: RealSense 2.0 sdk: does it have face recognition etc? in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Noob-Question-RealSense-2-0-sdk-does-it-have-face-recognition/m-p/534262#M7631</link>
    <description>&lt;P&gt;I'm sure Intel would be very pleased if you buy ten!  In the meantime though, you could probably start prototyping your project with an SR300 if you still have one and then swap to a D435 later for the longer range, since as far as I know the OpenCV functions in SDK 2.0 are not exclusive to the D-cameras. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to wait for OpenCV compatibility to be officially fixed in the SDK 2.0, but in the meantime you could research the subject.  Regarding Unity compatibility with SDK 2.0, I have been experimenting with this, though it's proving tricky so far.  I will release a how-to guide as soon as I can get it stable.&lt;/P&gt;</description>
    <pubDate>Sun, 29 Oct 2017 08:46:19 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2017-10-29T08:46:19Z</dc:date>
    <item>
      <title>Noob Question: RealSense 2.0 sdk: does it have face recognition etc?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Noob-Question-RealSense-2-0-sdk-does-it-have-face-recognition/m-p/534257#M7626</link>
      <description>&lt;P&gt;I'm pretty new to the Intel RealSense ecosystem. I played a little bit in the past with SR300 camera, and the Unity SDK. Both were pretty fantastic!&lt;/P&gt;&lt;P&gt;The old SDK could do: gesture recognition, facial recognition, facial land marks, automatic green-screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now that the old SDK will no longer be supported, does RealSense 2.0 SDK support these features?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a project that needs some of the new features on the upcoming D435 camera. 10 meter range! So great! &lt;/P&gt;&lt;P&gt;But we are all still waiting for pre-order notification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I want to use the D435 as soon as its available, but I am unsure if the SDK currently supports these features:&lt;/P&gt;&lt;P&gt;- facial recognition for one person&lt;/P&gt;&lt;P&gt;- facial recognition for more people (up to 10?)&lt;/P&gt;&lt;P&gt;- facial land marks&lt;/P&gt;&lt;P&gt;- simple gesture recognition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is not supported for Unity, thats okay, I think I can write a basic C#  wrapper around a C++ DLLs.&lt;/P&gt;&lt;P&gt;But I cannot write facial recognition algorithms or gesture detection myself... I need an SDK help for those things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any advice, please help. Thank you!&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2017 07:24:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Noob-Question-RealSense-2-0-sdk-does-it-have-face-recognition/m-p/534257#M7626</guid>
      <dc:creator>LAlan</dc:creator>
      <dc:date>2017-10-29T07:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Noob Question: RealSense 2.0 sdk: does it have face recognition etc?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Noob-Question-RealSense-2-0-sdk-does-it-have-face-recognition/m-p/534258#M7627</link>
      <description>&lt;P&gt;Whilst facial recognition and tracking is not yet an integrated part of SDK 2.0, it is possible that you may be able to do so by using OpenCV with it, as OpenCV has modules for it.  OpenCV wasn't working properly in the current 2.80 build of the SDK but the dev team have been fixing that and recently updated the OpenCV documentation for SDK 2.0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/development/doc/stepbystep/getting_started_with_openCV.md"&gt;https://github.com/IntelRealSense/librealsense/blob/development/doc/stepbystep/getting_started_with_openCV.md&lt;/A&gt; librealsense/getting_started_with_openCV.md at development · IntelRealSense/librealsense · GitHub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would anticipate that the OpenCV fix will be implemented in the next build that is released, as it seems to require that a file called opencv.hpp is added to the SDK's file structure.  In the meantime, you can read about OpenCV facial landmark detection here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.learnopencv.com/facial-landmark-detection/"&gt;https://www.learnopencv.com/facial-landmark-detection/&lt;/A&gt; Facial Landmark Detection | Learn OpenCV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And facial recognition here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.opencv.org/2.4/modules/contrib/doc/facerec/facerec_tutorial.html"&gt;https://docs.opencv.org/2.4/modules/contrib/doc/facerec/facerec_tutorial.html&lt;/A&gt; &lt;A href="https://docs.opencv.org/2.4/modules/contrib/doc/facerec/facerec_tutorial.html"&gt;https://docs.opencv.org/2.4/modules/contrib/doc/facerec/facerec_tutorial.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2017 07:51:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Noob-Question-RealSense-2-0-sdk-does-it-have-face-recognition/m-p/534258#M7627</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-10-29T07:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Noob Question: RealSense 2.0 sdk: does it have face recognition etc?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Noob-Question-RealSense-2-0-sdk-does-it-have-face-recognition/m-p/534259#M7628</link>
      <description>&lt;P&gt;Thank you so much for the reply. I really appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have never heard of OpenCV before. I will give it a close look! One final question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use Open CV to get the pixel location of person's face, can I use that pixel location with RealSense depth camera to find how far they are from camera?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, I think that is a good enough solution for my project! Thank you!&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2017 07:55:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Noob-Question-RealSense-2-0-sdk-does-it-have-face-recognition/m-p/534259#M7628</guid>
      <dc:creator>LAlan</dc:creator>
      <dc:date>2017-10-29T07:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Noob Question: RealSense 2.0 sdk: does it have face recognition etc?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Noob-Question-RealSense-2-0-sdk-does-it-have-face-recognition/m-p/534260#M7629</link>
      <description>&lt;P&gt;You can use OpenCV to get the coordinates of pixels on the face.  Here is an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://answers.opencv.org/question/129328/how-to-grab-pixel-coordinates-of-detected-faceeyes/"&gt;http://answers.opencv.org/question/129328/how-to-grab-pixel-coordinates-of-detected-faceeyes/&lt;/A&gt; How to grab pixel coordinates of detected face/eyes? - OpenCV Q&amp;amp;A Forum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding finding the distance between the pixel and the camera, the link below may be of use to you for doing this in OpenCV:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.codesd.com/item/opencv-how-to-calculate-the-distance-between-the-camera-and-the-object-using-the-image.html"&gt;https://www.codesd.com/item/opencv-how-to-calculate-the-distance-between-the-camera-and-the-object-using-the-image.html&lt;/A&gt; &lt;A href="https://www.codesd.com/item/opencv-how-to-calculate-the-distance-between-the-camera-and-the-object-using-the-image.html"&gt;https://www.codesd.com/item/opencv-how-to-calculate-the-distance-between-the-camera-and-the-object-using-the-image.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above page references having to find the focal length of the camera.  This used to be complicated to calculate.  The new Depth Quality Tool in the latest 2.80 version of SDK 2.0 may be able to find the details for you automatically though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/master/tools/depth-quality/readme.md"&gt;https://github.com/IntelRealSense/librealsense/blob/master/tools/depth-quality/readme.md&lt;/A&gt; librealsense/&lt;A href="http://readme.md"&gt;readme.md&lt;/A&gt; at master · IntelRealSense/librealsense · GitHub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, you can find some documentation links for SDK 2.0 here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2017 08:24:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Noob-Question-RealSense-2-0-sdk-does-it-have-face-recognition/m-p/534260#M7629</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-10-29T08:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Noob Question: RealSense 2.0 sdk: does it have face recognition etc?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Noob-Question-RealSense-2-0-sdk-does-it-have-face-recognition/m-p/534261#M7630</link>
      <description>&lt;P&gt;Thanks you again, very much! It sounds like with some studying and hard work, I can get OpenCV to do what I need for the project!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I just have to wait for the new camera from Intel! I hope they go on sale soon! Maybe I should buy ten, haha.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2017 08:36:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Noob-Question-RealSense-2-0-sdk-does-it-have-face-recognition/m-p/534261#M7630</guid>
      <dc:creator>LAlan</dc:creator>
      <dc:date>2017-10-29T08:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Noob Question: RealSense 2.0 sdk: does it have face recognition etc?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Noob-Question-RealSense-2-0-sdk-does-it-have-face-recognition/m-p/534262#M7631</link>
      <description>&lt;P&gt;I'm sure Intel would be very pleased if you buy ten!  In the meantime though, you could probably start prototyping your project with an SR300 if you still have one and then swap to a D435 later for the longer range, since as far as I know the OpenCV functions in SDK 2.0 are not exclusive to the D-cameras. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to wait for OpenCV compatibility to be officially fixed in the SDK 2.0, but in the meantime you could research the subject.  Regarding Unity compatibility with SDK 2.0, I have been experimenting with this, though it's proving tricky so far.  I will release a how-to guide as soon as I can get it stable.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2017 08:46:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Noob-Question-RealSense-2-0-sdk-does-it-have-face-recognition/m-p/534262#M7631</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-10-29T08:46:19Z</dc:date>
    </item>
  </channel>
</rss>

