<?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 Quote:zhao x. wrote: in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/How-can-I-use-Face-tracking-module-with-R200-placed-vertically/m-p/1114020#M73380</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;zhao x. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Thanks! I can get the rotated image data now.&lt;/P&gt;

&lt;P&gt;Then, How can I feed the rotated image to&amp;nbsp;face tracking module? Should I do any thing before call "(PXCFaceData*) output&amp;nbsp;-&amp;gt;Update();"?&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Zhao X.,&lt;/P&gt;

&lt;P&gt;feeding the face module with "modified" images&amp;nbsp;is indeed possible. However, I doubt you can&amp;nbsp;feed them directly in the rotated form - I suppose that the face module depends on the dimensions of the image. But this should not be to hard to be solved with some after-processing.&lt;/P&gt;

&lt;P&gt;You need to obtain an instance of the &lt;STRONG&gt;PXCVideoModule &lt;/STRONG&gt;from the face module instance and then after you prepared the images call the member function &lt;EM&gt;ProcessImageAsync&lt;/EM&gt;(images, sp) of the &lt;STRONG&gt;PXCVideoModule &lt;/STRONG&gt;instance. Since the processing is asynchronous, you need to synchronize (call sp-&amp;gt;&lt;EM&gt;Synchronize&lt;/EM&gt;())with the &lt;STRONG&gt;PXCSyncPoint&lt;/STRONG&gt;* sp before updating the face data.&lt;/P&gt;

&lt;P&gt;You can also have a look here &lt;A href="https://software.intel.com/en-us/forums/realsense/topic/606341#comment-1861247​" target="_blank"&gt;https://software.intel.com/en-us/forums/realsense/topic/606341#comment-1861247​&lt;/A&gt;&amp;nbsp;(this first big block of code in message 20) for some example code and more details.&lt;/P&gt;

&lt;P&gt;Good luck!&lt;/P&gt;</description>
    <pubDate>Fri, 29 Apr 2016 09:02:00 GMT</pubDate>
    <dc:creator>hape</dc:creator>
    <dc:date>2016-04-29T09:02:00Z</dc:date>
    <item>
      <title>How can I use Face tracking module with R200 placed vertically?</title>
      <link>https://community.intel.com/t5/Software-Archive/How-can-I-use-Face-tracking-module-with-R200-placed-vertically/m-p/1114015#M73375</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 14.4px;"&gt;Can I rotate the raw stream 90 before feed to face tracking module? &amp;nbsp;But I can not find any code or function to do that in sdk manual or samples.&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 14.4px;"&gt;&amp;nbsp;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 05:56:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-can-I-use-Face-tracking-module-with-R200-placed-vertically/m-p/1114015#M73375</guid>
      <dc:creator>zhao_x_</dc:creator>
      <dc:date>2016-03-17T05:56:34Z</dc:date>
    </item>
    <item>
      <title>You can rotate the image</title>
      <link>https://community.intel.com/t5/Software-Archive/How-can-I-use-Face-tracking-module-with-R200-placed-vertically/m-p/1114016#M73376</link>
      <description>&lt;P&gt;You can rotate the image during&amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;AcquireAccess. The API will be&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;pxcStatus AcquireAccess(Access access, PixelFormat format, Rotation rotation, Option options, ImageData *data);&lt;/P&gt;

