Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
rf152 committed May 19, 2021
1 parent 65e696a commit 55e7624
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion latest-stable
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
2.0.1
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#include <libconfig.h++>

#define VERSION "2.0.0"
#define VERSION "2.0.1"


#define MMAL_CAMERA_VIDEO_PORT 1
Expand Down

0 comments on commit 55e7624

Please sign in to comment.