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