<?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: How to control the exposure and gain by programming in C++? in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/How-to-control-the-exposure-and-gain-by-programming-in-C/m-p/500849#M6091</link>
    <description>&lt;P&gt;Lines 203 to 315 of the code for the camera's Advanced Mode show code for controlling the laser, gain and exposure modes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/9437bc24c0f4ce16193f1045ceea703a8151b96d/src/ds5/advanced_mode/advanced_mode.cpp#"&gt;https://github.com/IntelRealSense/librealsense/blob/9437bc24c0f4ce16193f1045ceea703a8151b96d/src/ds5/advanced_mode/advanced_mode.cpp#&lt;/A&gt; L203 librealsense/advanced_mode.cpp at 9437bc24c0f4ce16193f1045ceea703a8151b96d · IntelRealSense/librealsense · GitHub &lt;/P&gt;</description>
    <pubDate>Mon, 07 May 2018 08:32:22 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2018-05-07T08:32:22Z</dc:date>
    <item>
      <title>How to control the exposure and gain by programming in C++?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-control-the-exposure-and-gain-by-programming-in-C/m-p/500846#M6088</link>
      <description>&lt;P&gt;Can someone tell me How to control the exposure and gain and switch of infrared projector by programming in C++ on D435?&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 02:19:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-control-the-exposure-and-gain-by-programming-in-C/m-p/500846#M6088</guid>
      <dc:creator>zchen38</dc:creator>
      <dc:date>2018-05-07T02:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to control the exposure and gain by programming in C++?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-control-the-exposure-and-gain-by-programming-in-C/m-p/500847#M6089</link>
      <description>&lt;P&gt;The command for gain control is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;gain_control&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://unanancyowen.github.io/librealsense2_apireference/structlibrealsense_1_1gain__control.html#"&gt;https://unanancyowen.github.io/librealsense2_apireference/structlibrealsense_1_1gain__control.html#&lt;/A&gt; a81150897487b7dc3b980c17338b193f5 Intel® RealSense™ Cross Platform API: librealsense::gain_control Struct Reference &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A list of commands related to exposure can be found in the index below, starting at 'exposure' downwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://unanancyowen.github.io/librealsense2_apireference/functions_e.html"&gt;https://unanancyowen.github.io/librealsense2_apireference/functions_e.html&lt;/A&gt; Intel® RealSense™ Cross Platform API: Class Members &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The laser power and emitter enabling / disabling can be controlled with a script at the very bottom of the page below:&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; API How To · IntelRealSense/librealsense Wiki · GitHub &lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 06:16:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-control-the-exposure-and-gain-by-programming-in-C/m-p/500847#M6089</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-05-07T06:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to control the exposure and gain by programming in C++?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-control-the-exposure-and-gain-by-programming-in-C/m-p/500848#M6090</link>
      <description>&lt;P&gt;Thank you for your answer. For gain and exposure, can you give an example for detail?&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 07:48:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-control-the-exposure-and-gain-by-programming-in-C/m-p/500848#M6090</guid>
      <dc:creator>zchen38</dc:creator>
      <dc:date>2018-05-07T07:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to control the exposure and gain by programming in C++?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-control-the-exposure-and-gain-by-programming-in-C/m-p/500849#M6091</link>
      <description>&lt;P&gt;Lines 203 to 315 of the code for the camera's Advanced Mode show code for controlling the laser, gain and exposure modes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/9437bc24c0f4ce16193f1045ceea703a8151b96d/src/ds5/advanced_mode/advanced_mode.cpp#"&gt;https://github.com/IntelRealSense/librealsense/blob/9437bc24c0f4ce16193f1045ceea703a8151b96d/src/ds5/advanced_mode/advanced_mode.cpp#&lt;/A&gt; L203 librealsense/advanced_mode.cpp at 9437bc24c0f4ce16193f1045ceea703a8151b96d · IntelRealSense/librealsense · GitHub &lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 08:32:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-control-the-exposure-and-gain-by-programming-in-C/m-p/500849#M6091</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-05-07T08:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to control the exposure and gain by programming in C++?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-control-the-exposure-and-gain-by-programming-in-C/m-p/500850#M6092</link>
      <description>&lt;P&gt;This sample program allows you to change the sensor options: &lt;A href="https://github.com/IntelRealSense/librealsense/tree/master/examples/sensor-control"&gt;https://github.com/IntelRealSense/librealsense/tree/master/examples/sensor-control&lt;/A&gt; &lt;A href="https://github.com/IntelRealSense/librealsense/tree/master/examples/sensor-control"&gt;https://github.com/IntelRealSense/librealsense/tree/master/examples/sensor-control&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 20:43:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-control-the-exposure-and-gain-by-programming-in-C/m-p/500850#M6092</guid>
      <dc:creator>ASriv7</dc:creator>
      <dc:date>2018-05-09T20:43:52Z</dc:date>
    </item>
  </channel>
</rss>

