Interface CaptureDataCallback2
-
public interface CaptureDataCallback2
This interface is used to receive image data of the camera equipped to the Moverio.- Since:
- 1.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onCaptureData(long timestamp, java.nio.ByteBuffer data)
It is a method for acquiring Moverio camera image data.
-