Brandon Castellano
Brandon Castellano
Right now if you try to run DVR-Scan 1.7 with a config file from a newer version, it will report an error when loading the config file (see #240). This...
The region editor should ideally allow seeking around the video file.
I've made some progress in building the opencv-python module here on GitHub, and have also reviewed the EULA and licensing requirements for distributing artifacts from the CUDA SDK. It should...
Right now the Python package depends on both `opencv-python` and `opencv-python-contrib`. This is incorrect, and it should only depend on the latter [1]: > There are four different packages (see...
Adds a UI control to seek within the source video when using the region editor. TODOs: - [ ] Does not handle when input video is changed Fixes #248
**Description:** Now that the UI is out and more or less stable, quite a few folks are using DVR-Scan entirely without a terminal. Unfortunately, this means that on any fatal...
Currently when the region editor is launched, it consumes the first frame from the first loaded video. This advances the video seek pointer by one frame, and motion detection proceeds...
Currently the region editor always starts from the first frame of the video. Even if --start-time is set, the first frame of the video is used instead (since we launch...
Ref. federicocarboni/setup-ffmpeg#22 and federicocarboni/setup-ffmpeg#24 Some folks recommended updating the v3 tag to point to the new commit, but I'm not sure if this is recommended.