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

@@ -32,5 +32,5 @@ public abstract class ProjectConstants {
// Activity results.
public static final int RESULT_CAMERA_FAILURE = Activity.RESULT_FIRST_USER + 1;
public static final boolean DEBUG = true;
public static final boolean DEBUG = false;
}