DVR-Scan icon indicating copy to clipboard operation
DVR-Scan copied to clipboard

region-editor config option gets ignored

Open lublak opened this issue 1 year ago • 3 comments

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:

  • OS: Windows 10
  • Python Version: I downloaded the portable exe
  • OpenCV Version: I downloaded the portable exe

lublak avatar Feb 27 '24 14:02 lublak

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.

Breakthrough avatar Mar 05 '24 00:03 Breakthrough

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

lublak avatar Mar 08 '24 22:03 lublak

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

Breakthrough avatar Mar 17 '24 16:03 Breakthrough