&lt;P&gt;Please find detail @https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/acquireaccess_pxcimage.html?zoom_highlightsub=AcquireAccess&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2016 21:42:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-can-I-use-Face-tracking-module-with-R200-placed-vertically/m-p/1114016#M73376</guid>
      <dc:creator>Xusheng_L_Intel</dc:creator>
      <dc:date>2016-03-22T21:42:06Z</dc:date>
    </item>
    <item>
      <title>Thanks! I can get the rotated</title>
      <link>https://community.intel.com/t5/Software-Archive/How-can-I-use-Face-tracking-module-with-R200-placed-vertically/m-p/1114017#M73377</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 14.4px;"&gt;Thanks! I can get the rotated image data now.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 14.4px;"&gt;Then, How can I feed the rotated image to&amp;nbsp;face tracking module? Should I do any thing before call "(&lt;/SPAN&gt;PXCFaceData*) output&amp;nbsp;-&amp;gt;Update();&lt;SPAN style="font-size: 12px; line-height: 14.4px;"&gt;"?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2016 00:17:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-can-I-use-Face-tracking-module-with-R200-placed-vertically/m-p/1114017#M73377</guid>
      <dc:creator>zhao_x_</dc:creator>
      <dc:date>2016-03-23T00:17:10Z</dc:date>
    </item>
    <item>
      <title>I was just wondering this as</title>
      <link>https://community.intel.com/t5/Software-Archive/How-can-I-use-Face-tracking-module-with-R200-placed-vertically/m-p/1114018#M73378</link>
      <description>&lt;P&gt;I was just wondering this as well. Is it possible to track a face after rotating the image? Thanks to both of you!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2016 02:15:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-can-I-use-Face-tracking-module-with-R200-placed-vertically/m-p/1114018#M73378</guid>
      <dc:creator>Keith_B_1</dc:creator>
      <dc:date>2016-03-23T02:15:56Z</dc:date>
    </item>
    <item>
      <title>hello, after I rotate image,</title>
      <link>https://community.intel.com/t5/Software-Archive/How-can-I-use-Face-tracking-module-with-R200-placed-vertically/m-p/1114019#M73379</link>
      <description>&lt;P&gt;hello, after I rotate image, I meet the problom. coloBitmap.Dispose(); nullreferenceException. How can I solve?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2016 07:55:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-can-I-use-Face-tracking-module-with-R200-placed-vertically/m-p/1114019#M73379</guid>
      <dc:creator>Wei-chieh_H_</dc:creator>
      <dc:date>2016-04-29T07:55:18Z</dc:date>
    </item>
    <item>
      <title>Quote:zhao x. wrote:</title>
      <link>https://community.intel.com/t5/Software-Archive/How-can-I-use-Face-tracking-module-with-R200-placed-vertically/m-p/1114020#M73380</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;zhao x. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Thanks! I can get the rotated image data now.&lt;/P&gt;

&lt;P&gt;Then, How can I feed the rotated image to&amp;nbsp;face tracking module? Should I do any thing before call "(PXCFaceData*) output&amp;nbsp;-&amp;gt;Update();"?&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Zhao X.,&lt;/P&gt;

&lt;P&gt;feeding the face module with "modified" images&amp;nbsp;is indeed possible. However, I doubt you can&amp;nbsp;feed them directly in the rotated form - I suppose that the face module depends on the dimensions of the image. But this should not be to hard to be solved with some after-processing.&lt;/P&gt;

&lt;P&gt;You need to obtain an instance of the &lt;STRONG&gt;PXCVideoModule &lt;/STRONG&gt;from the face module instance and then after you prepared the images call the member function &lt;EM&gt;ProcessImageAsync&lt;/EM&gt;(images, sp) of the &lt;STRONG&gt;PXCVideoModule &lt;/STRONG&gt;instance. Since the processing is asynchronous, you need to synchronize (call sp-&amp;gt;&lt;EM&gt;Synchronize&lt;/EM&gt;())with the &lt;STRONG&gt;PXCSyncPoint&lt;/STRONG&gt;* sp before updating the face data.&lt;/P&gt;

&lt;P&gt;You can also have a look here &lt;A href="https://software.intel.com/en-us/forums/realsense/topic/606341#comment-1861247​" target="_blank"&gt;https://software.intel.com/en-us/forums/realsense/topic/606341#comment-1861247​&lt;/A&gt;&amp;nbsp;(this first big block of code in message 20) for some example code and more details.&lt;/P&gt;

&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2016 09:02:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-can-I-use-Face-tracking-module-with-R200-placed-vertically/m-p/1114020#M73380</guid>
      <dc:creator>hape</dc:creator>
      <dc:date>2016-04-29T09:02:00Z</dc:date>
    </item>
  </channel>
</rss>

