ProcessingBlockInterface.java
Go to the documentation of this file.
1 package com.intel.realsense.librealsense;
2 
3 public interface ProcessingBlockInterface extends OptionsInterface{
4  void invoke(Frame original);
5  void invoke(FrameSet original);
6 }


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