You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.