Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
wrappers
android
librealsense
src
main
java
com
intel
realsense
librealsense
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
com.intel.realsense.librealsense.DepthSensor.getDepthScale
float getDepthScale()
Definition:
DepthSensor.java:10
librealsense::super
uvc_xu_option< int > super
Definition:
l500-options.h:32
handle
GLuint64 GLenum void * handle
Definition:
glext.h:7785
com.intel.realsense.librealsense.Sensor
Definition:
Sensor.java:6
com.intel.realsense.librealsense.DepthSensor
Definition:
DepthSensor.java:3
com.intel.realsense.librealsense.DepthSensor.nGetDepthScale
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