Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
wrappers
android
librealsense
src
main
java
com
intel
realsense
librealsense
DepthFrame.java
Go to the documentation of this file.
1
package
com.intel.realsense.librealsense;
2
3
public
class
DepthFrame
extends
VideoFrame
{
4
protected
DepthFrame
(
long
handle
) {
5
super
(handle);
6
mOwner =
false
;
7
}
8
9
public
float
getDistance
(
int
x
,
int
y
) {
10
return
nGetDistance
(mHandle, x, y);
11
}
12
13
public
float
getUnits
() {
14
return
nGetUnits
(mHandle);
15
}
16
17
private
static
native
float
nGetDistance
(
long
handle
,
int
x
,
int
y
);
18
private
static
native
float
nGetUnits
(
long
handle);
19
}
y
GLint y
Definition:
glad/glad/glad.h:1398
librealsense::super
uvc_xu_option< int > super
Definition:
l500-options.h:32
com.intel.realsense.librealsense.DepthFrame.nGetDistance
static native float nGetDistance(long handle, int x, int y)
handle
GLuint64 GLenum void * handle
Definition:
glext.h:7785
com.intel.realsense.librealsense.DepthFrame.nGetUnits
static native float nGetUnits(long handle)
com.intel.realsense.librealsense.DepthFrame.getUnits
float getUnits()
Definition:
DepthFrame.java:13
x
GLdouble x
Definition:
glad/glad/glad.h:2280
com.intel.realsense.librealsense.VideoFrame
Definition:
VideoFrame.java:3
com.intel.realsense.librealsense.DepthFrame
Definition:
DepthFrame.java:3
com.intel.realsense.librealsense.DepthFrame.getDistance
float getDistance(int x, int y)
Definition:
DepthFrame.java:9
com.intel.realsense.librealsense.DepthFrame.DepthFrame
DepthFrame(long handle)
Definition:
DepthFrame.java:4
librealsense2
Author(s): Sergey Dorodnicov
, Doron Hirshberg
, Mark Horn
, Reagan Lopez
, Itay Carpis
autogenerated on Mon May 3 2021 02:47:12