DepthHandler.java
Go to the documentation of this file.
1 
25 package org.openkinect.freenect;
26 
27 import java.nio.ByteBuffer;
28 
29 public interface DepthHandler {
30  void onFrameReceived(FrameMode mode, ByteBuffer frame, int timestamp);
31 }
int frame
Definition: regview.c:72
void onFrameReceived(FrameMode mode, ByteBuffer frame, int timestamp)


libfreenect
Author(s): Hector Martin, Josh Blake, Kyle Machulis, OpenKinect community
autogenerated on Thu Jun 6 2019 19:25:38