Skip to content

0.3.0

Latest
Compare
Choose a tag to compare
@marcoradocchia marcoradocchia released this 28 Jun 11:38
· 20 commits to master since this release

Added

  • Colored output with no-color CLI option to disable it.

Fixed

  • Bug in motion detection preventing it from working as expected.

Changed

  • Moved resolution option to width & height options in both configuration
    file and CLI arguments: now custom resolution (and aspect ratio) and
    framerate can be specified and bobmuscv will 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 the VideoWriter, are now obtained using OpenCV's
    VideoCapture getters methods.