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