FrameMetadata.java
Go to the documentation of this file.
1 package com.intel.realsense.librealsense;
2 
3 public enum FrameMetadata {
23  CONTRAST(19),
25  SHARPNESS(21),
28  HUE(24),
29  GAMMA(25),
40  private final int mValue;
41 
42  private FrameMetadata(int value) { mValue = value; }
43  public int value() { return mValue; }
44 }
GLfloat value


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