Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrberger committed Jul 26, 2018
1 parent 9922b86 commit 5fcb85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To run this microservice using our pre-built Docker multi-arch images to open
an OpenCV-encapsulated camera, simply start it as follows:

```
docker run --rm -ti --init --ipc=host -e DISPLAY=$DISPLAY --device /dev/video0 -v /tmp:/tmp chalmersrevere/opendlv-device-camera-opencv-multi:v0.0.6 --camera=/dev/video0 --width=640 --height=480 --freq=20
docker run --rm -ti --init --ipc=host -e DISPLAY=$DISPLAY --device /dev/video0 -v /tmp:/tmp chalmersrevere/opendlv-device-camera-opencv-multi:v0.0.7 --camera=/dev/video0 --width=640 --height=480 --freq=20
```

If you want to display the captured frames, simply append `--verbose` to the
Expand Down

0 comments on commit 5fcb85f

Please sign in to comment.