Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit fcf7632

Browse files
committed
* Version
Signed-off-by: Christian Berger <christian.berger@gu.se>
1 parent e98b616 commit fcf7632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To run this microservice using our pre-built Docker multi-arch images to open
3434
a Video4Linux-supported camera, simply start it as follows:
3535

3636
```
37-
docker run --rm -ti --init --ipc=host -v /tmp:/tmp -e DISPLAY=$DISPLAY --device /dev/video0 chalmersrevere/opendlv-device-camera-v4l-multi:v0.0.1 --camera=/dev/video0 --width=640 --height=480 --freq=20 --verbose
37+
docker run --rm -ti --init --ipc=host -v /tmp:/tmp -e DISPLAY=$DISPLAY --device /dev/video0 chalmersrevere/opendlv-device-camera-v4l-multi:v0.0.2 --camera=/dev/video0 --width=640 --height=480 --freq=20 --verbose
3838
```
3939

4040
## Build from sources on the example of Ubuntu 16.04 LTS

0 commit comments

Comments
 (0)