testing n-Bed with a Logitech C270 camera
Fork of USBHostC270_example by
Revision 14:449f809d07eb, committed 2015-05-21
- Comitter:
- chalikias
- Date:
- Thu May 21 11:59:47 2015 +0000
- Parent:
- 13:237a886b0b78
- Commit message:
- camera resolution reduced to 160x120, else memory overflow issues...
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 237a886b0b78 -r 449f809d07eb main.cpp --- a/main.cpp Mon Apr 27 19:54:05 2015 +0000 +++ b/main.cpp Thu May 21 11:59:47 2015 +0000 @@ -8,7 +8,7 @@ pc.baud(921600); USBHostMSD* msd = new USBHostMSD("usb"); // USB flash drive - USBHostC270* cam = new USBHostC270(C270_MJPEG, C270_800x600, _1FPS); // Logitech C270 + USBHostC270* cam = new USBHostC270(C270_MJPEG, C270_160x120, _1FPS); // Logitech C270 uint8_t buf[1024*3]; Timer interval_t;