From 66b796219eaca186b92b0046b83ee36d111ba937 Mon Sep 17 00:00:00 2001 From: Marco Radocchia Date: Tue, 14 Jun 2022 11:10:56 +0200 Subject: [PATCH] Updated README.md & CHANGELOG.md --- CHANGELOG.md | 12 ++++++++---- README.md | 15 ++++++++------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aef16ae..b3372e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,17 @@ -# [0.2.0] - 2022-06-13 +# [0.2.0] - 2022-06-14 Updated [README](https://github.com/marcoradocchia/bombuscv-rs/blob/master/README.md) -*Usage* and *Configuration* sections. +*Examples*, *Usage* and *Configuration* sections. + +## Changed + +- Updated `bombuscv-raspi.sh` script to install **OpenCV** `v4.6.0`. ## Fixed -Issue marcoradocchia/bombuscv-rs#1 which prevented `bombuscv` to autodetect -video framerate and resolution on `video` CLI option used. +- Issue marcoradocchia/bombuscv-rs#1 which prevented `bombuscv` to autodetect + video framerate and resolution on `video` CLI option used. ## Removed diff --git a/README.md b/README.md index f7112ae..6e7f56a 100644 --- a/README.md +++ b/README.md @@ -84,12 +84,13 @@ order to install it run `cargo install bombuscv-rs` in your shell. ### Install on RaspberryPi 4 -It is strongly recommended to use a RaspberryPi with at least 4GB of RAM. -Since installation on a RaspberryPi may be a little bit *tricky*, an -installation script is provided[^4]. It takes care of updating & preparing the -system, compiling *OpenCV* and installing *Rustup* and finally -**BombusCV**. You can run the [instllation script](bombuscv-raspi.sh) using -`curl`: +It is strongly recommended to use a RaspberryPi with at least 4GB of RAM. Also, +before trying to install, please enable *Legacy Camera* support under +*Interface options* running `raspi-config` and reboot. Since installation on +a RaspberryPi may be a little bit *tricky*, an installation script is +provided[^4]. It takes care of updating & preparing the system, compiling +*OpenCV* and installing *Rustup* and finally **BombusCV**. You can run the +[instllation script](bombuscv-raspi.sh) using `curl`: ```sh curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/marcoradocchia/bombuscv-rs/master/bombuscv-raspi.sh | sh ``` @@ -161,7 +162,7 @@ Complete [CHANGELOG](CHANGELOG.md). ## ToDo -- [ ] Provide build & install instructions in [README](README.md), as well as +- [x] Provide build & install instructions in [README](README.md), as well as the instructions to install OpenCV. - [x] Make install script for automated installation on RaspberryPi. - [x] Passing `video` or `directory` options in the configuration file using