Extension.java
Go to the documentation of this file.
1 package com.intel.realsense.librealsense;
2 
3 public enum Extension {
4  UNKNOWN(0),
5  DEBUG(1),
6  INFO(2),
7  MOTION(3),
8  OPTIONS(4),
9  VIDEO(5),
10  ROI(6),
15  POINTS(11),
18  RECORD(14),
20  PLAYBACK(16),
26  TM2(22),
37  POSE(33),
41  UPDATABLE(37),
51  FW_LOGGER(47),
55  HDR_MERGE(51),
58 
59 
60  private final int mValue;
61 
62  private Extension(int value) { mValue = value; }
63  public int value() { return mValue; }
64 }
GLfloat value


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