<?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: SR300 SDK on Ubuntu 14.04 in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464778#M4060</link>
    <description>&lt;P&gt;Apologies for the delay in responding to your latest message.  I was carefully considering the best way to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have observed that for some Librealsense users, they may find that a particular sample program has problems such as the one that you have with the RGB, whilst other samples work perfectly.  I would advise trying another sample that uses an RGB stream to see whether the problem is with the camera or with the sample program. &lt;/P&gt;</description>
    <pubDate>Fri, 22 Sep 2017 16:14:04 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2017-09-22T16:14:04Z</dc:date>
    <item>
      <title>SR300 SDK on Ubuntu 14.04</title>
      <link>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464758#M4040</link>
      <description>&lt;P&gt;I am using SR300 camera on ROS Indigo, Ubuntu 14.04. The question is I can not find any kind of SDK fit my environment. Could someone help me? &lt;/P&gt;&lt;P&gt;Also, I have no idea how to use it to calculate the depth and do object tracking work, could anyone give me some suggestions or give me some tutorials?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 04:22:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464758#M4040</guid>
      <dc:creator>RLi23</dc:creator>
      <dc:date>2017-08-21T04:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: SR300 SDK on Ubuntu 14.04</title>
      <link>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464759#M4041</link>
      <description>&lt;P&gt;First, I will reprint the guide I linked you to in another message for launching RealSense with ROS in an RVIZ environment, as the original message was too old for the forum to display the update on the forum's front page and others may benefit from it.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://robolady.wordpress.com/2016/11/27/running-intel-realsense-r200-ros-nodelet-and-rviz/"&gt;https://robolady.wordpress.com/2016/11/27/running-intel-realsense-r200-ros-nodelet-and-rviz/&lt;/A&gt; Running Intel RealSense R200 ROS nodelet and RViz – Robotics. And other stuff too. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll also link back to your other message to help other people who are reading this and may wish to offer advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding your question here: if you are using Ubuntu with an SR300 then Librealsense - which you said that you have already successfully installed in your other message - would be the correct choice.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you are new to the SR300 and ROS, rather than diving straight into the deep end with depth sensing, I would recommend trying the Librealsense example program cpp-capture first.  This displays four boxes on your screen with RGB, depth and IR streams in them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/master/examples/cpp-capture.cpp"&gt;https://github.com/IntelRealSense/librealsense/blob/master/examples/cpp-capture.cpp&lt;/A&gt; librealsense/cpp-capture.cpp at master · IntelRealSense/librealsense · GitHub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can generate pre-built 'binary' versions of the samples that can be run.  Although I have not tried it myself, the process is apparently to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  Navigate to the root folder of Librealsense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.  Use this instruction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make &amp;amp;&amp;amp; sudo make install&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.  You should then be able to find the demos, samples and tests in the folder called  /usr / local / bin&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 06:32:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464759#M4041</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-08-21T06:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: SR300 SDK on Ubuntu 14.04</title>
      <link>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464760#M4042</link>
      <description>&lt;P&gt;Hi MartyG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for you suggestion, that helps me a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By now, I have tried the example/.cpp-capture. But I still dont know how to use SR300 to do face recognition on ROS, Ubuntu 14.04 system. &lt;/P&gt;&lt;P&gt;Because the released RealSense SDK for face Rcongnition and Tracking is only for Windows, as far as I find out.&lt;/P&gt;&lt;P&gt;So I am not sure whether I can do it on Ubuntu. Can you give me some soggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;Ruiqi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 14:15:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464760#M4042</guid>
      <dc:creator>RLi23</dc:creator>
      <dc:date>2017-08-25T14:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: SR300 SDK on Ubuntu 14.04</title>
      <link>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464761#M4043</link>
      <description>&lt;P&gt;ROS has a face recognition module, though it seems to be designed for general webcams rather than RealSense specifically.  That is not necessarily a problem, since RealSense F200 and SR300 cameras can act as an ordinary RGB webcam too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.ros.org/face_recognition"&gt;http://wiki.ros.org/face_recognition&lt;/A&gt; face_recognition - ROS Wiki &lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 14:26:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464761#M4043</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-08-25T14:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: SR300 SDK on Ubuntu 14.04</title>
      <link>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464762#M4044</link>
      <description>&lt;P&gt;Thanks a lot, Marty!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;Sorry for replying late because the system miscategorized this email as a spam so I did not find it until today I clear my mailbox.&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And may I ask you another question?&lt;/P&gt;&lt;P&gt;I have successfully run RViz to detect depth image by using SR300 camera. But I really don't know how to export the depth image data to a file(like distance, pixels, height, width...)&lt;/P&gt;&lt;P&gt;Do you have any suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ruiqi&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 08:20:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464762#M4044</guid>
      <dc:creator>RLi23</dc:creator>
      <dc:date>2017-09-12T08:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: SR300 SDK on Ubuntu 14.04</title>
      <link>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464763#M4045</link>
      <description>&lt;P&gt;If you are using Librealsense, your main option for exporting RealSense data to a file is likely to be to create a .mat format file in conjunction with OpenCV. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/30155587/opencv-mat-matlab-mat-file"&gt;https://stackoverflow.com/questions/30155587/opencv-mat-matlab-mat-file&lt;/A&gt; c++ - OpenCV Mat -&amp;gt; Matlab Mat File - Stack Overflow &lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 08:56:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464763#M4045</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-09-12T08:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: SR300 SDK on Ubuntu 14.04</title>
      <link>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464764#M4046</link>
      <description>&lt;P&gt;Thanks. I do think OpenCV mat is enough for me since I can put it straightly into OpenCV model and run the models.&lt;/P&gt;&lt;P&gt;And the key point is, how can I get the OpenCV mat? By now, what I have is only show depth image on RViz but I have no idea how to see the image data behind the image.&lt;/P&gt;&lt;P&gt;So could you please give me some suggestions?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 10:58:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464764#M4046</guid>
      <dc:creator>RLi23</dc:creator>
      <dc:date>2017-09-12T10:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: SR300 SDK on Ubuntu 14.04</title>
      <link>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464765#M4047</link>
      <description>&lt;P&gt;Apologies for the delay in responding.  It is difficult to find easy to understand resources about converting a RealSense image to OpenCV .mat.  In previous discussions about OpenCV mat, the link below has been recommended more than once as an easy introduction, and has a link to a YouTube tutorial .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/realsense/topic/624897"&gt;https://software.intel.com/en-us/forums/realsense/topic/624897&lt;/A&gt; converting PXCImage to Mat format &lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 11:48:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464765#M4047</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-09-12T11:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: SR300 SDK on Ubuntu 14.04</title>
      <link>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464766#M4048</link>
      <description>&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just saw the video, does the rviz on ROS only can present a visualization of the depth image?  It means there is no way to connect rviz with OpenCV mat and what I can only do is just forget the rviz and use other ways like C++ code to get depth image data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is what I think right?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 12:52:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464766#M4048</guid>
      <dc:creator>RLi23</dc:creator>
      <dc:date>2017-09-12T12:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: SR300 SDK on Ubuntu 14.04</title>
      <link>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464767#M4049</link>
      <description>&lt;P&gt;Rviz is a topic that is largely outside of my knowledge.  You may find some useful insight in this document though that discusses its use with RealSense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://apprize.info/programming/ros/9.html"&gt;http://apprize.info/programming/ros/9.html&lt;/A&gt; Programming Vision Sensors using ROS, Open-CV, and PCL - Mastering ROS for Robotics Programming (2015)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is formatted as one long web page, so to find the RealSense section with the Rviz info quickly, do a page find for the world 'realsense'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an image grab from the RealSense section for your easy reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 13:09:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464767#M4049</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-09-12T13:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: SR300 SDK on Ubuntu 14.04</title>
      <link>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464768#M4050</link>
      <description>&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;I will try it.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 13:20:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464768#M4050</guid>
      <dc:creator>RLi23</dc:creator>
      <dc:date>2017-09-12T13:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: SR300 SDK on Ubuntu 14.04</title>
      <link>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464769#M4051</link>
      <description>&lt;P&gt;Hi Marty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your suggestion. I have tried and another problem raised, how can I save the depth image captured by the real sense camera SR300 to my local file? Also, how to take photos using real sense camera since it is like for video?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richie&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2017 01:32:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464769#M4051</guid>
      <dc:creator>RLi23</dc:creator>
      <dc:date>2017-09-16T01:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: SR300 SDK on Ubuntu 14.04</title>
      <link>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464770#M4052</link>
      <description>&lt;P&gt;Regarding recording to a local file, please see this page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new SR300-compatible RealSense SDK 2.0 that was released this week also has record and playback built into it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/tree/development"&gt;https://github.com/IntelRealSense/librealsense/tree/development&lt;/A&gt; GitHub - IntelRealSense/librealsense at development &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding taking a static snapshot, this Librealsense tutorial may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/zr300_documentation/doc/stepbystep/getting_started_with_openCV.md"&gt;https://github.com/IntelRealSense/librealsense/blob/zr300_documentation/doc/stepbystep/getting_started_with_openCV.md&lt;/A&gt; librealsense/getting_started_with_openCV.md at zr300_documentation · IntelRealSense/librealsense · GitHub &lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2017 06:05:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464770#M4052</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-09-16T06:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: SR300 SDK on Ubuntu 14.04</title>
      <link>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464771#M4053</link>
      <description>&lt;P&gt;Thank you, Marty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that most of the code is written in C++. Is there any function or library in Python can do the data export work? Export the image captured by real sense camera as jpg or some other image files.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2017 06:20:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464771#M4053</guid>
      <dc:creator>RLi23</dc:creator>
      <dc:date>2017-09-16T06:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: SR300 SDK on Ubuntu 14.04</title>
      <link>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464772#M4054</link>
      <description>&lt;P&gt;I am not aware of a specific Python function for RealSense data export.  You can though use Python with Librealsense in general using the Pyrealsense wrapper.  It comes with an example for capturing still color with matplotlib.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/toinsson/pyrealsense"&gt;https://github.com/toinsson/pyrealsense&lt;/A&gt; GitHub - toinsson/pyrealsense: Cross-platform ctypes/Cython wrapper to the librealsense library -&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2017 07:31:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464772#M4054</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-09-16T07:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: SR300 SDK on Ubuntu 14.04</title>
      <link>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464773#M4055</link>
      <description>&lt;P&gt;Hi Marty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your kindly assistance.&lt;/P&gt;&lt;P&gt;But now, new problem occured. When I start the camera to capture RGB images, it always shows green mosaic on the screen. How it can be like this? Is my camera broken ?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 11:43:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464773#M4055</guid>
      <dc:creator>RLi23</dc:creator>
      <dc:date>2017-09-22T11:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: SR300 SDK on Ubuntu 14.04</title>
      <link>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464774#M4056</link>
      <description>&lt;P&gt;Does it look like the image on this page, where someone with an SR300 had problems with their color stream in Librealsense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.bountysource.com/issues/38477245-color-stream-does-not-work"&gt;https://www.bountysource.com/issues/38477245-color-stream-does-not-work&lt;/A&gt; Bountysource &lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 12:00:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464774#M4056</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-09-22T12:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: SR300 SDK on Ubuntu 14.04</title>
      <link>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464775#M4057</link>
      <description>&lt;P&gt;Yes, exactly the same problem when connecting Ros librealsense then run cop-capture. &lt;/P&gt;&lt;P&gt;So what should I do to fix this problem?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 12:05:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464775#M4057</guid>
      <dc:creator>RLi23</dc:creator>
      <dc:date>2017-09-22T12:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: SR300 SDK on Ubuntu 14.04</title>
      <link>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464776#M4058</link>
      <description>&lt;P&gt;One of the leaders of Librealsense, ddiakopoulos ,recommended re-running the patch script and then afterwards doing the instruction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo modprobe uvcvideo&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 12:21:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464776#M4058</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-09-22T12:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: SR300 SDK on Ubuntu 14.04</title>
      <link>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464777#M4059</link>
      <description>&lt;P&gt;Thanks for your suggestion, but  it  still did not fix the problem after I tried this method. &lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 13:43:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/SR300-SDK-on-Ubuntu-14-04/m-p/464777#M4059</guid>
      <dc:creator>RLi23</dc:creator>
      <dc:date>2017-09-22T13:43:22Z</dc:date>
    </item>
  </channel>
</rss>

