Skip to content

Commit

Permalink
Bump version to 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
iizukanao committed Jul 12, 2020
1 parent c8f5bd8 commit fde24df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

Version 1.4.9 *(2020-07-13)*
-----------------------------

- Added `--wb greyworld` option.

Version 1.4.8 *(2019-07-17)*
-----------------------------

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ To unmute microphone, create a file named `hooks/unmute`.
#### Command options

```
picam version 1.4.8
picam version 1.4.9
Usage: picam [options]
Options:
Expand Down Expand Up @@ -280,6 +280,7 @@ Options:
incandescent: Light source is incandescent
flash: Light source is a flash
horizon: Light source is the sun on the horizon
greyworld: AWB for NoIR camera
--wbred <num> Red gain. Implies "--wb off". (0.0 .. 8.0)
--wbblue <num> Blue gain. Implies "--wb off". (0.0 .. 8.0)
--metering <value> Set metering type. <value> is one of:
Expand Down
2 changes: 1 addition & 1 deletion stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ extern "C" {
#include "subtitle.h"

#define PROGRAM_NAME "picam"
#define PROGRAM_VERSION "1.4.8"
#define PROGRAM_VERSION "1.4.9"

// Audio-only stream is created if this is 1 (for debugging)
#define AUDIO_ONLY 0
Expand Down

0 comments on commit fde24df

Please sign in to comment.