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): LibRealSense ROS Team
autogenerated on Thu Dec 22 2022 03:41:42