Basic video streaming finished.

This commit is contained in:
2014-01-08 15:21:37 -04:30
parent f843700235
commit 5cc769ad2e
4 changed files with 30 additions and 6 deletions

View File

@@ -60,6 +60,7 @@ public class CameraImageMonitor{
imageConsumed = false;
this.imageMonitor.notifyAll();
}
System.gc();
Logger.log_d(TAG, CLASS_NAME + ".setImageData() :: Data copy finished.");
}else{
Logger.log_d(TAG, CLASS_NAME + ".setImageData() :: Old image still valid, ignoring new image.");