DepthSensor.java
Go to the documentation of this file.
1 package com.intel.realsense.librealsense;
2 
3 public class DepthSensor extends Sensor {
4 
5  DepthSensor(long handle) {
6  super(handle);
7  mOwner = false;
8  }
9 
10  public float getDepthScale() { return nGetDepthScale(mHandle); }
11 
12 
13  private static native float nGetDepthScale(long handle);
14 }
15 
uvc_xu_option< int > super
Definition: l500-options.h:32
GLuint64 GLenum void * handle
Definition: glext.h:7785
static native float nGetDepthScale(long handle)


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