CameraInfo.java
Go to the documentation of this file.
1 package com.intel.realsense.librealsense;
2 
3 public enum CameraInfo {
4  NAME(0),
16 
17 
18  private final int mValue;
19 
20  private CameraInfo(int value) { mValue = value; }
21  public int value() { return mValue; }
22 }
GLfloat value


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