From fde24dfa70fd1223dbccdd5cf76fd6349c36ddb4 Mon Sep 17 00:00:00 2001 From: Nao Iizuka Date: Mon, 13 Jul 2020 08:22:17 +0900 Subject: [PATCH] Bump version to 1.4.9 --- CHANGELOG.md | 5 +++++ README.md | 3 ++- stream.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ac13f..97e3fe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change Log ========== +Version 1.4.9 *(2020-07-13)* +----------------------------- + +- Added `--wb greyworld` option. + Version 1.4.8 *(2019-07-17)* ----------------------------- diff --git a/README.md b/README.md index 2a28c09..4c38eb3 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 Red gain. Implies "--wb off". (0.0 .. 8.0) --wbblue Blue gain. Implies "--wb off". (0.0 .. 8.0) --metering Set metering type. is one of: diff --git a/stream.c b/stream.c index 74d4dc5..f39e83f 100644 --- a/stream.c +++ b/stream.c @@ -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