Updating the first benchmark with new stubs/skeletons; somehow motion detection is...
[iot2.git] / benchmarks / interfaces / CameraSmartCallback.java
1 package iotcode.interfaces;
2
3 public interface CameraSmartCallback {
4
5         //public void newCameraFrameAvailable(byte latestFrame[], long timeStamp);
6         public void newCameraFrameAvailable(Camera _camera);
7 }