YuyDecoder.java
Go to the documentation of this file.
1 package com.intel.realsense.librealsense;
2 
3 // convert YUYV from color stream into RGB8 format
4 public class YuyDecoder extends Filter {
5  public YuyDecoder(){
6  mHandle = nCreate(mQueue.getHandle());
8  }
9 
10  private static native long nCreate(long queueHandle);
11 }
void setValue(Option option, float value)
Definition: Options.java:36
static native long nCreate(long queueHandle)


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