Skip to content

Commit a7b1e98

Browse files
committed
README.md and AUTHORS updated
1 parent 0914d24 commit a7b1e98

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

AUTHORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ João Silva
1212
Lucas Doyle <[email protected]>
1313
Lukas Oberhuber
1414
Michael Rennie
15-
lukaso
15+
Sebastian Borggrewe
16+
xxinfinityxx
1617

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,15 @@ A documentation of the internals as well as other possibly helpful information i
3636
### option arguments
3737
* `[-a <startFrameNumber>]` video starts at the frameNumber _startFrameNumber_
3838
* `[-b <x,y,w,h>]` Initial bounding box
39-
* `[-d <device>]` select input device: _device_=(IMGS|CAM|VID)
39+
* `[-d <device>]` select input device: _device_=(IMGS|CAM|VID|STREAM)
4040
_IMGS_: capture from images
4141
_CAM_: capture from connected camera
42-
_VID_: capture from a video
42+
_VID_: capture from a video
43+
_STREAM_: capture from RTSP stream
4344
* `[-e <path>]` export model after run to _path_
4445
* `[-f]` shows foreground
4546
* `[-i <path>]` _path_ to the images or to the video.
47+
* `[-j <number>]` show trajectory for the last _number_ frames
4648
* `[-h]` shows help
4749
* `[-m <path>]` if specified load a model from _path_. An initialBoundingBox must be specified or selectManually must be true.
4850
* `[-n <number>]` Specifies the video device to use (defaults to 0). Useful to select a different camera when multiple cameras are connected.

0 commit comments

Comments
 (0)