Breakthrough / DVR-Scan

:vhs: Tool for extracting scenes with motion from videos (e.g. security camera or DVR footage). Written in Python, uses OpenCV.
http://www.dvr-scan.com/
Other
362 stars 47 forks source link

region-editor config option gets ignored #154

Closed lublak closed 1 month ago

lublak commented 4 months ago

Bug/Issue Description:

Currently i try to use the option region-editor in the config to always open the region editor before scanning the video.

Required Information:

dvr-scan.exe --input 10.243.7.181_14.mxg --config dvr-scan.cfg

Expected Behavior:

It should open the Editor and after selecting the region it should run the scan.

Computing Environment:

Breakthrough commented 4 months ago

Currently you must specify the -r/--region-editor flag explicitly, there is no way to automatically launch it.

I will consider adding a config option to allow always launching the region editor, thanks for the suggestion.

lublak commented 4 months ago

O i though because there is an option in the default config: https://github.com/Breakthrough/DVR-Scan/blob/main/dvr-scan.cfg#L25 https://github.com/Breakthrough/DVR-Scan/blob/main/dvr-scan.cfg#L96

Breakthrough commented 3 months ago

Good catch, will definitely fix this in the next release. Thanks for the report.