Pointcloud.java
Go to the documentation of this file.
1 package com.intel.realsense.librealsense;
2 
3 
4 public class Pointcloud extends Filter {
5 
6  public Pointcloud(){
7  mHandle = nCreate(mQueue.getHandle());
8  }
9 
11  mHandle = nCreate(mQueue.getHandle());
12  setValue(Option.STREAM_FILTER, texture.value());
13  }
14 
16  mHandle = nCreate(mQueue.getHandle());
17  setValue(Option.STREAM_FILTER, texture.value());
19  }
20 
21  private static native long nCreate(long queueHandle);
22 }
static native long nCreate(long queueHandle)
void setValue(Option option, float value)
Definition: Options.java:36
The texture class.
Definition: example.hpp:402
GLuint index
Pointcloud(StreamType texture, int index)
Definition: Pointcloud.java:15


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