Option.java
Go to the documentation of this file.
1 package com.intel.realsense.librealsense;
2 
3 public enum Option {
6  CONTRAST(2),
7  EXPOSURE(3),
8  GAIN(4),
9  GAMMA(5),
10  HUE(6),
18  ACCURACY(14),
64  LED_POWER(60),
65  ZERO_ORDER_ENABLED(61), // Deprecated
73  AMBIENT_LIGHT(69), // Deprecated - Use DIGITAL_GAIN instead
92  private final int mValue;
93 
94  private Option(int value) { mValue = value; }
95  public int value() { return mValue; }
96 }
GLfloat value


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:47:38