<?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 How can i use ZR300 outside? in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/How-can-i-use-ZR300-outside/m-p/525811#M7180</link>
    <description>&lt;P&gt;Hi I'm sudo.&lt;/P&gt;&lt;P&gt;I have one question. i have seen this message, " ... indoor and outdoor use, ..." in ZR300 detail.. (&lt;A href="https://click.intel.com/intelr-realsensetm-development-kit-featuring-the-zr300.html"&gt;https://click.intel.com/intelr-realsensetm-development-kit-featuring-the-zr300.html&lt;/A&gt; Intel® RealSense™ Development Kit Featuring the ZR300 - Intel® RealSense™ Developer Kits )&lt;/P&gt;&lt;P&gt;but when i used zr300 with surface pro4 (win10 64bit, librealsense project), ZR300's depth camera(IR) is not working &lt;/P&gt;&lt;P&gt;how can i use ZR300 outside?? help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Aug 2017 06:40:18 GMT</pubDate>
    <dc:creator>SJung11</dc:creator>
    <dc:date>2017-08-04T06:40:18Z</dc:date>
    <item>
      <title>How can i use ZR300 outside?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-can-i-use-ZR300-outside/m-p/525811#M7180</link>
      <description>&lt;P&gt;Hi I'm sudo.&lt;/P&gt;&lt;P&gt;I have one question. i have seen this message, " ... indoor and outdoor use, ..." in ZR300 detail.. (&lt;A href="https://click.intel.com/intelr-realsensetm-development-kit-featuring-the-zr300.html"&gt;https://click.intel.com/intelr-realsensetm-development-kit-featuring-the-zr300.html&lt;/A&gt; Intel® RealSense™ Development Kit Featuring the ZR300 - Intel® RealSense™ Developer Kits )&lt;/P&gt;&lt;P&gt;but when i used zr300 with surface pro4 (win10 64bit, librealsense project), ZR300's depth camera(IR) is not working &lt;/P&gt;&lt;P&gt;how can i use ZR300 outside?? help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 06:40:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-can-i-use-ZR300-outside/m-p/525811#M7180</guid>
      <dc:creator>SJung11</dc:creator>
      <dc:date>2017-08-04T06:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use ZR300 outside?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-can-i-use-ZR300-outside/m-p/525812#M7181</link>
      <description>&lt;P&gt;RealSense unfortunately has a history of problems when used with Surface Pros and Surface Books.  Playing your video though, the camera seems to be working fine on your particular Pro, up until the moment when you step outdoors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, I believe that the IR sensor in the camera likely became saturated when you stepped out into the sunshine, especially if it was a particularly bright day.  The camera has a component called the IR Emitter that works with the IR Sensor to manage light exposure.  If a location is too dark or too bright, the assistance provided by the IR Emitter causes the IR Sensor to become light-saturated, causing the dark camera view that you experienced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using a ZR300, you must be using the Librealsense SDK.  You can use scripting in Librealsense to turn off the IR Emitter component to help avoid saturation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the Librealsense instruction for the IR emitter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RS_OPTION_R200_EMITTER_ENABLED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although it references the R200 camera model, the ZR300 has identical IR components to the R200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Enables / disables R200 emitter&lt;/P&gt;&lt;P&gt;     */&lt;/P&gt;&lt;P&gt;    public void setEmitterEnabled(int value) {&lt;/P&gt;&lt;P&gt;        setOption(RealSense.RS_OPTION_R200_EMITTER_ENABLED, value);&lt;/P&gt;&lt;P&gt;    }&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 07:19:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-can-i-use-ZR300-outside/m-p/525812#M7181</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-08-04T07:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use ZR300 outside?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-can-i-use-ZR300-outside/m-p/525813#M7182</link>
      <description>&lt;P&gt;I believe, even if you can adjust the exposure time (lower it, so the RGB images become good again) the depth image wont be available.&lt;/P&gt;&lt;P&gt;this is because, the IR camera searches the pattern projected by the emitter, which is however mixed with the sun light (same wavelength). Its like when you use a tiny flash light and enter into a super illuminated room, so you wont see your flashlight spot anymore...&lt;/P&gt;&lt;P&gt;even google tango cant do it (except the ToF camera models not using IR emitter).&lt;/P&gt;</description>
      <pubDate>Sun, 06 Aug 2017 21:40:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-can-i-use-ZR300-outside/m-p/525813#M7182</guid>
      <dc:creator>HWade</dc:creator>
      <dc:date>2017-08-06T21:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use ZR300 outside?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-can-i-use-ZR300-outside/m-p/525814#M7183</link>
      <description>&lt;P&gt;Thanks for kind anwser, MartyG, hanneswader&lt;/P&gt;&lt;P&gt;I have read your reply carefully&lt;/P&gt;&lt;P&gt;but i have known why.&lt;/P&gt;&lt;P&gt;therefore this message, " ... indoor and outdoor use, ..." in ZR300 detail.. (&lt;A href="https://click.intel.com/intelr-realsensetm-development-kit-featuring-the-zr300.html"&gt;https://click.intel.com/intelr-realsensetm-development-kit-featuring-the-zr300.html&lt;/A&gt; Intel® RealSense™ Development Kit Featuring the ZR300 - Intel® RealSense™ Developer Kits ), gave me hope.&lt;/P&gt;&lt;P&gt;I thought, latest realsense, ZR300 will be different!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I received ZR300, I tested ZR300 outside.&lt;/P&gt;&lt;P&gt;however... as you saw, ZR300 can not use outside&lt;/P&gt;&lt;P&gt;is this real??&lt;/P&gt;&lt;P&gt;Is there any other way to use ZR300 outside ?? u.u&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 00:26:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-can-i-use-ZR300-outside/m-p/525814#M7183</guid>
      <dc:creator>SJung11</dc:creator>
      <dc:date>2017-08-07T00:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use ZR300 outside?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-can-i-use-ZR300-outside/m-p/525815#M7184</link>
      <description>&lt;P&gt;The ZR300 has identical IR components to the R200 camera, which is used in the Vision Kit for Intel's "Ready To Fly" outdoor drone.  Therefore it must be capable of outdoor use, otherwise everyone who put the R200 kit on their drone would be complaining that it didn't work.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://click.intel.com/intel-aero-ready-to-fly-drone.html"&gt;https://click.intel.com/intel-aero-ready-to-fly-drone.html&lt;/A&gt; Intel® Aero Ready to Fly Drone - Intel® Aero Platform Developer Kits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a YouTube video of an R200 being used outdoors on a sunny day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=wO6PQwwNZEQ"&gt;https://www.youtube.com/watch?v=wO6PQwwNZEQ&lt;/A&gt; RealSense R200 with Jetson TK1 Outdoors on sunny day, Part 1 - YouTube&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that video's text description, they state that they got the results in that video by manually controlling the settings.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 06:20:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-can-i-use-ZR300-outside/m-p/525815#M7184</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-08-07T06:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use ZR300 outside?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-can-i-use-ZR300-outside/m-p/525816#M7185</link>
      <description>&lt;P&gt;Thanks, I find it!&lt;/P&gt;&lt;P&gt;zr300 and R200 camera can use outdoors&lt;/P&gt;&lt;P&gt;set the IR gain and exposure in cpp-config-ui of librealsense project&lt;/P&gt;&lt;P&gt;gain:100, exposure:7  is nice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got help from the site.&lt;/P&gt;&lt;P&gt;link: &lt;A href="https://github.com/IntelRealSense/librealsense/issues/208"&gt;https://github.com/IntelRealSense/librealsense/issues/208&lt;/A&gt; R200 Settings to Work Outdoors · Issue # 208 · IntelRealSense/librealsense · GitHub &lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 06:11:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-can-i-use-ZR300-outside/m-p/525816#M7185</guid>
      <dc:creator>SJung11</dc:creator>
      <dc:date>2017-08-08T06:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use ZR300 outside?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-can-i-use-ZR300-outside/m-p/525817#M7186</link>
      <description>&lt;P&gt;Awesome, thanks for the update.  Have fun outdoors!  &lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 06:32:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-can-i-use-ZR300-outside/m-p/525817#M7186</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-08-08T06:32:01Z</dc:date>
    </item>
  </channel>
</rss>

