Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
WEISS
Software Repositories
SNAPPY
scikit-surgerydavinci
Commits
3d2c0dfe
Commit
3d2c0dfe
authored
May 08, 2019
by
Thomas Dowrick
Browse files
Fix instructions typo
parent
4a67b062
Pipeline
#4212
canceled with stages
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
3d2c0dfe
...
...
@@ -45,7 +45,7 @@ Example Usage
Single video feed:
::
python sksurgerydavinci -
v
0 -m MODEL_DIR
python sksurgerydavinci -
s
0 -m MODEL_DIR
-m specifies the location of a directory containing vtl/stl/vtp/ply models.
...
...
@@ -53,18 +53,18 @@ Stereo video feed:
::
python sksurgerydavinci -
v
0 1 -m MODEL_DIR
python sksurgerydavinci -
s
0 1 -m MODEL_DIR
Mock stereo feed using only one input:
::
python sksurgerydavinci -
v
0 -1 -m MODEL_DIR
python sksurgerydavinci -
s
0 -1 -m MODEL_DIR
If 3 or more screens are available, each video feed will run full screen on a separate display.
Video feeds can be assigned to specific displays using the -o arugment:
::
python sksurgerydavinci -
v
0 1 -o 2 3 1
python sksurgerydavinci -
s
0 1 -o 2 3 1
More details on command line arguments can be viewed using:
::
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment