commit | 6ae77dddce337a16bccfb42e369c3cc2a4c9077e | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Fri Mar 29 22:28:08 2013 -0700 |
committer | Brian Silverman <brians> | Fri Mar 29 22:30:38 2013 -0700 |
tree | b74f780304cfc251c0f05ed0cf98d2a73eddf2d9 | |
parent | 8fcd87533b76ca5b4b83fb6031ddf0de5e03eb57 [diff] [blame] |
lots of vision stuff from Ben
diff --git a/aos/atom_code/camera/Buffers.h b/aos/atom_code/camera/Buffers.h index 7f1206d..c145b1b 100644 --- a/aos/atom_code/camera/Buffers.h +++ b/aos/atom_code/camera/Buffers.h
@@ -83,7 +83,7 @@ void Release(); // How big images are. - static const int32_t kWidth = 640, kHeight = 480; + static const int32_t kWidth = 320, kHeight = 240; }; } // namespace camera