Recent Releases of bombuscv-rs
bombuscv-rs - 0.3.0
Added
- Colored output with
no-colorCLI option to disable it.
Fixed
- Bug in motion detection preventing it from working as expected.
Changed
- Moved
resolutionoption towidth&heightoptions in both configuration file and CLI arguments: now custom resolution (and aspect ratio) and framerate can be specified andbobmuscvwill adapt those to the closest combination of resolution and framerate the capture device provides.
Removed
- Dependency
ffprobe: pre-recorded video resolution and framerate, required to construct theVideoWriter, are now obtained using OpenCV'sVideoCapturegetters methods.
- Rust
Published by marcoradocchia over 3 years ago
bombuscv-rs - 0.2.0
Changed
- Updated
bombuscv-raspi.shscript to install OpenCVv4.6.0.
Fixed
- Issue marcoradocchia/bombuscv-rs#1 which prevented
bombuscvto autodetect video framerate and resolution onvideoCLI option used.
Removed
- Option to specify
videoin the configuration file in favor of passing video file via CLI argument. - Dependency
validator: moved config file options validation toserde.
- Rust
Published by marcoradocchia over 3 years ago
bombuscv-rs - 0.1.1
Added
- bombuscv-raspi.sh for automated build & installation on RaspberryPi (RaspberryPi OS AArch64).
Fixed
- Issue marcoradocchia/bombuscv-rs#2 which caused compilation errors on AArch64 systems.
- Rust
Published by marcoradocchia over 3 years ago