<?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: Android wrapper for realsense Depth Camera D435 for non rooted devices in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Android-wrapper-for-realsense-Depth-Camera-D435-for-non-rooted/m-p/638000#M14335</link>
    <description>&lt;P&gt;Thanks for the answer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So as i understand ,it is a matter of time to publish a wrapper for unrooted android devices.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now about the two subfolders inside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/tree/f7d4e121ee5c45478ee07771747b2a644d55bf5f/wrappers/android/src" target="_self" alt="https://github.com/IntelRealSense/librealsense/tree/f7d4e121ee5c45478ee07771747b2a644d55bf5f/wrappers/android/src"&gt;&lt;/A&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/tree/f7d4e121ee5c45478ee07771747b2a644d55bf5f/wrappers/android/src"&gt;https://github.com/IntelRealSense/librealsense/tree/f7d4e121ee5c45478ee07771747b2a644d55bf5f/wrappers/android/src&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont need these subfolders.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need the necessary java and cpp files to build the &lt;B&gt;irsa.jar &lt;/B&gt;and &lt;B&gt;&lt;A href="http://libirsajni.so"&gt;libirsajni.so&lt;/A&gt;&lt;/B&gt; library in Android Studio.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The &lt;B&gt;irsa.jar&lt;/B&gt; exists in &lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/tree/f7d4e121ee5c45478ee07771747b2a644d55bf5f/wrappers/android/irsa_example/app/libs"&gt;https://github.com/IntelRealSense/librealsense/tree/f7d4e121ee5c45478ee07771747b2a644d55bf5f/wrappers/android/irsa_example/app/libs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The &lt;B&gt;&lt;A href="http://libirsajni.so"&gt;libirsajni.so&lt;/A&gt;&lt;/B&gt; exists in &lt;A href="https://github.com/IntelRealSense/librealsense/tree/f7d4e121ee5c45478ee07771747b2a644d55bf5f/wrappers/android/irsa_example/app/libs/armeabi-v7a"&gt;https://github.com/IntelRealSense/librealsense/tree/f7d4e121ee5c45478ee07771747b2a644d55bf5f/wrappers/android/irsa_example/app/libs/armeabi-v7a&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advanse&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marios&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Feb 2019 16:28:52 GMT</pubDate>
    <dc:creator>MChar21</dc:creator>
    <dc:date>2019-02-13T16:28:52Z</dc:date>
    <item>
      <title>Android wrapper for realsense Depth Camera D435 for non rooted devices</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Android-wrapper-for-realsense-Depth-Camera-D435-for-non-rooted/m-p/637998#M14333</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I try to create an Android Application for D435 depth camera for non root Android Devices.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to create the application based on &lt;A href="https://github.com/IntelRealSense/librealsense/pull/2822" target="_self" alt="https://github.com/IntelRealSense/librealsense/pull/2822"&gt;&lt;/A&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/pull/2822"&gt;https://github.com/IntelRealSense/librealsense/pull/2822&lt;/A&gt; &lt;/P&gt;&lt;P&gt;solution and irsa_example project, with Android Studio .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the wrappers/Android folder of librealsense project&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/tree/f7d4e121ee5c45478ee07771747b2a644d55bf5f/wrappers/android"&gt;https://github.com/IntelRealSense/librealsense/tree/f7d4e121ee5c45478ee07771747b2a644d55bf5f/wrappers/android&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;only irsa_example and src  folders exist. &lt;/P&gt;&lt;P&gt;I need the java files to build the irsa,jar library and the native cpp files to build the libirsajni.so.These 2 libraries are used in the irsa_example project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where can i find these files?&lt;/P&gt;&lt;P&gt;Do you have an Android Studio project to build the &lt;A href="http://libirsajni.so"&gt;libirsajni.so&lt;/A&gt; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, when Intel will publish an official Android SDK for realsense D435 depth camera?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 22:09:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Android-wrapper-for-realsense-Depth-Camera-D435-for-non-rooted/m-p/637998#M14333</guid>
      <dc:creator>MChar21</dc:creator>
      <dc:date>2019-02-12T22:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Android wrapper for realsense Depth Camera D435 for non rooted devices</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Android-wrapper-for-realsense-Depth-Camera-D435-for-non-rooted/m-p/637999#M14334</link>
      <description>&lt;P&gt;The work on the unrooted Android wrapper is going well, according to Dorodnic the RealSense SDK Manager.  He said a week ago  that it is now in a "fairly mature" state of production.  You can read more details about the wrapper's development at the link below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/pull/3083"&gt;https://github.com/IntelRealSense/librealsense/pull/3083&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In regard to an 'official' wrapper by Intel, it is apparently being managed by the developer madkatz (who also handles Unity wrapper development), and is based on work done by developers called dperox and aangerma.  So with madkatz heading the project, and their status as a Librealsense collaborator, the Android wrapper is probably as official as you can get.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you look inside the src folder, there are two sub-folders, each containing a file.  Is that what you need, please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/tree/f7d4e121ee5c45478ee07771747b2a644d55bf5f/wrappers/android/src"&gt;https://github.com/IntelRealSense/librealsense/tree/f7d4e121ee5c45478ee07771747b2a644d55bf5f/wrappers/android/src&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 22:55:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Android-wrapper-for-realsense-Depth-Camera-D435-for-non-rooted/m-p/637999#M14334</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2019-02-12T22:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Android wrapper for realsense Depth Camera D435 for non rooted devices</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Android-wrapper-for-realsense-Depth-Camera-D435-for-non-rooted/m-p/638000#M14335</link>
      <description>&lt;P&gt;Thanks for the answer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So as i understand ,it is a matter of time to publish a wrapper for unrooted android devices.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now about the two subfolders inside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/tree/f7d4e121ee5c45478ee07771747b2a644d55bf5f/wrappers/android/src" target="_self" alt="https://github.com/IntelRealSense/librealsense/tree/f7d4e121ee5c45478ee07771747b2a644d55bf5f/wrappers/android/src"&gt;&lt;/A&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/tree/f7d4e121ee5c45478ee07771747b2a644d55bf5f/wrappers/android/src"&gt;https://github.com/IntelRealSense/librealsense/tree/f7d4e121ee5c45478ee07771747b2a644d55bf5f/wrappers/android/src&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont need these subfolders.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need the necessary java and cpp files to build the &lt;B&gt;irsa.jar &lt;/B&gt;and &lt;B&gt;&lt;A href="http://libirsajni.so"&gt;libirsajni.so&lt;/A&gt;&lt;/B&gt; library in Android Studio.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The &lt;B&gt;irsa.jar&lt;/B&gt; exists in &lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/tree/f7d4e121ee5c45478ee07771747b2a644d55bf5f/wrappers/android/irsa_example/app/libs"&gt;https://github.com/IntelRealSense/librealsense/tree/f7d4e121ee5c45478ee07771747b2a644d55bf5f/wrappers/android/irsa_example/app/libs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The &lt;B&gt;&lt;A href="http://libirsajni.so"&gt;libirsajni.so&lt;/A&gt;&lt;/B&gt; exists in &lt;A href="https://github.com/IntelRealSense/librealsense/tree/f7d4e121ee5c45478ee07771747b2a644d55bf5f/wrappers/android/irsa_example/app/libs/armeabi-v7a"&gt;https://github.com/IntelRealSense/librealsense/tree/f7d4e121ee5c45478ee07771747b2a644d55bf5f/wrappers/android/irsa_example/app/libs/armeabi-v7a&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advanse&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marios&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 16:28:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Android-wrapper-for-realsense-Depth-Camera-D435-for-non-rooted/m-p/638000#M14335</guid>
      <dc:creator>MChar21</dc:creator>
      <dc:date>2019-02-13T16:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Android wrapper for realsense Depth Camera D435 for non rooted devices</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Android-wrapper-for-realsense-Depth-Camera-D435-for-non-rooted/m-p/638001#M14336</link>
      <description>&lt;P&gt;It seems to be a complicated subject. If I am reading my research correctly, a developer called zhouwg started an IRSA project where the repo ended up being closed. And then the official PR by madkatz was published.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/issues/2530#issuecomment-456116070" target="_self" alt="https://github.com/IntelRealSense/librealsense/issues/2530#issuecomment-456116070"&gt;&lt;/A&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/issues/2530#issuecomment-456116070"&gt;https://github.com/IntelRealSense/librealsense/issues/2530#issuecomment-456116070&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 17:12:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Android-wrapper-for-realsense-Depth-Camera-D435-for-non-rooted/m-p/638001#M14336</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2019-02-13T17:12:51Z</dc:date>
    </item>
  </channel>
</rss>

