diff --git a/README.md b/README.md index 120e8f5..0b0b483 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,9 @@ works well. # Changelog +## v2.0.1 +Added config parameters for various camera settings (AWB, exposure etc.) + ## v2.0.0 Completely new method of acquiring the images - now calling `mmal` directly. This, as well as using YUV colour, drastically improves the speed of the system, diff --git a/latest-stable b/latest-stable index afaf360..10bf840 100644 --- a/latest-stable +++ b/latest-stable @@ -1 +1 @@ -1.0.0 \ No newline at end of file +2.0.1 \ No newline at end of file diff --git a/src/main.cpp b/src/main.cpp index ba11c0b..35e61ff 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -19,7 +19,7 @@ #include -#define VERSION "2.0.0" +#define VERSION "2.0.1" #define MMAL_CAMERA_VIDEO_PORT 1