Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik authored Nov 1, 2022
1 parent 8617024 commit 2cb0fe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ pip install space-stream
Simply run the `spacestream` module with the following command to run a capturing pipeline (RealSense based). After that you can open a [spout receiver](https://github.com/leadedge/Spout2/releases) / syphon receiver and check the result there.

```
spacestream --input realsense
space-stream --input realsense
```

To use the Azure Kinect use the `azure` input type:

```
spacestream --input azure
space-stream --input azure
```

### Development
Expand Down Expand Up @@ -58,7 +58,7 @@ To define the min and max distance to encode, use the `--min-distance` and `--ma
#### Help

```
usage: spacestream [-h] [-c CONFIG]
usage: space-stream [-h] [-c CONFIG]
[--loglevel {critical,error,warning,info,debug}]
[--input video-capture,image,realsense]
[--input-size width height] [--input-fps INPUT_FPS]
Expand Down

0 comments on commit 2cb0fe9

Please sign in to comment.