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
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,7 @@
4
4
5
5
------------------------------------------------
6
6
7
-
### Beta Release: v1.7-dev1 (February 2, 2025)
8
-
9
-
The latest beta of DVR-Scan includes a new GUI. See [the release page](https://github.com/Breakthrough/DVR-Scan/releases/tag/v1.7-dev1) for download links and screenshots. Feedback is most welcome (see issue [#198](https://github.com/Breakthrough/DVR-Scan/issues/198)).
See the [User Guide](https://www.dvr-scan.com/guide/) for a more comprehensive overview.
34
34
35
-
## Quickstart
35
+
## Quickstart (CLI)
36
36
37
37
Scan `video.mp4` (separate clips for each event):
38
38
@@ -42,7 +42,7 @@ Select a region to scan using [the region editor](https://www.dvr-scan.com/guide
42
42
43
43
dvr-scan -i video.mp4 -r
44
44
45
-
<imgalt="example of region editor"src="https://raw.githubusercontent.com/Breakthrough/DVR-Scan/releases/1.6/docs/assets/region-editor-mask.jpg"width="480"/>
45
+
<imgalt="example of region editor"src="https://raw.githubusercontent.com/Breakthrough/DVR-Scan/releases/1.7/docs/assets/region-editor-mask.jpg"width="480"/>
46
46
47
47
Select a region to scan using command line (list of points as X Y):
48
48
@@ -52,7 +52,7 @@ Draw boxes around motion:
52
52
53
53
dvr-scan -i video.mp4 -bb
54
54
55
-
<imgalt="example of bounding boxes"src="https://raw.githubusercontent.com/Breakthrough/DVR-Scan/releases/1.6/docs/assets/bounding-box.gif"width="480"/>
55
+
<imgalt="example of bounding boxes"src="https://raw.githubusercontent.com/Breakthrough/DVR-Scan/releases/1.7/docs/assets/bounding-box.gif"width="480"/>
0 commit comments