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