Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
com.example.realsense_java_example.MainActivity Class Reference
Inheritance diagram for com.example.realsense_java_example.MainActivity:
Inheritance graph
[legend]

Public Member Functions

void onRequestPermissionsResult (int requestCode, String permissions[], int[] grantResults)
 

Protected Member Functions

void onCreate (Bundle savedInstanceState)
 
void onPause ()
 
void onResume ()
 

Private Member Functions

void stream () throws Exception
 

Private Attributes

RsContext mRsContext
 
Thread mStreamingThread
 

Static Private Attributes

static final int MY_PERMISSIONS_REQUEST_CAMERA = 0
 

Detailed Description

Definition at line 23 of file java_example/app/src/main/java/com/example/realsense_java_example/MainActivity.java.

Member Function Documentation

void com.example.realsense_java_example.MainActivity.onCreate ( Bundle  savedInstanceState)
inlineprotected
void com.example.realsense_java_example.MainActivity.onPause ( )
inlineprotected
void com.example.realsense_java_example.MainActivity.onRequestPermissionsResult ( int  requestCode,
String  permissions[],
int[]  grantResults 
)
inline
void com.example.realsense_java_example.MainActivity.onResume ( )
inlineprotected
void com.example.realsense_java_example.MainActivity.stream ( void  ) throws Exception
inlineprivate

Member Data Documentation

RsContext com.example.realsense_java_example.MainActivity.mRsContext
private
Thread com.example.realsense_java_example.MainActivity.mStreamingThread
private
Initial value:
= new Thread(new Runnable() {
@Override
public void run() {
try {
stream();
} catch (Exception e) {
e.printStackTrace();
}
}
})

Definition at line 79 of file java_example/app/src/main/java/com/example/realsense_java_example/MainActivity.java.

final int com.example.realsense_java_example.MainActivity.MY_PERMISSIONS_REQUEST_CAMERA = 0
staticprivate

The documentation for this class was generated from the following file:


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