BaseJpegDeocde exampe program

Dependencies:   BaseJpegDecode Terminal BaseUsbHost mbed mbed-rtos

Fork of BaseJpegDecode by Norimasa Okamoto

Revision:
5:033432f9baf3
Parent:
4:7d88de31c55a
--- a/example1_c270.cpp	Tue Oct 30 15:35:36 2012 +0000
+++ b/example1_c270.cpp	Thu Nov 15 10:20:38 2012 +0000
@@ -1,4 +1,4 @@
-#if 0
+#if 1
 //
 // simple color tracking
 //
@@ -9,7 +9,10 @@
 
 // Logitech C270
 #define WIDTH  320
-#define HEIGHT 176
+//#define HEIGHT 176
+
+// LifeCam
+#define HEIGHT 240
 
 #define THRESHOLD 100