MotionStreamProfile.java
Go to the documentation of this file.
1 package com.intel.realsense.librealsense;
2 
3 public class MotionStreamProfile extends StreamProfile {
4 
6 
8  super(handle);
9  mOwner = false;
10  mIntrinsic = null;
11  }
12 
13  public MotionIntrinsic getIntrinsic() throws Exception {
14  if(mIntrinsic == null){
15  mIntrinsic = new MotionIntrinsic();
16  nGetIntrinsic(mHandle, mIntrinsic);
17  }
18  return mIntrinsic;
19  }
20 
21  private static native void nGetIntrinsic(long handle, MotionIntrinsic intrinsic);
22 }
uvc_xu_option< int > super
Definition: l500-options.h:32
static native void nGetIntrinsic(long handle, MotionIntrinsic intrinsic)
GLuint64 GLenum void * handle
Definition: glext.h:7785


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