Updating the first benchmark with new stubs/skeletons; somehow motion detection is...
[iot2.git] / benchmarks / drivers / Java / AmcrestCamera / AmcrestCamera.java
index 686089f83d9ef0e81ed21701ef458443d4e9501f..7d2bb47900b4e57aac5b2327e70a9d0c7986acaf 100644 (file)
@@ -464,7 +464,8 @@ public class AmcrestCamera implements Camera {
 
                                for (CameraSmartCallback c : callbackList) {
 
-                                       c.newCameraFrameAvailable(this.getLatestFrame(), this.getTimestamp());
+                                       //c.newCameraFrameAvailable(this.getLatestFrame(), this.getTimestamp());
+                                       c.newCameraFrameAvailable(this);
                                }
                        } else {