<?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: d435 depth camera in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522208#M7057</link>
    <description>&lt;P&gt;Im using matlab for the postprocessing, so Im obtaining the sensor´s data from the Real Sense Viewer or python and I need to make use of the distance in meters in matlab.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Aug 2018 13:24:02 GMT</pubDate>
    <dc:creator>EAlta</dc:creator>
    <dc:date>2018-08-01T13:24:02Z</dc:date>
    <item>
      <title>d435 depth camera</title>
      <link>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522206#M7055</link>
      <description>&lt;P&gt;How can I get the depth (in meters for example) of each pixel of the depth image, given by the realsense d435 depth camera, obtained by the RealSense Viewer?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 23:45:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522206#M7055</guid>
      <dc:creator>EAlta</dc:creator>
      <dc:date>2018-07-31T23:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: d435 depth camera</title>
      <link>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522207#M7056</link>
      <description>&lt;P&gt;The discussion linked to below may be of use to you. It contains code references for getting pixel depth with just SDK 2.0, or by using SDK 2.0 in combination with the OpenCV vision software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 05:37:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522207#M7056</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-01T05:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: d435 depth camera</title>
      <link>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522208#M7057</link>
      <description>&lt;P&gt;Im using matlab for the postprocessing, so Im obtaining the sensor´s data from the Real Sense Viewer or python and I need to make use of the distance in meters in matlab.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 13:24:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522208#M7057</guid>
      <dc:creator>EAlta</dc:creator>
      <dc:date>2018-08-01T13:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: d435 depth camera</title>
      <link>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522209#M7058</link>
      <description>&lt;P&gt;There is a discussion on using raw RealSense depth data in MATLAB.  Does this help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: this one too:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 13:35:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522209#M7058</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-01T13:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: d435 depth camera</title>
      <link>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522210#M7059</link>
      <description>&lt;P&gt;Thanks for your answer MartyG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me explain the issue I have in a better way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I obtained a depth image, RGB image and Point cloud (.pyd) from the intel RealSense Viewer. Then I made a segmentation process in matlab, so I deleted some points of the original point cloud, but Im still having a .pyd file. Now I need to convert this .pyd file (the processed point cloud) into a depth image, either using matlab or  the Intel´s SDK. How can I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really apreciate your help.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 04:06:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522210#M7059</guid>
      <dc:creator>EAlta</dc:creator>
      <dc:date>2018-08-03T04:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: d435 depth camera</title>
      <link>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522211#M7060</link>
      <description>&lt;P&gt;Getting a .pyd file to load into MATLAB without crashing does not seem to be easy.  The most useful references I found were:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/7811387/embedding-python-in-matlab"&gt;https://stackoverflow.com/questions/7811387/embedding-python-in-matlab&lt;/A&gt; Embedding Python in MATLAB - Stack Overflow &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://mail.scipy.org/pipermail/numpy-discussion/2009-November/046676.html"&gt;https://mail.scipy.org/pipermail/numpy-discussion/2009-November/046676.html&lt;/A&gt; [Numpy-discussion] bus error in embedded numpy &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds as though it would be much easier to process the point cloud in the RealSense Viewer as much as you can, export it as a ply and import it into MATLAB.  There are a couple of ply tools available for MATLAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://uk.mathworks.com/matlabcentral/fileexchange/54041-plytomat"&gt;https://uk.mathworks.com/matlabcentral/fileexchange/54041-plytomat&lt;/A&gt; plyToMat - File Exchange - MATLAB Central &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://uk.mathworks.com/matlabcentral/fileexchange/55968-ply-file-utilities?s_tid=FX_rc2_behav"&gt;https://uk.mathworks.com/matlabcentral/fileexchange/55968-ply-file-utilities?s_tid=FX_rc2_behav&lt;/A&gt; PLY File Utilities - File Exchange - MATLAB Central &lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 07:33:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522211#M7060</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-03T07:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: d435 depth camera</title>
      <link>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522212#M7061</link>
      <description>&lt;P&gt;I made a mistake in my las message, when i wrote .pyd, y really meant &lt;B&gt;.ply&lt;/B&gt; : ( I obtained a depth image, RGB image and Point cloud &lt;B&gt;(.ply)&lt;/B&gt; from the intel RealSense Viewer. Then I made a segmentation process in matlab, so I deleted some points of the original point cloud, but Im still having a &lt;B&gt;.ply&lt;/B&gt; file. )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have alrready made some modifications to the original point cloud in matlab and I saved it as another point cloud (.ply). Now I need to convert this &lt;B&gt;.ply&lt;/B&gt; file (the processed point cloud) into a depth image, either using matlab or  the Intel´s SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Original data obtained from Intel´s SDK Viewer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Original depth image (I alrready have it in gray scale).                                             b) Original point cloud&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Processed pointcloud, in matlab (it is also a .ply file). It is the same as the original, but I deleted some points:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) I need to convert this one into a depth image.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 11:52:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522212#M7061</guid>
      <dc:creator>EAlta</dc:creator>
      <dc:date>2018-08-03T11:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: d435 depth camera</title>
      <link>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522213#M7062</link>
      <description>&lt;P&gt;This link sounds like what you are trying to achieve:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://uk.mathworks.com/matlabcentral/answers/228917-3d-point-cloud-to-2d-depth-image"&gt;https://uk.mathworks.com/matlabcentral/answers/228917-3d-point-cloud-to-2d-depth-image&lt;/A&gt; 3D Point Cloud to 2D depth image - MATLAB Answers - MATLAB Central&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://uk.mathworks.com/matlabcentral/fileexchange/55031-pointcloud2image-x-y-z-numr-numc"&gt;https://uk.mathworks.com/matlabcentral/fileexchange/55031-pointcloud2image-x-y-z-numr-numc&lt;/A&gt; pointcloud2image( x,y,z,numr,numc ) - File Exchange - MATLAB Central &lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 12:48:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522213#M7062</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-03T12:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: d435 depth camera</title>
      <link>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522214#M7063</link>
      <description>&lt;P&gt;Dou you think is possible to import the .ply file to python and use the SDK´s function "&lt;CODE&gt;rs2_project_point_to_pixel&lt;/CODE&gt;" to make the convertion?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 14:43:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522214#M7063</guid>
      <dc:creator>EAlta</dc:creator>
      <dc:date>2018-08-03T14:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: d435 depth camera</title>
      <link>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522215#M7064</link>
      <description>&lt;P&gt;This week, Intel highlighted a point cloud system for Python called Pyntcloud that allows the loading in of ply files and the performing of a large number of different types of operation on it.  It contains some example programs..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/daavoo/pyntcloud"&gt;https://github.com/daavoo/pyntcloud&lt;/A&gt; GitHub - daavoo/pyntcloud: pyntcloud is a Python library for working with 3D point clouds. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of these example programs allows the visualization of the point cloud as a color map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 15:02:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522215#M7064</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-03T15:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: d435 depth camera</title>
      <link>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522216#M7065</link>
      <description>&lt;P&gt;But once having the .ply on python, I would have to use the function "&lt;A href="https://github.com/IntelRealSense/librealsense/blob/5e73f7bb906a3cbec8ae43e888f182cc56c18692/include/librealsense2/rsutil.h#"&gt;https://github.com/IntelRealSense/librealsense/blob/5e73f7bb906a3cbec8ae43e888f182cc56c18692/include/librealsense2/rsutil.h#&lt;/A&gt; L15 &lt;CODE&gt;rs2_project_point_to_pixel&lt;/CODE&gt;" that needs the intrinsic parameters.&lt;/P&gt;&lt;P&gt;Is there a way to obtain this intrinsic parameters from the Real Sense Viewer?&lt;/P&gt;&lt;P&gt;Are the intrinsic parameters always the same for the camera or they change accoding to the scene (like maximum distance measured in the scene)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 18:07:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522216#M7065</guid>
      <dc:creator>EAlta</dc:creator>
      <dc:date>2018-08-03T18:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: d435 depth camera</title>
      <link>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522217#M7066</link>
      <description>&lt;P&gt;Apologies for the delay in responding, I was considering how best to answer your questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, intrinsics can change, especially when calibrating the camera.  The sample program 'Sensor Control' provides a pre-made means to interface with the camera's details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/tree/814541662529bf6a0d6178db95e1f948a85dbfa7/examples/sensor-control"&gt;https://github.com/IntelRealSense/librealsense/tree/814541662529bf6a0d6178db95e1f948a85dbfa7/examples/sensor-control&lt;/A&gt; librealsense/examples/sensor-control at 814541662529bf6a0d6178db95e1f948a85dbfa7 · IntelRealSense/librealsense · GitHub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The API How To page also provides scripting for getting field of view and video stream intrinsics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/wiki/API-How-To#"&gt;https://github.com/IntelRealSense/librealsense/wiki/API-How-To#&lt;/A&gt; get-video-stream-intrinsics API How To · IntelRealSense/librealsense Wiki · GitHub &lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 22:04:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522217#M7066</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-03T22:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: d435 depth camera</title>
      <link>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522218#M7067</link>
      <description>&lt;P&gt;Ok MartyG, I´m going to read the information and as soon as I have some results, I willl let you know.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Aug 2018 03:34:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522218#M7067</guid>
      <dc:creator>EAlta</dc:creator>
      <dc:date>2018-08-04T03:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: d435 depth camera</title>
      <link>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522219#M7068</link>
      <description>&lt;P&gt;MartyG intel_admin intel_corp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mentioned that intrinsics can change, especially when calibrating the camera, but can intrinsics change while acquiring data from the sensor?&lt;/P&gt;&lt;P&gt;Lets supose Im acquiring data from the sensor and I get 100 frames, and each frame has a pointcloud and depth image, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Is it possible that the camera has taken different intrinsic values while capturing the video, and therefore having different intrinsic values for each frame?&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am going to process each frame's pointcloud independently, so I want to know if it is necessary to obtain the intrinsic values for each frame while taking the video (this would be complicated) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to be able to convert a processed pointcloud to a depth image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Aug 2018 10:43:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522219#M7068</guid>
      <dc:creator>EAlta</dc:creator>
      <dc:date>2018-08-04T10:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: d435 depth camera</title>
      <link>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522220#M7069</link>
      <description>&lt;P&gt;Unless the camera is absolutely motionless in position, there are very likely to be variations in the intrinsics.  I have never heard of anyone having to manually update the intrinsics on every frame though.  The RealSense SDK should automatically take care of those calculations as factors such as distance change.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Aug 2018 11:04:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522220#M7069</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-04T11:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: d435 depth camera</title>
      <link>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522221#M7070</link>
      <description>&lt;P&gt;Hi again MartyG&lt;/P&gt;&lt;P&gt;Do you know how to get the intrinsic values with python?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 05:31:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522221#M7070</guid>
      <dc:creator>EAlta</dc:creator>
      <dc:date>2018-08-06T05:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: d435 depth camera</title>
      <link>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522222#M7071</link>
      <description>&lt;P&gt;I tracked down the part of the SDK's Python wrapper that handles the creation and modification of intrnsics and extrinsics.  It may be a starting point in working out how to access those functions in your own work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/commit/658d672b97b64257afdbcf18cb60bcea38fe5f87#"&gt;https://github.com/IntelRealSense/librealsense/commit/658d672b97b64257afdbcf18cb60bcea38fe5f87#&lt;/A&gt; diff-063dde808a39e40b353ac48a477cbb5bR155 Merge pull request # 1138 from zivsha/register_extrin_python · IntelRealSense/librealsense@658d672 · GitHub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The green parts of the listing show the current version of the code, and the red parts usually indicate parts that have been removed from the script by the most recent changes.  Once you find a block of green code relating to intrinsics and extrinsics, you can find it within the main python.cpp wrapper script by looking for the same script line numbers (e.g 156).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/658d672b97b64257afdbcf18cb60bcea38fe5f87/wrappers/python/python.cpp"&gt;https://github.com/IntelRealSense/librealsense/blob/658d672b97b64257afdbcf18cb60bcea38fe5f87/wrappers/python/python.cpp&lt;/A&gt; librealsense/python.cpp at 658d672b97b64257afdbcf18cb60bcea38fe5f87 · IntelRealSense/librealsense · GitHub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might be easier though just to use the original Python script that the SDK's intrinsics / extrinsics support is based on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/pull/1138"&gt;https://github.com/IntelRealSense/librealsense/pull/1138&lt;/A&gt; [Python] Allow extrinsics and intrinsics creation and modification by zivsha · Pull Request # 1138 · IntelRealSense/libre… &lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 05:59:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522222#M7071</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-06T05:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: d435 depth camera</title>
      <link>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522223#M7072</link>
      <description>&lt;P&gt;Intrinsics don't fundamentally change, they're a measurement of the properties of each individual camera. However, it's hard to measure them directly, so they are estimated by a calibration process. This estimation may change slightly when calibration is done, depending on the quality of the calibration, but the actual values should be constant for the life of the camera, not dependent on scene or anything. &lt;/P&gt;&lt;P&gt;The current Intel calibration tool doesn't calibrate intrinsics though, just extrinsics between the depth cameras and possibly depth/colour (which can change if the camera is dropped or exposed to high temperatures/humidity etc), so unless you do your own intrinsic calibration process and write it to the camera (there is a tool for writing intrinsics/extrinsics to a camera included in the calibration API tools) they will remain constant.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 08:37:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522223#M7072</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2018-08-06T08:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: d435 depth camera</title>
      <link>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522224#M7073</link>
      <description>&lt;P&gt;Thankyou jb455&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to get the intrinsics from my D435 depth camera with python and this is what i get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; import pyrealsense2 as rs2&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; intrin = rs2.intrinsics()&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; intrin&lt;/P&gt;&lt;P&gt;width: 0, height: 0, ppx: 0, ppy: 0, fx: 0, fy: 0, model: None, coeffs: [0, 0, 0, 0, 0]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an idea of what might be happening?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 14:44:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522224#M7073</guid>
      <dc:creator>EAlta</dc:creator>
      <dc:date>2018-08-06T14:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: d435 depth camera</title>
      <link>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522225#M7074</link>
      <description>&lt;P&gt;It looks like you're just creating a new Intrinsics object filled with default values (0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what the syntax is in Python, but in C# , you can get the intrinsics of a stream like so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PipelineProfile profile = pipeline.Start();&lt;/P&gt;&lt;P&gt;var stream = (VideoStreamProfile)profile.GetStream(Stream.Depth);&lt;/P&gt;&lt;P&gt;var intrinsics = stream.GetIntrinsics();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume it'll be similar in Python.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 14:52:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/d435-depth-camera/m-p/522225#M7074</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2018-08-06T14:52:16Z</dc:date>
    </item>
  </channel>
</rss>

