Functions
android/jni/sensor.cpp File Reference
#include <jni.h>
#include <memory>
#include <vector>
#include "error.h"
#include "../../../include/librealsense2/rs.h"
Include dependency graph for android/jni/sensor.cpp:

Go to the source code of this file.

Functions

JNIEXPORT jfloat JNICALL Java_com_intel_realsense_librealsense_DepthSensor_nGetDepthScale (JNIEnv *env, jclass clazz, jlong handle)
 
JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_RoiSensor_nGetRegionOfInterest (JNIEnv *env, jclass type, jlong handle, jobject roi)
 
JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_RoiSensor_nSetRegionOfInterest (JNIEnv *env, jclass clazz, jlong handle, jint min_x, jint min_y, jint max_x, jint max_y)
 
JNIEXPORT jlongArray JNICALL Java_com_intel_realsense_librealsense_Sensor_nGetStreamProfiles (JNIEnv *env, jclass type, jlong handle)
 
JNIEXPORT jboolean JNICALL Java_com_intel_realsense_librealsense_Sensor_nIsSensorExtendableTo (JNIEnv *env, jclass type, jlong handle, jint extension)
 
JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Sensor_nRelease (JNIEnv *env, jclass type, jlong handle)
 

Function Documentation

JNIEXPORT jfloat JNICALL Java_com_intel_realsense_librealsense_DepthSensor_nGetDepthScale ( JNIEnv *  env,
jclass  clazz,
jlong  handle 
)

Definition at line 98 of file android/jni/sensor.cpp.

JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_RoiSensor_nGetRegionOfInterest ( JNIEnv *  env,
jclass  type,
jlong  handle,
jobject  roi 
)

Definition at line 73 of file android/jni/sensor.cpp.

JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_RoiSensor_nSetRegionOfInterest ( JNIEnv *  env,
jclass  clazz,
jlong  handle,
jint  min_x,
jint  min_y,
jint  max_x,
jint  max_y 
)

Definition at line 62 of file android/jni/sensor.cpp.

JNIEXPORT jlongArray JNICALL Java_com_intel_realsense_librealsense_Sensor_nGetStreamProfiles ( JNIEnv *  env,
jclass  type,
jlong  handle 
)

Definition at line 19 of file android/jni/sensor.cpp.

JNIEXPORT jboolean JNICALL Java_com_intel_realsense_librealsense_Sensor_nIsSensorExtendableTo ( JNIEnv *  env,
jclass  type,
jlong  handle,
jint  extension 
)

Definition at line 50 of file android/jni/sensor.cpp.

JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Sensor_nRelease ( JNIEnv *  env,
jclass  type,
jlong  handle 
)

Definition at line 13 of file android/jni/sensor.cpp.



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