<?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: Where to find libdynamiccalibration_2.4.0.0_amd64.deb file ? in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Where-to-find-libdynamiccalibration-2-4-0-0-amd64-deb-file/m-p/615601#M13231</link>
    <description>&lt;P&gt;Thank for your help anyway. &lt;/P&gt;</description>
    <pubDate>Tue, 30 Jan 2018 14:53:35 GMT</pubDate>
    <dc:creator>HHa4</dc:creator>
    <dc:date>2018-01-30T14:53:35Z</dc:date>
    <item>
      <title>Where to find libdynamiccalibration_2.4.0.0_amd64.deb file ?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Where-to-find-libdynamiccalibration-2-4-0-0-amd64-deb-file/m-p/615593#M13223</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I want to calibrate my d435 camera on ubuntu, but I cannot find the link to download libdynamiccalibration_2.4.0.0_amd64.deb file. Can anyone give me the information about that file ? &lt;/P&gt;&lt;P&gt;Thank all&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 13:23:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Where-to-find-libdynamiccalibration-2-4-0-0-amd64-deb-file/m-p/615593#M13223</guid>
      <dc:creator>HHa4</dc:creator>
      <dc:date>2018-01-30T13:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find libdynamiccalibration_2.4.0.0_amd64.deb file ?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Where-to-find-libdynamiccalibration-2-4-0-0-amd64-deb-file/m-p/615594#M13224</link>
      <description>&lt;P&gt;The calibrator's guide says to run the following line on the command shell to install the package for this file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo dpkg –i libdynamiccalibration_2.4.0.0_amd64.deb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The guide says "Once the Debian package installation completes, check for files installed under the Debian convention.  The executables are installed under /usr/bin, library files under /usr/lib, and other files including sample code under /usr/share/doc"&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 13:37:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Where-to-find-libdynamiccalibration-2-4-0-0-amd64-deb-file/m-p/615594#M13224</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-01-30T13:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find libdynamiccalibration_2.4.0.0_amd64.deb file ?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Where-to-find-libdynamiccalibration-2-4-0-0-amd64-deb-file/m-p/615595#M13225</link>
      <description>&lt;P&gt;Thank for your answer. I use the command but I get this error: &lt;/P&gt;&lt;P&gt;dpkg: error processing archive libdynamiccalibration_2.4.0.0_amd64.deb (--install):&lt;/P&gt;&lt;P&gt;cannot access archive: No such file or directory&lt;/P&gt;&lt;P&gt;I think I need the libdynamiccalibration_2.4.0.0_amd64.deb file to install it.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 13:44:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Where-to-find-libdynamiccalibration-2-4-0-0-amd64-deb-file/m-p/615595#M13225</guid>
      <dc:creator>HHa4</dc:creator>
      <dc:date>2018-01-30T13:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find libdynamiccalibration_2.4.0.0_amd64.deb file ?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Where-to-find-libdynamiccalibration-2-4-0-0-amd64-deb-file/m-p/615596#M13226</link>
      <description>&lt;P&gt;Before running the install command, there are some pre-requisite steps to go through to install 3rd party dependencies.  Please check that you have done these.  Then once steps 1-5 are complete, try the install instruction again please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;1. Ensure apt-get is up to date:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo apt-get update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;2. Install libusb-1.0:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo apt-get install libusb-dev libusb-1.0-0-dev&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;3. Install libglfw:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo apt-get install libglfw3 libglfw3-dev&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;4. Install freeglut:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo apt-get install freeglut3 freeglut3-dev&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;5. Install libpng12-dev:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo apt-get install libpng12-dev&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 13:52:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Where-to-find-libdynamiccalibration-2-4-0-0-amd64-deb-file/m-p/615596#M13226</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-01-30T13:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find libdynamiccalibration_2.4.0.0_amd64.deb file ?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Where-to-find-libdynamiccalibration-2-4-0-0-amd64-deb-file/m-p/615597#M13227</link>
      <description>&lt;P&gt;Yes, I installed all these 3rd-party packages, but I still cannot install the libdynamiccalibration_2.4.0.0_amd64.deb package. I visited this link &lt;A href="https://downloadcenter.intel.com/download/27415/Intel-RealSense-D400-Series-Dynamic-Calibration-Software-Tools"&gt;https://downloadcenter.intel.com/download/27415/Intel-RealSense-D400-Series-Dynamic-Calibration-Software-Tools&lt;/A&gt; Download Intel® RealSense™ D400 Series Dynamic Calibration Software Tools, But It's just for Windows downloading, there are no packages for ubuntu.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 13:59:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Where-to-find-libdynamiccalibration-2-4-0-0-amd64-deb-file/m-p/615597#M13227</guid>
      <dc:creator>HHa4</dc:creator>
      <dc:date>2018-01-30T13:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find libdynamiccalibration_2.4.0.0_amd64.deb file ?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Where-to-find-libdynamiccalibration-2-4-0-0-amd64-deb-file/m-p/615598#M13228</link>
      <description>&lt;P&gt;I tracked down a document that explains the installation process for Ubuntu on pages 11 and 12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/dam/support/us/en/documents/emerging-technologies/intel-realsense-technology/RealSense_D400_Dyn_Calib_Quick_Start.pdf"&gt;https://www.intel.com/content/dam/support/us/en/documents/emerging-technologies/intel-realsense-technology/RealSense_D400_Dyn_Calib_Quick_Start.pdf&lt;/A&gt; &lt;A href="https://www.intel.com/content/dam/support/us/en/documents/emerging-technologies/intel-realsense-technology/RealSense_D40"&gt;https://www.intel.com/content/dam/support/us/en/documents/emerging-technologies/intel-realsense-technology/RealSense_D40&lt;/A&gt;… &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This guide recommends using the zip tarball version of the package to install the files on Ubuntu using this instruction in the shell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tar -xzvf DynamicCalibrationAPI-Linux-2.4.0.0.tar.gz&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 14:12:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Where-to-find-libdynamiccalibration-2-4-0-0-amd64-deb-file/m-p/615598#M13228</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-01-30T14:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find libdynamiccalibration_2.4.0.0_amd64.deb file ?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Where-to-find-libdynamiccalibration-2-4-0-0-amd64-deb-file/m-p/615599#M13229</link>
      <description>&lt;P&gt;The command tar -xzvf DynamicCalibrationAPI-Linux-2.4.0.0.tar.gz needs a .zip file to unzip, but I don't know where to download this file.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 14:23:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Where-to-find-libdynamiccalibration-2-4-0-0-amd64-deb-file/m-p/615599#M13229</guid>
      <dc:creator>HHa4</dc:creator>
      <dc:date>2018-01-30T14:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find libdynamiccalibration_2.4.0.0_amd64.deb file ?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Where-to-find-libdynamiccalibration-2-4-0-0-amd64-deb-file/m-p/615600#M13230</link>
      <description>&lt;P&gt;I apologize for this.  I am learning how this works at the same time that you are!  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been round and round the internet in circles and unfortunately cannot find any trace of the Linux calibration installation package filenames quoted in the guides.  Hopefully a member of Intel's support team can use their resources to find out where they are, and if they exist.  Good luck, and sorry I couldn't help this time.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 14:46:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Where-to-find-libdynamiccalibration-2-4-0-0-amd64-deb-file/m-p/615600#M13230</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-01-30T14:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find libdynamiccalibration_2.4.0.0_amd64.deb file ?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Where-to-find-libdynamiccalibration-2-4-0-0-amd64-deb-file/m-p/615601#M13231</link>
      <description>&lt;P&gt;Thank for your help anyway. &lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 14:53:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Where-to-find-libdynamiccalibration-2-4-0-0-amd64-deb-file/m-p/615601#M13231</guid>
      <dc:creator>HHa4</dc:creator>
      <dc:date>2018-01-30T14:53:35Z</dc:date>
    </item>
  </channel>
</rss>

